diff options
Diffstat (limited to 'src/utils/constants.ts')
-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 57cd9b7..29ba6fa 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -18,5 +18,9 @@ export const Devs = Object.freeze({ Megu: { name: "Megumin", id: 545581357812678656n + }, + botato: { + name: "botato", + id: 440990343899643943n } }); |