diff --git a/src/commands/index.ts b/src/commands/index.ts index baa362e..5f917c7 100644 --- a/src/commands/index.ts +++ b/src/commands/index.ts @@ -41,6 +41,7 @@ import { useMedalAdd } from './medal/medal_add' import { useWatch } from './watch/watch_set' import { useWatchList } from './watch/watch_get' import { useWatchRemove } from './watch/watch_remove' +import { useSuggestIntroduction } from './suggest_introduction' const registerHooks = (client: He4rtClient, commands: Command[]) => { commands.forEach(([data, cb]) => { @@ -90,7 +91,7 @@ export const registerCommands = async ({ client, rest }: Context) => { useWatch(), useWatchList(), useWatchRemove(), - // useReputation() + useSuggestIntroduction() ]) await rest.put(Routes.applicationGuildCommands(process.env.DISCORD_CLIENT_ID, process.env.DISCORD_GUILD_ID), {