Skip to content

Commit

Permalink
fix: discord
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed May 16, 2023
1 parent a896b34 commit 19c7486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bots/discord/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func NewDiscordBot() func(p NewDiscordBotParam) *DiscordBot {

func Run() func(b *DiscordBot) error {
return func(b *DiscordBot) error {
if b != nil {
if b == nil {
return nil
}

Expand Down

0 comments on commit 19c7486

Please sign in to comment.