Skip to content

Commit bc76e8c

Browse files
committed
fix issue with config
1 parent 931e6bd commit bc76e8c

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

724724
@config.command()
725725
@checks.has_permissions(PermissionLevel.OWNER)
726-
async def get(self, ctx, key=None):
726+
async def _get(self, ctx, key=None):
727727
"""Shows the config variables that are currently set."""
728728
keys = self.bot.config.allowed_to_change_in_command
729729

0 commit comments

Comments
 (0)