From ed6451b9da16e5058f6c545fd1c0662e346913dd Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Tue, 31 Jul 2018 18:22:02 +0200 Subject: [PATCH] [commands] Remove duplicated quote entries Remove two duplicated entries from the quote mapping in commands.view. These were introduced at the creation of this mapping in ea061ef. --- 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 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 = { '"': '"', - "«": "»", "‘": "’", "‚": "‛", "“": "”", "„": "‟", - "‹": "›", "⹂": "⹂", "「": "」", "『": "』",