refactor(arabot): rename ban on join listener

This commit is contained in:
smyalygames
2023-02-16 01:19:23 +00:00
parent ec075f8927
commit 3cd0756d88

View File

@@ -21,7 +21,7 @@ import { Listener } from '@sapphire/framework';
import type { GuildMember } from 'discord.js';
import { checkActive, getReason } from '#utils/database/ban';
export class BanJoin extends Listener {
export class BanJoinListener extends Listener {
public constructor(context: Listener.Context, options: Listener.Options) {
super(context, {
...options,