fix domme bug waar we niet voor testen

This commit is contained in:
2022-11-14 16:13:44 +01:00
parent fc0d59964d
commit da7262307d
+1 -1
View File
@@ -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