add migrate

This commit is contained in:
Ryan Cao 2022-05-21 09:59:27 +08:00
parent 7cc183692f
commit 6c79b8052b
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F

View file

@ -54,7 +54,7 @@ export const commands: Commands = {
}, },
'!cursed': async (c, e) => { '!cursed': async (c, e) => {
e.reply({ await e.reply({
embeds: [ embeds: [
{ {
title: "What's wrong with CurseForge?", 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 = { export const aliases = {