diff options
author | Commandtechno <68407783+Commandtechno@users.noreply.github.com> | 2022-12-03 16:42:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 22:42:18 +0000 |
commit | 25ef5d60b41de832844e8082d7dfc980870f51d1 (patch) | |
tree | e15bce5515fa4f2c0c5f74b5815a40908657d6c7 /src/utils | |
parent | c74241fde6707704f66f10d752044540783d4736 (diff) | |
download | Vencord-25ef5d60b41de832844e8082d7dfc980870f51d1.tar.gz Vencord-25ef5d60b41de832844e8082d7dfc980870f51d1.tar.bz2 Vencord-25ef5d60b41de832844e8082d7dfc980870f51d1.zip |
add me to contributors (#287)
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, + }, }); |