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 e263cc0..5d8ac60 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -34,5 +34,9 @@ export const Devs = Object.freeze({ Glitch: { name: "Glitchy", id: 269567451199569920n + }, + Samu: { + name: "Samu", + id: 702973430449832038n } }); |