From 2cb6c23347e3305ee04367c2bf2d6e6603a09839 Mon Sep 17 00:00:00 2001 From: Mai Date: Fri, 14 Oct 2022 11:21:44 +0000 Subject: add choices to CommandsAPI Options (#94) --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 6cb6cfe..84f0335 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -42,5 +42,9 @@ export const Devs = Object.freeze({ Animal: { name: "Animal", id: 118437263754395652n + }, + MaiKokain: { + name: "Mai", + id: 722647978577363026n } }); -- cgit