add build, migr, multimc

This commit is contained in:
Ryan Cao 2022-05-21 10:02:09 +08:00
parent 6c79b8052b
commit 9fde9ffb85
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F

View file

@ -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) => { '!migrate': async (c, e) => {
await e.reply('https://polymc.org/wiki/getting-started/migrating-multimc/'); 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 = { export const aliases = {
'!curse': '!cursed', '!curse': '!cursed',
'!curseforge': '!cursed', '!curseforge': '!cursed',
'!diff': '!why', '!diff': '!why',
'!migr': '!migrate',
'!multimc': '!migrate',
}; };