From f176309179883c575a69c961cf3c8d947eb5fd6b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 20 Mar 2018 03:25:40 -0400 Subject: [PATCH] [commands] Don't handle single quotes. --- discord/ext/commands/view.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/discord/ext/commands/view.py b/discord/ext/commands/view.py index 2319265d0..843dc9a39 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 = { "﹁": "﹂", "﹃": "﹄", """: """, - "'": "'", "「": "」", "«": "»", "‹": "›",