aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorbotato <63275405+botatooo@users.noreply.github.com>2022-09-30 22:23:41 -0400
committerGitHub <noreply@github.com>2022-10-01 04:23:41 +0200
commit967b101af1a36437ea66d4aed575816a098c8009 (patch)
tree74b2152ab1df558b3d6d66648f6b6b37a9470841 /src/utils/constants.ts
parent18b6bce160fd43ca4b42a0d0251e539e41b96380 (diff)
downloadVencord-967b101af1a36437ea66d4aed575816a098c8009.tar.gz
Vencord-967b101af1a36437ea66d4aed575816a098c8009.tar.bz2
Vencord-967b101af1a36437ea66d4aed575816a098c8009.zip
feat(plugin): iLoveSpam (#19)
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 57cd9b7..29ba6fa 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -18,5 +18,9 @@ export const Devs = Object.freeze({
Megu: {
name: "Megumin",
id: 545581357812678656n
+ },
+ botato: {
+ name: "botato",
+ id: 440990343899643943n
}
});