aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorActuallyTheSun <78964224+ActuallyTheSun@users.noreply.github.com>2022-12-15 00:44:58 +0200
committerGitHub <noreply@github.com>2022-12-14 23:44:58 +0100
commitc8f214111434e20a2a1610fdc1d6cc1276dbbce9 (patch)
tree57afbb96e8b2b5db0f2e15e4f1e3a8afa18f5d48 /src/utils
parentfea8c60a4091e10123e15b5c403f0e3f4e15c9c8 (diff)
downloadVencord-c8f214111434e20a2a1610fdc1d6cc1276dbbce9.tar.gz
Vencord-c8f214111434e20a2a1610fdc1d6cc1276dbbce9.tar.bz2
Vencord-c8f214111434e20a2a1610fdc1d6cc1276dbbce9.zip
feat(plugin): add MessageLinkEmbeds (#264)
Co-authored-by: Ven <vendicated@riseup.net>
Diffstat (limited to 'src/utils')
-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 3fbfe5a..faff732 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -169,4 +169,8 @@ export const Devs = Object.freeze({
name: "Commandtechno",
id: 296776625432035328n,
},
+ TheSun: {
+ name: "ActuallyTheSun",
+ id: 406028027768733696n
+ },
});