diff options
author | 2019-04-02 20:24:25 +0100 | |
---|---|---|
committer | 2019-04-02 20:24:25 +0100 | |
commit | f877de741221faedabaad8aa272bfd3b06a342f3 (patch) | |
tree | b8aee20d18d65d3abd7da4bf944a0ff3279bfdef /bot | |
parent | Changed traditions to be stored in a JSON file. (diff) |
Switched importing od JSON and random
Diffstat (limited to 'bot')
-rw-r--r-- | bot/seasons/easter/traditions.py | 2 |
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 |