diff options
| author | 2018-10-11 14:18:13 -0700 | |
|---|---|---|
| committer | 2018-10-11 14:18:13 -0700 | |
| commit | 8b2fa26a065b18cb9c4aa441eb1b6e360594a462 (patch) | |
| tree | 9a949b5b5e4389d896ecb87c8b94e255d5553cda /bot/cogs/halloweenify.py | |
| parent | Initial commit. (diff) | |
| parent | Remove extra params to pepper (diff) | |
Merge branch 'deploy' of https://github.com/dfitzpatrick/hacktoberbot into 31-vote-for-favorite-monster
# Conflicts:
#	Pipfile
Diffstat (limited to 'bot/cogs/halloweenify.py')
| -rw-r--r-- | bot/cogs/halloweenify.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/halloweenify.py b/bot/cogs/halloweenify.py index 8a9db3df..201f6b95 100644 --- a/bot/cogs/halloweenify.py +++ b/bot/cogs/halloweenify.py @@ -1,5 +1,5 @@ -from pathlib import Path  from json import load +from pathlib import Path  from random import choice  |