From 392cf2aa55891642ae83d117d4c73ab0c0c2aa62 Mon Sep 17 00:00:00 2001 From: Sebastian Danielzik Date: Sat, 10 Aug 2024 20:32:30 +0200 Subject: [PATCH] reactivate quotes back in production --- src/events/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/events/index.ts b/src/events/index.ts index df5c430..f586ac0 100644 --- a/src/events/index.ts +++ b/src/events/index.ts @@ -21,6 +21,7 @@ import guildjoin from "./util/guildJoin"; const productionEvents: Event[] = [ ready, + quote, guildjoin, interactionCreate, ];