From 98cd6ca7b05e1c762fd29e83563cc9d1620b95b4 Mon Sep 17 00:00:00 2001
From: RandomChars <random@chars.jp>
Date: Sun, 1 Aug 2021 13:53:45 +0900
Subject: [PATCH] fix typo

---
 instance.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/instance.go b/instance.go
index e237f63..098fe1f 100644
--- a/instance.go
+++ b/instance.go
@@ -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
 	}
 
-- 
GitLab