More restructuring

This commit is contained in:
2026-08-22 17:35:12 -04:00
parent 3f2474f3f4
commit cc116c2ec3
7 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { Client, Events, GatewayIntentBits } from 'discord.js';
import { CommandService } from './services/cmd/service';
import RoleService from './services/role/service';
import { CommandService } from './cmd/service';
import RoleService from './services/role';
const client = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent] });