diff options
author | Syncx <47534062+Syncxv@users.noreply.github.com> | 2023-03-25 13:37:29 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 02:37:29 +0000 |
commit | 0b4ae729a3fecf017583fb968b11ab46e584e0ce (patch) | |
tree | 7559c8bbc7c64400044d4dec742c013c3823537f /src/utils | |
parent | b90392576e81fe2d0e665039ec832d47dc6a731c (diff) | |
download | Vencord-0b4ae729a3fecf017583fb968b11ab46e584e0ce.tar.gz Vencord-0b4ae729a3fecf017583fb968b11ab46e584e0ce.tar.bz2 Vencord-0b4ae729a3fecf017583fb968b11ab46e584e0ce.zip |
feat(plugin): SearchReply (#551)
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
Co-authored-by: Vendicated <vendicated@riseup.net>
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 57fc816..4021c81 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -206,6 +206,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "cloudburst", id: 892128204150685769n }, + Aria: { + name: "Syncxv", + id: 549244932213309442n, + }, TheKodeToad: { name: "TheKodeToad", id: 706152404072267788n |