Skip to content
Snippets Groups Projects
Commit 98cd6ca7 authored by Ophestra's avatar Ophestra
Browse files

fix typo

parent 9f389246
Branches
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ func setupInstance(member *discordgo.Member) *chatInstance { ...@@ -69,7 +69,7 @@ func setupInstance(member *discordgo.Member) *chatInstance {
parentID := categoryMap[channelID] parentID := categoryMap[channelID]
if parentID == "" { if parentID == "" {
log.Debug("Instance setup skipped on emptu parent ID.") log.Debug("Instance setup skipped on empty parent ID.")
return nil return nil
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment