mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-22 04:21:28 +01:00
refactor(arabot): rename ban on join listener
This commit is contained in:
@@ -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,
|
||||
Reference in New Issue
Block a user