diff options
| author | Hornwitser <[email protected]> | 2018-07-31 18:22:02 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-11-24 22:17:58 -0500 |
| commit | ed6451b9da16e5058f6c545fd1c0662e346913dd (patch) | |
| tree | 5e3d0ec7ca19ba4aa84d71f77d25fcae24ea0636 | |
| parent | [lint] Do log formating lazily (diff) | |
| download | discord.py-ed6451b9da16e5058f6c545fd1c0662e346913dd.tar.xz discord.py-ed6451b9da16e5058f6c545fd1c0662e346913dd.zip | |
[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.
| -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 = { '"': '"', - "«": "»", "‘": "’", "‚": "‛", "“": "”", "„": "‟", - "‹": "›", "⹂": "⹂", "「": "」", "『": "』", |