This commit is contained in:
Ryan Cao 2022-05-21 19:52:51 +08:00
parent a2e1e1a3cf
commit 1638a44797
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F

View file

@ -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) => {
await e.reply('https://polymc.org/wiki/development/build-instructions/');
},
'!eta': async (c, e) => {
await e.reply('Sometime');
},
};
export const aliases = {