From 9fde9ffb858baa488d77b53750c406a1b36b024f Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sat, 21 May 2022 10:02:09 +0800 Subject: [PATCH] add build, migr, multimc --- commands.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/commands.ts b/commands.ts index cd16352..7d1035e 100644 --- a/commands.ts +++ b/commands.ts @@ -72,10 +72,16 @@ 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/'); }, + + '!build': async (c, e) => { + await e.reply('https://polymc.org/wiki/development/build-instructions/'); + }, }; export const aliases = { '!curse': '!cursed', '!curseforge': '!cursed', '!diff': '!why', + '!migr': '!migrate', + '!multimc': '!migrate', };