feat: rory command!!!
This commit is contained in:
parent
e1daf40512
commit
a45a7e3580
3 changed files with 57 additions and 0 deletions
|
@ -16,6 +16,7 @@ import { starsCommand } from './commands/stars';
|
|||
import { modrinthCommand } from './commands/modrinth';
|
||||
import { tagsCommand } from './commands/tags';
|
||||
import { jokeCommand } from './commands/joke';
|
||||
import { roryCommand } from "./commands/rory";
|
||||
|
||||
import random from 'just-random';
|
||||
import { green, bold, yellow, cyan } from 'kleur/colors';
|
||||
|
@ -120,6 +121,8 @@ client.on('interactionCreate', async (interaction) => {
|
|||
await tagsCommand(interaction);
|
||||
} else if (commandName === 'joke') {
|
||||
await jokeCommand(interaction);
|
||||
} else if (commandName === "rory") {
|
||||
await roryCommand(interaction);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue