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 f45e8b0..3fbfe5a 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -165,4 +165,8 @@ export const Devs = Object.freeze({ name: "King Fish", id: 499400512559382538n }, + Commandtechno: { + name: "Commandtechno", + id: 296776625432035328n, + }, }); |