diff --git a/discord/commands.py b/discord/commands.py index 27d3868f1..1db4f0b39 100644 --- a/discord/commands.py +++ b/discord/commands.py @@ -355,7 +355,6 @@ class UserCommand(BaseCommand): raise TypeError('__call__() missing 1 required positional argument: \'user\'') command = self._data - command['name_localized'] = command['name'] data = { 'application_command': command, 'attachments': [],