diff --git a/main.py b/main.py index 71d789d..8a8f145 100644 --- a/main.py +++ b/main.py @@ -52,7 +52,7 @@ class Task: bg = Image.open('bg-pools.jpg') term_max = 60 term_x_start = 100 - if MODE == "2600nl": + elif MODE == "2600nl": bg = Image.open('bg-2600nl.jpg') term_max = 52 term_x_start = 230 @@ -237,7 +237,7 @@ async def main(): _lower_author_task_count(task.author) - bot.send("PRIVMSG", target=task.channel, message=f"{url} ({task.author})") + bot.send("PRIVMSG", target=task.channel, message=f"{url} \"{task.term}\" ({task.author}) ") await asyncio.sleep(10) loop = asyncio.get_event_loop()