From 0b4ae729a3fecf017583fb968b11ab46e584e0ce Mon Sep 17 00:00:00 2001 From: Syncx <47534062+Syncxv@users.noreply.github.com> Date: Sat, 25 Mar 2023 13:37:29 +1100 Subject: feat(plugin): SearchReply (#551) Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Co-authored-by: Vendicated --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') 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 -- cgit