diff options
author | 2022-10-25 10:35:27 -0400 | |
---|---|---|
committer | 2022-10-25 10:35:27 -0400 | |
commit | c5c8e3d399654b18d8dee1cb43626b770032930f (patch) | |
tree | 1c171b83de2bb6129988c2542310479bfb8e0a39 | |
parent | Update tests for new single string format (diff) |
Remove comment, arg parse bug
-rw-r--r-- | bot/exts/info/information.py | 3 |
1 files changed, 0 insertions, 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 = [], [] |