From c5c8e3d399654b18d8dee1cb43626b770032930f Mon Sep 17 00:00:00 2001 From: Ionite Date: Tue, 25 Oct 2022 10:35:27 -0400 Subject: Remove comment, arg parse bug --- bot/exts/info/information.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bot/exts/info/information.py b/bot/exts/info/information.py index 73afa3309..eb1983c07 100644 --- a/bot/exts/info/information.py +++ b/bot/exts/info/information.py @@ -531,9 +531,6 @@ class Information(Cog): It accepts either rule numbers or particular keywords that map to a particular rule. Rule numbers and keywords can be sent in any order. """ - # Note: *args cannot be used due to a discord.py bug - # causing infinite loops during greedy string parsing. - rules_embed = Embed(title="Rules", color=Colour.og_blurple(), url="https://www.pythondiscord.com/pages/rules") keywords, rule_numbers = [], [] -- cgit v1.2.3