aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2020-08-17 03:36:57 -0700
committerGravatar Xithrius <[email protected]>2020-08-17 03:36:57 -0700
commit809a4458e418d15288749c69b061990b6b737716 (patch)
treef4c80ceae059909437e2de2299d293a71604a3ae /bot
parentAuto stash before revert of "Changed from json to yaml config so comments can... (diff)
Sorted imports to comply with flake8 standards.
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/evergreen/conversationstarters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/conversationstarters.py b/bot/exts/evergreen/conversationstarters.py
index c559c2f8..cfa8dbce 100644
--- a/bot/exts/evergreen/conversationstarters.py
+++ b/bot/exts/evergreen/conversationstarters.py
@@ -1,8 +1,8 @@
import json
-import yaml
import random
from pathlib import Path
+import yaml
from discord import Color, Embed
from discord.ext import commands