Merge branch 'dev' into 'main'
Small tweaks See merge request illegitimate/illegitimate-bot!174
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { ExtendedClient as Client } from "utils/Client"
|
||||
import { loadButtonEvents } from "utils/eventHandlers"
|
||||
import { loadSlashCommandsEvents } from "utils/eventHandlers"
|
||||
import { loadContextMenuEvents } from "utils/eventHandlers"
|
||||
import { loadModalEvents } from "utils/eventHandlers"
|
||||
import { loadEvents } from "utils/eventHandlers"
|
||||
import { loadAutocompleteEvents } from "utils/eventHandlers"
|
||||
import { ExtendedClient as Client } from "./Client"
|
||||
import { loadButtonEvents } from "./eventHandlers"
|
||||
import { loadSlashCommandsEvents } from "./eventHandlers"
|
||||
import { loadContextMenuEvents } from "./eventHandlers"
|
||||
import { loadModalEvents } from "./eventHandlers"
|
||||
import { loadEvents } from "./eventHandlers"
|
||||
import { loadAutocompleteEvents } from "./eventHandlers"
|
||||
type FileType = "js" | "ts"
|
||||
|
||||
export function loadAllEvents(client: Client, ft: FileType) {
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
export { skywarsLevel } from "utils/functions/skywars"
|
||||
export { bedwarsLevel } from "utils/functions/bedwars"
|
||||
export { hypixelLevel } from "utils/functions/hypixel"
|
||||
export { formatUuid } from "utils/functions/uuid"
|
||||
export { guildLevel, scaledGEXP } from "utils/functions/guild"
|
||||
export { skywarsLevel } from "./functions/skywars"
|
||||
export { bedwarsLevel } from "./functions/bedwars"
|
||||
export { hypixelLevel } from "./functions/hypixel"
|
||||
export { formatUuid } from "./functions/uuid"
|
||||
export { guildLevel, scaledGEXP } from "./functions/guild"
|
||||
export {
|
||||
getUUID,
|
||||
getIGN,
|
||||
getPlayer,
|
||||
getGuild,
|
||||
getHeadURL,
|
||||
} from "utils/functions/account"
|
||||
} from "./functions/account"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
import loadAutocompleteEvents from "utils/eventHandlers/autocomplete"
|
||||
import loadButtonEvents from "utils/eventHandlers/button"
|
||||
import loadSlashCommandsEvents from "utils/eventHandlers/command"
|
||||
import loadContextMenuEvents from "utils/eventHandlers/contextmenu"
|
||||
import loadCronEvents from "utils/eventHandlers/cron"
|
||||
import loadEvents from "utils/eventHandlers/events"
|
||||
import loadModalEvents from "utils/eventHandlers/modal"
|
||||
import loadAutocompleteEvents from "./autocomplete"
|
||||
import loadButtonEvents from "./button"
|
||||
import loadSlashCommandsEvents from "./command"
|
||||
import loadContextMenuEvents from "./contextmenu"
|
||||
import loadCronEvents from "./cron"
|
||||
import loadEvents from "./events"
|
||||
import loadModalEvents from "./modal"
|
||||
|
||||
export {
|
||||
loadAutocompleteEvents,
|
||||
|
||||
Reference in New Issue
Block a user