From 6c79b8052b31645df0e57de11a2e8904d20f5784 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sat, 21 May 2022 09:59:27 +0800 Subject: [PATCH] add migrate --- commands.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 = {