Skip to content

Commit

Permalink
chore: remove reassigning imported attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Oct 21, 2022
1 parent 7cec79e commit 6468099
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions disnake/ext/commands/slash_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,10 +598,6 @@ def name_localizations(self) -> LocalizationValue:
def description_localizations(self) -> LocalizationValue:
return self._description_localised.localizations

add_option = SlashCommand.add_option
to_dict = SlashCommand.to_dict
localize = SlashCommand.localize

def sub_command(
self,
name: LocalizedOptional = None,
Expand Down

0 comments on commit 6468099

Please sign in to comment.