diff options
-rw-r--r-- | bot/cogs/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py index 56e36e86a..7551eb0c4 100644 --- a/bot/cogs/bot.py +++ b/bot/cogs/bot.py @@ -98,7 +98,7 @@ class Bot: "print(\"Hello world!\")\n" "\`\`\`\n" "\nThis will result in the following:\n" - "```\n" + "```python\n" "print(\"Hello world!\")" "```" ) # noqa. E124 |