aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-08-21 22:17:23 +0100
committerGravatar Chris Lovering <[email protected]>2022-08-21 22:28:00 +0100
commiteb3d54b387ccf5c74a5045a7bfa47d9b82229910 (patch)
tree22935f4025bc055a5d9c901b741319fa76272d52
parentUse the bot's http_session when calling cloudflare's API (diff)
Use the correct help kwarg for ed
This was updated in Discord.py 2.0
-rw-r--r--arthur/exts/fun/ed.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/arthur/exts/fun/ed.py b/arthur/exts/fun/ed.py
index 3ebeaea..33f5ed4 100644
--- a/arthur/exts/fun/ed.py
+++ b/arthur/exts/fun/ed.py
@@ -11,8 +11,8 @@ class Ed(Cog):
def __init__(self, bot: KingArthur) -> None:
self.bot = bot
- @command(name="ed", usage="[-GVhs] [-p string] [file]")
- async def ed(self, ctx: Context, *, _args: str) -> None:
+ @command(name="ed", help="[-GVhs] [-p string] [file]")
+ async def ed(self, ctx: Context) -> None:
"""Ed is the standard text editor."""
await ctx.send("?")