Skip to content

Commit bdf446f

Browse files
committed
chore: rename DiscordClientConfig interface to Config
1 parent 72e565a commit bdf446f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/structures/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { DiscordClientConfig } from '@/types'
1+
import type { Config } from '@/types'
22
import type { ConsolaInstance } from 'consola'
33

44
import config from '@/config'
@@ -12,7 +12,7 @@ import { consola } from 'consola'
1212
*/
1313
export class Blop extends Client<true> {
1414
public logger: ConsolaInstance
15-
public config: DiscordClientConfig
15+
public config: Config
1616
constructor() {
1717
super({
1818
allowedMentions: {

0 commit comments

Comments
 (0)