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 d5faa43..57fc816 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -205,5 +205,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ cloudburst: { name: "cloudburst", id: 892128204150685769n + }, + TheKodeToad: { + name: "TheKodeToad", + id: 706152404072267788n } }); |