From da7262307d9550d3e50d0390c124bcf660a2c067 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Mon, 14 Nov 2022 16:13:44 +0100 Subject: [PATCH] fix domme bug waar we niet voor testen --- General.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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