SYMBOL INDEX (41 symbols across 8 files) FILE: src/enums.ts type CommandType (line 4) | enum CommandType { type ErrorType (line 15) | enum ErrorType { type Emoji (line 27) | enum Emoji { type Color (line 52) | enum Color { type Image (line 60) | enum Image { type Url (line 68) | enum Url { FILE: src/structures/Client.ts type ClientConfig (line 41) | interface ClientConfig { class Client (line 62) | class Client< method constructor (line 110) | public constructor( method #registerEvents (line 132) | async #registerEvents(): Promise { method #registerCommands (line 178) | async #registerCommands(): Promise { method #registerComponents (line 223) | async #registerComponents(): Promise { method isAllowed (line 277) | public isAllowed(channel: TextBasedChannel): boolean { method send (line 299) | public async send( method reply (line 328) | public async reply( method editReply (line 347) | public async editReply( method update (line 375) | public async update( method replyWithError (line 391) | public async replyWithError( method init (line 425) | public async init(): Promise { FILE: src/structures/Command.ts type SlashCommand (line 14) | type SlashCommand = type CommandOptions (line 21) | interface CommandOptions { class Command (line 31) | class Command { method constructor (line 52) | public constructor({ method getMember (line 86) | public static getMember(interaction: ChatInputCommandInteraction): { method getMemberAndUser (line 108) | public static getMemberAndUser(interaction: ChatInputCommandInteractio... FILE: src/structures/Component.ts type ComponentOptions (line 10) | interface ComponentOptions< class Component (line 21) | class Component { method constructor (line 34) | public constructor({ FILE: src/structures/ConfigCache.ts class ConfigCache (line 5) | class ConfigCache extends Collection { method fetch (line 12) | public async fetch(guildId: Snowflake): Promise { method update (line 29) | public async update( FILE: src/structures/Event.ts class Event (line 9) | class Event { method constructor (line 10) | public constructor( FILE: src/structures/PaginatedEmbed.ts type Button (line 14) | enum Button { type PaginatedEmbedOptions (line 22) | interface PaginatedEmbedOptions { class PaginatedEmbed (line 32) | class PaginatedEmbed { method constructor (line 45) | public constructor({ method run (line 58) | public async run(): Promise { FILE: src/types.ts type StructureImport (line 11) | interface StructureImport< type RunFunction (line 26) | type RunFunction = ( type Permissions (line 34) | type Permissions = bigint[]