mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 15:04:29 +02:00
refactor(arabot): move certain role commands to directory
This commit is contained in:
parent
58a3a28e4d
commit
eef7c9f953
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
import { Args, Command, RegisterBehavior } from '@sapphire/framework';
|
import { Args, Command, RegisterBehavior } from '@sapphire/framework';
|
||||||
import type { GuildMember, Message } from 'discord.js';
|
import type { GuildMember, Message } from 'discord.js';
|
||||||
import IDs from '../../utils/ids';
|
import IDs from '../../../utils/ids';
|
||||||
|
|
||||||
class DiversityCommand extends Command {
|
class DiversityCommand extends Command {
|
||||||
public constructor(context: Command.Context, options: Command.Options) {
|
public constructor(context: Command.Context, options: Command.Options) {
|
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { Command, RegisterBehavior } from '@sapphire/framework';
|
import { Command, RegisterBehavior } from '@sapphire/framework';
|
||||||
import IDs from '../../utils/ids';
|
import IDs from '../../../utils/ids';
|
||||||
|
|
||||||
class StageHostCommand extends Command {
|
class StageHostCommand extends Command {
|
||||||
public constructor(context: Command.Context, options: Command.Options) {
|
public constructor(context: Command.Context, options: Command.Options) {
|
Loading…
x
Reference in New Issue
Block a user