[commands] Don't handle single quotes.

This commit is contained in:
Rapptz 2018-03-20 03:25:40 -04:00
parent eb5defed00
commit f176309179

View File

@ -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 = {
"": "", "": "",
"": "", "": "",
"": "", "": "",
"": "",
"": "", "": "",
"«": "»", "«": "»",
"": "", "": "",