Skip to content

Commit

Permalink
add user command ness
Browse files Browse the repository at this point in the history
Signed-off-by: CyberFlame <[email protected]>
  • Loading branch information
CyberFlameGO authored Aug 2, 2024
1 parent 29bc6e4 commit 5980e3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ export const TEST_COMMAND = {
export const PING_COMMAND = {
name: 'ping',
description: 'Check latency stats of the bot.',
integration_types: [0, 1],
contexts: [0, 1, 2],
};

export const LOOKUP_COMMAND = {
description: 'Get detailed information on a standard!',
name: 'lookup',
description: 'Get detailed information on a standard!',
integration_types: [0, 1],
contexts: [0, 1, 2],
options: [
{
type: ApplicationCommandOptionType.Integer,
Expand Down

0 comments on commit 5980e3f

Please sign in to comment.