diff --git a/src/events/interactionCreate.ts b/src/events/interactionCreate.ts index 41f68d1..2fbc412 100644 --- a/src/events/interactionCreate.ts +++ b/src/events/interactionCreate.ts @@ -16,7 +16,7 @@ const handlers: { _default: Command } & Record = { }); }, about: about, - config: config, + configure: config, }; /**