mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
refactor: rename controllers to handlers and handlers to helpers (#660)
* refactor: rename controllers to handlers and handlers to helpers * fmt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { cacheHandlers } from "../cache.ts";
|
||||
import { Guild, Role } from "../api/structures/mod.ts";
|
||||
import { Guild, Role } from "../structures/mod.ts";
|
||||
import { botID } from "../bot.ts";
|
||||
import { Permission, Permissions, RawOverwrite } from "../types/mod.ts";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user