Skip to content

Commit a87604b

Browse files
committed
Correct typo
1 parent 7e66294 commit a87604b

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
@@ -462,7 +462,7 @@ async def set(self, ctx, key: str.lower, *, value):
462462
return await ctx.send(embed=em)
463463

464464
@config.command(name='del')
465-
async def del__config(self, ctx, key: str.lower):
465+
async def del_config(self, ctx, key: str.lower):
466466
"""Sets a specified key from the config to nothing."""
467467
keys = self.bot.config.allowed_to_change_in_command
468468
if key in keys:

0 commit comments

Comments
 (0)