From: Georgios Atheridis Date: Tue, 10 May 2022 04:43:19 +0000 (+0000) Subject: added lol_queue X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=26ca562e87db478a566f6842102bfe0d7e658743;p=ihaspeks%2Faptbot-ihaspeks.git added lol_queue --- diff --git a/skgyorugo/commands/queue.py b/skgyorugo/commands/queue.py index f0f87fb..01422e6 100644 --- a/skgyorugo/commands/queue.py +++ b/skgyorugo/commands/queue.py @@ -40,7 +40,7 @@ def main(bot: Bot, message: Message): c.execute( """ - SELECT twitch_id WHERE available = 1 ORDER BY position ASC; + SELECT twitch_id FROM lol_queue WHERE available = 1 ORDER BY position ASC; """ ) fetched = c.fetchall()