diff options
| -rw-r--r-- | discord/ext/commands/view.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/ext/commands/view.py b/discord/ext/commands/view.py index e4c48db9..6634f0ac 100644 --- a/discord/ext/commands/view.py +++ b/discord/ext/commands/view.py @@ -112,12 +112,10 @@ class StringView: # map from opening quotes to closing quotes _quotes = { '"': '"', - "«": "»", "‘": "’", "‚": "‛", "“": "”", "„": "‟", - "‹": "›", "⹂": "⹂", "「": "」", "『": "』", |