From db538f75304cd4acf858771d41ff4c83f8d065f9 Mon Sep 17 00:00:00 2001 From: bobloy Date: Wed, 28 Oct 2020 15:19:28 -0400 Subject: [PATCH] Hotfix cause I didn't test this --- fifo/fifo.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fifo/fifo.py b/fifo/fifo.py index c42e4df..4a0e622 100644 --- a/fifo/fifo.py +++ b/fifo/fifo.py @@ -370,9 +370,7 @@ class FIFO(commands.Cog): out = "" all_tasks = await self.config.guild(ctx.guild).tasks() for task_name, task_data in all_tasks.items(): - out += f"{task_name}: {task_data}\n" - - out = humanize_list(out) + out += f"{task_name}: {task_data}\n\n" if out: if len(out) > 2000: