Skip to content

Commit

Permalink
chore: rename DiscordClientConfig interface to Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dankerow committed May 28, 2024
1 parent 72e565a commit bdf446f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/structures/Client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { DiscordClientConfig } from '@/types'
import type { Config } from '@/types'
import type { ConsolaInstance } from 'consola'

import config from '@/config'
Expand All @@ -12,7 +12,7 @@ import { consola } from 'consola'
*/
export class Blop extends Client<true> {
public logger: ConsolaInstance
public config: DiscordClientConfig
public config: Config
constructor() {
super({
allowedMentions: {
Expand Down

0 comments on commit bdf446f

Please sign in to comment.