diff --git a/commands.ts b/commands.ts index 15234b5..cd16352 100644 --- a/commands.ts +++ b/commands.ts @@ -54,7 +54,7 @@ export const commands: Commands = { }, '!cursed': async (c, e) => { - e.reply({ + await e.reply({ embeds: [ { title: "What's wrong with CurseForge?", @@ -68,6 +68,10 @@ We probably can't fully fix this. If you find out which mod is causing this, tel ], }); }, + + '!migrate': async (c, e) => { + await e.reply('https://polymc.org/wiki/getting-started/migrating-multimc/'); + }, }; export const aliases = {