aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/ext/commands/view.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/ext/commands/view.py b/discord/ext/commands/view.py
index 2319265d..843dc9a3 100644
--- a/discord/ext/commands/view.py
+++ b/discord/ext/commands/view.py
@@ -111,7 +111,6 @@ class StringView:
# map from opening quotes to closing quotes
_quotes = {
'"': '"',
- "'": "'",
"«": "»",
"‘": "’",
"‚": "‛",
@@ -125,7 +124,6 @@ _quotes = {
"﹁": "﹂",
"﹃": "﹄",
""": """,
- "'": "'",
"「": "」",
"«": "»",
"‹": "›",