add migrate
This commit is contained in:
parent
7cc183692f
commit
6c79b8052b
1 changed files with 5 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue