diff --git a/discord/ext/commands/view.py b/discord/ext/commands/view.py index e4c48db9d..6634f0ac0 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 = { '"': '"', - "«": "»", "‘": "’", "‚": "‛", "“": "”", "„": "‟", - "‹": "›", "⹂": "⹂", "「": "」", "『": "』",