Skip to content

Commit d67b149

Browse files
committed
Changed "?config del" text
1 parent 2e42e7e commit d67b149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cogs/utility.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,11 +404,11 @@ async def _set(self, ctx, key: str.lower, *, value):
404404

405405
@config.command(name='del')
406406
async def _del(self, ctx, key: str.lower):
407-
"""Sets a specified key from the config to nothing."""
407+
"""Deletes a key from the config."""
408408
em = discord.Embed(
409409
title='Success',
410410
color=discord.Color.blurple(),
411-
description=f'Set `{key}` to nothing.'
411+
description=f'`{key}` had been deleted from the config.'
412412
)
413413

414414
if key not in self.bot.config.allowed_to_change_in_command:

0 commit comments

Comments
 (0)