mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 13:44:13 +02:00
refactor(arabot): change class name
This commit is contained in:
parent
396d69db06
commit
4dc37ab31c
@ -23,7 +23,7 @@ import type { Message, Guild, User } from 'discord.js';
|
||||
import IDs from '#utils/ids';
|
||||
import { fetchWarnings } from '#utils/database/warnings';
|
||||
|
||||
export class RestrictLogsCommand extends Command {
|
||||
export class WarningsCommand extends Command {
|
||||
public constructor(context: Command.LoaderContext, options: Command.Options) {
|
||||
super(context, {
|
||||
...options,
|
||||
|
Loading…
x
Reference in New Issue
Block a user