Replaced clang format with prettuier (sadly)
This commit is contained in:
@@ -6,9 +6,9 @@ import { Modal } from "../interfaces"
|
||||
import { Autocomplete } from "../interfaces"
|
||||
|
||||
export class ExtendedClient extends Client {
|
||||
commands: Collection<string, Command>= new Collection()
|
||||
contextmenus: Collection<string, ContextMenu>= new Collection()
|
||||
buttons: Collection<string, Button>= new Collection()
|
||||
modals: Collection<string, Modal>= new Collection()
|
||||
autocomplete: Collection<string, Autocomplete>= new Collection()
|
||||
}
|
||||
commands: Collection<string, Command> = new Collection()
|
||||
contextmenus: Collection<string, ContextMenu> = new Collection()
|
||||
buttons: Collection<string, Button> = new Collection()
|
||||
modals: Collection<string, Modal> = new Collection()
|
||||
autocomplete: Collection<string, Autocomplete> = new Collection()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user