From 1638a4479735d21220ba15532bf88ee1c1a0c01b Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sat, 21 May 2022 19:52:51 +0800 Subject: [PATCH] add !eta --- commands.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands.ts b/commands.ts index 7d1035e..b6b4ec7 100644 --- a/commands.ts +++ b/commands.ts @@ -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 = {