diff --git a/src/commands/api.ts b/src/commands/api.ts
index 73bf940..5d6d183 100644
--- a/src/commands/api.ts
+++ b/src/commands/api.ts
@@ -150,6 +150,7 @@ export const handleCat: Command = {
example: '/cat',
argsRequired: false
},
+ slashGenerator: true,
generator: async () => {
try {
// Fetch a cat and process it (this sounds funny to me idk why)
diff --git a/src/commands/games.ts b/src/commands/games.ts
index c794a69..83c467a 100644
--- a/src/commands/games.ts
+++ b/src/commands/games.ts
@@ -1,3 +1,4 @@
+import { CommandOptionType } from 'slash-create'
import { Command } from '../imports/types.js'
import { evaluate } from 'mathjs'
@@ -29,7 +30,17 @@ export const handleChoose: Command = {
description: 'Choose between multiple options.',
fullDescription: 'Choose between multiple options.',
example: '/choose cake|ice cream|pasta',
- usage: '/choose