diff options
author | Mai <oudom.hou567@gmail.com> | 2022-10-14 11:21:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 13:21:44 +0200 |
commit | 2cb6c23347e3305ee04367c2bf2d6e6603a09839 (patch) | |
tree | 80a1d304d24fe5392a1c2d73af8a9a48b6dd5e91 /src/utils | |
parent | 87b6d6ab12d41cc8a215a25376990974a0128198 (diff) | |
download | Vencord-2cb6c23347e3305ee04367c2bf2d6e6603a09839.tar.gz Vencord-2cb6c23347e3305ee04367c2bf2d6e6603a09839.tar.bz2 Vencord-2cb6c23347e3305ee04367c2bf2d6e6603a09839.zip |
add choices to CommandsAPI Options (#94)
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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 } }); |