diff options
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 7563200..dc0a80d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -148,5 +148,9 @@ export const Devs = Object.freeze({ Ducko: { name: "Ducko", id: 506482395269169153n + }, + jewdev: { + name: "jewdev", + id: 222369866529636353n } }); |