Skip to content

Commit

Permalink
feat(#16): fix after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Artemus committed Aug 28, 2022
1 parent 2af0f65 commit 00e2aca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/Logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ export class Logger {


async discordChannel(channelId: string, message: string | MessageOptions = '', level?: typeof this.levels[number]) {

const channel = await this.client.channels.fetch(channelId)

if (
channel instanceof TextChannel
|| channel instanceof ThreadChannel
Expand Down

0 comments on commit 00e2aca

Please sign in to comment.