Use Python3Lexer instead of PythonLexer for pygments.

This commit is contained in:
Rapptz
2017-05-22 07:21:23 -04:00
parent d672f84932
commit f588876587
10 changed files with 37 additions and 37 deletions

View File

@ -96,7 +96,7 @@ happens, you will receive an event about it and you can then respond to it.
A quick example to showcase how events work:
.. code-block:: python
.. code-block:: python3
import discord