Browse Source

[commands] Don't handle single quotes.

pull/1154/head
Rapptz 7 years ago
parent
commit
f176309179
  1. 2
      discord/ext/commands/view.py

2
discord/ext/commands/view.py

@ -111,7 +111,6 @@ class StringView:
# map from opening quotes to closing quotes # map from opening quotes to closing quotes
_quotes = { _quotes = {
'"': '"', '"': '"',
"'": "'",
"«": "»", "«": "»",
"": "", "": "",
"": "", "": "",
@ -125,7 +124,6 @@ _quotes = {
"": "", "": "",
"": "", "": "",
"": "", "": "",
"": "",
"": "", "": "",
"«": "»", "«": "»",
"": "", "": "",

Loading…
Cancel
Save