add build, migr, multimc
This commit is contained in:
parent
6c79b8052b
commit
9fde9ffb85
1 changed files with 6 additions and 0 deletions
|
@ -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',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue