Add !java and alias !j
Added !java and alias !j as the issue "Some commands I want" says.
This commit is contained in:
parent
6c3ae23e5e
commit
bc8fa04547
1 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,10 @@ We highly encourage asking authors that opted out to stop doing so.
|
||||||
'!build': async (c, e) => {
|
'!build': async (c, e) => {
|
||||||
await e.reply('https://polymc.org/wiki/development/build-instructions/');
|
await e.reply('https://polymc.org/wiki/development/build-instructions/');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'!java': async (c, e) => {
|
||||||
|
await e.reply('https://polymc.org/wiki/getting-started/installing-java/');
|
||||||
|
},
|
||||||
|
|
||||||
'!eta': async (c, e) => {
|
'!eta': async (c, e) => {
|
||||||
await e.reply('Sometime');
|
await e.reply('Sometime');
|
||||||
|
@ -160,5 +164,6 @@ export const aliases: { [a: string]: string } = {
|
||||||
'!cf': '!cursed',
|
'!cf': '!cursed',
|
||||||
'!diff': '!why',
|
'!diff': '!why',
|
||||||
'!migr': '!migrate',
|
'!migr': '!migrate',
|
||||||
|
'!j': '!java',
|
||||||
'!multimc': '!migrate',
|
'!multimc': '!migrate',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue