Skip to content

Commit

Permalink
apmodes.png moved into assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LunakisDev committed Jul 4, 2024
1 parent 3945744 commit 30fd257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added assets/images/support/apmodes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/commands/support/apmodes.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { MessageCommandDefinition } from '../../lib/command';
import { CommandCategory } from '../../constants';
import { CommandCategory, imageBaseUrl } from '../../constants';
import { makeEmbed } from '../../lib/embed';

const MANAGED_SELECTED_IMAGE = 'https://cdn.discordapp.com/attachments/1234165731319353436/1258331400709472256/New_Project_1.png?ex=6687a7f0&is=66865670&hm=462f8a417207e18117703c42295da293497dc2895f88f30d068c07f216ea5259&';
const MANAGED_SELECTED_IMAGE = `${imageBaseUrl}/support/apmodes.png`;

export const apModesEmbed = makeEmbed({
title: 'Auto Pilot Modes',
Expand Down

0 comments on commit 30fd257

Please sign in to comment.