diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 1906fda..bb60767 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -252,7 +252,7 @@ class Mybot(commands.Cog): ctx.channel.send("%s not found" % folder) else: audio_file = random.choice(audio_file) - self.sounds.append((audio_file, ctx)) + self.sounds.append((audio_file, ctx)) except: e = exc_info()[0] await ctx.channel.send("Exception when calling joke: %s\n" % e)