Skip to content

Commit 6ab78e3

Browse files
committed
Change name to 'get'
1 parent bc76e8c commit 6ab78e3

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
@@ -721,7 +721,7 @@ async def remove_config(self, ctx, key: str.lower):
721721

722722
return await ctx.send(embed=embed)
723723

724-
@config.command()
724+
@config.command(name='get')
725725
@checks.has_permissions(PermissionLevel.OWNER)
726726
async def _get(self, ctx, key=None):
727727
"""Shows the config variables that are currently set."""

0 commit comments

Comments
 (0)