From 82d53b192831229010d08190c8bb0d9a7e6a26f7 Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Mon, 17 Oct 2022 00:55:27 +0330 Subject: added mock command (#103) --- src/utils/constants.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/utils/constants.ts') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 84f0335..987cc4f 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -46,5 +46,10 @@ export const Devs = Object.freeze({ MaiKokain: { name: "Mai", id: 722647978577363026n - } + }, + echo: { + name: "ECHO", + id: 712639419785412668n + }, + }); -- cgit