Skip to content

Commit

Permalink
Remove lms simulate command
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Oct 13, 2024
1 parent 1a7a554 commit 2c1314c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/mahoji/commands/minigames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,19 +232,6 @@ export const minigamesCommand: OSBMahojiCommand = {
max_value: 1000
}
]
},
{
type: ApplicationCommandOptionType.Subcommand,
name: 'simulate',
description: 'Simulate a Last Man Standing game with Discord friends.',
options: [
{
name: 'names',
description: 'Names. e.g. Magnaboy, Kyra, Alex',
required: false,
type: ApplicationCommandOptionType.String
}
]
}
]
},
Expand Down Expand Up @@ -1059,7 +1046,6 @@ export const minigamesCommand: OSBMahojiCommand = {
stats?: {};
start?: {};
buy?: { name?: string; quantity?: number };
simulate?: { names?: string };
};
pest_control?: {
stats?: {};
Expand Down

0 comments on commit 2c1314c

Please sign in to comment.