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 b5e1eb6..1eba713 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -188,5 +188,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ zt: { name: "zt", id: 289556910426816513n + }, + captain: { + name: "Captain", + id: 347366054806159360n } }); |