diff --git a/src/listeners/ready.ts b/src/listeners/ready.ts index 757c502..4befaf1 100644 --- a/src/listeners/ready.ts +++ b/src/listeners/ready.ts @@ -24,8 +24,9 @@ import { Listener } from '@sapphire/framework'; import type { Client } from 'discord.js'; export class ReadyListener extends Listener { - public constructor(context: Listener.Context) { + public constructor(context: Listener.Context, options: Listener.Options) { super(context, { + ...options, once: true, event: 'ready', });