Skip to content

Commit aeae5cb

Browse files
committed
[rtfs] fix rtfs dev env value
1 parent 378557c commit aeae5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtfs/rtfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def __init__(self, bot: Red):
260260

261261
async def cog_load(self) -> None:
262262
self.bot.add_dev_env_value(
263-
"rtfs", lambda ctx: partial(format_and_send, ctx=ctx, is_owner=True)
263+
"rtfs", lambda ctx: partial(format_and_send, ctx, is_owner=True)
264264
)
265265

266266
async def cog_unload(self) -> None:

0 commit comments

Comments
 (0)