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

fix typo

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