diff --git a/sonica.py b/sonica.py index daef27b..7f48969 100755 --- a/sonica.py +++ b/sonica.py @@ -150,7 +150,7 @@ async def func(channel): enumerators[ctx.message.channel.id] = EnumeratedOption(options) - if len(enumerators) == 1: + if len(options) == 1: text = "I found a single song" await ctx.message.channel.send(text) return await ctx.message.channel.send(await options["1"](ctx.message.channel))