From 93cb51a975ce457d6091dc7b0230610f3b958bef Mon Sep 17 00:00:00 2001 From: hunter <61890674+hunt-g@users.noreply.github.com> Date: Fri, 24 Mar 2023 20:54:20 -0600 Subject: feat(MessageEvents): Promisable send/edit listeners (#514) * promisable send/edit listeners * added self * Apply suggestions from code review Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> * fix patches --------- Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Co-authored-by: Ven --- 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 4021c81..bacf914 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -202,6 +202,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "lewisakura", id: 96269247411400704n }, + hunt: { + name: "hunt-g", + id: 222800179697287168n + }, cloudburst: { name: "cloudburst", id: 892128204150685769n -- cgit