Browse Source

[commands] Remove duplicated quote entries

Remove two duplicated entries from the quote mapping in commands.view.
These were introduced at the creation of this mapping in ea061ef.
pull/1739/head
Hornwitser 7 years ago
committed by Rapptz
parent
commit
ed6451b9da
  1. 2
      discord/ext/commands/view.py

2
discord/ext/commands/view.py

@ -112,12 +112,10 @@ class StringView:
# map from opening quotes to closing quotes
_quotes = {
'"': '"',
"«": "»",
"": "",
"": "",
"": "",
"": "",
"": "",
"": "",
"": "",
"": "",

Loading…
Cancel
Save