Skip to content

Commit d54416b

Browse files
authored
status -> activity
Rename an old `status` reference to `activity`.
1 parent d226be3 commit d54416b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ async def config(self, ctx):
370370
"""Change configuration for the bot.
371371
372372
You shouldn't have to use these commands as other commands such
373-
as `prefix` and `status` should change config vars for you.
373+
as `prefix` and `activity` should change config vars for you.
374374
"""
375375
if ctx.invoked_subcommand is None:
376376
cmd = self.bot.get_command('help')

0 commit comments

Comments
 (0)