diff --git a/bunnybot.go b/bunnybot.go index 452ff83..0c94a18 100644 --- a/bunnybot.go +++ b/bunnybot.go @@ -90,6 +90,8 @@ func message_create (s *discordgo.Session, m *discordgo.MessageCreate) { return } + } else { // message too short, don't do anything + return } // get our message's content without our bot's token