From 4f5bb77a281fb8b76bace263a5e156201ab5c62b Mon Sep 17 00:00:00 2001 From: Conatum Date: Thu, 13 Jan 2022 06:43:52 +0200 Subject: [PATCH] fix (help): Add missing comma. --- bot/modules/meta/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/meta/help.py b/bot/modules/meta/help.py index 65209233..ada81e18 100644 --- a/bot/modules/meta/help.py +++ b/bot/modules/meta/help.py @@ -21,7 +21,7 @@ group_hints = { } standard_group_order = ( - ('🆕 Pomodoro', 'Productivity', 'Statistics', 'Economy', 'Personal Settings', 'Meta') + ('🆕 Pomodoro', 'Productivity', 'Statistics', 'Economy', 'Personal Settings', 'Meta'), ) mod_group_order = (