From d9d2e0017ec6a499bfe06ba954117c2414fcfca6 Mon Sep 17 00:00:00 2001 From: Michael H Date: Sat, 4 Jan 2020 00:39:48 -0500 Subject: [PATCH] patchup name error from 3254 (#3267) --- redbot/core/core_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 82476b7ec..f89b3473a 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -34,6 +34,7 @@ from . import ( from .utils.predicates import MessagePredicate from .utils.chat_formatting import ( box, + escape, humanize_list, humanize_number, humanize_timedelta,