Skip to content

Commit

Permalink
Enable discord debug
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Oct 24, 2020
1 parent 6a576e2 commit 790d181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bridge/discord/discord.go
Expand Up @@ -173,6 +173,9 @@ func (b *Bdiscord) Connect() error {
b.nickMemberMap[member.Nick] = member
}
}

b.c.Debug = true

return nil
}

Expand Down

0 comments on commit 790d181

Please sign in to comment.