aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RohanRadia <[email protected]>2019-04-02 20:24:25 +0100
committerGravatar RohanRadia <[email protected]>2019-04-02 20:24:25 +0100
commitf877de741221faedabaad8aa272bfd3b06a342f3 (patch)
treeb8aee20d18d65d3abd7da4bf944a0ff3279bfdef
parentChanged traditions to be stored in a JSON file. (diff)
Switched importing od JSON and random
-rw-r--r--bot/seasons/easter/traditions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/easter/traditions.py b/bot/seasons/easter/traditions.py
index ac4d750e..b9b998e3 100644
--- a/bot/seasons/easter/traditions.py
+++ b/bot/seasons/easter/traditions.py
@@ -1,6 +1,6 @@
import logging
-import random
import json
+import random
from discord.ext import commands