We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e565a commit bdf446fCopy full SHA for bdf446f
src/structures/Client.ts
@@ -1,4 +1,4 @@
1
-import type { DiscordClientConfig } from '@/types'
+import type { Config } from '@/types'
2
import type { ConsolaInstance } from 'consola'
3
4
import config from '@/config'
@@ -12,7 +12,7 @@ import { consola } from 'consola'
12
*/
13
export class Blop extends Client<true> {
14
public logger: ConsolaInstance
15
- public config: DiscordClientConfig
+ public config: Config
16
constructor() {
17
super({
18
allowedMentions: {
0 commit comments