add !eta
This commit is contained in:
parent
a2e1e1a3cf
commit
1638a44797
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ We probably can't fully fix this. If you find out which mod is causing this, tel
|
||||||
'!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/');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'!eta': async (c, e) => {
|
||||||
|
await e.reply('Sometime');
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export const aliases = {
|
export const aliases = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue