diff --git a/General.py b/General.py index 9e7e9a8..d7134c1 100644 --- a/General.py +++ b/General.py @@ -131,7 +131,7 @@ Namens de directie van Stroopwafel B.V. onze excuses voor dit ongemak.""") data = json.loads(self.get_playlist_json().content) msg = 'Stemmen en nomineren kan hier: {}\n'.format(self.muzak_url) msg += '*Er zijn al {} nummers genomineerd*\n'.format(data['stemCount']) - yield from ctx.channel.send(self.get_playlist_msg()) + yield from ctx.channel.send(msg) @commands.command(pass_context=True, hidden=True) @asyncio.coroutine