diff options
Diffstat (limited to 'cogs/utils.py')
-rwxr-xr-x | cogs/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index b1bb62f..c189370 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -6,6 +6,8 @@ import os import subprocess from collections import namedtuple from datetime import timedelta +# forgot to import this and ended up looking mentally unstable +# troll literally pointed out atleast 4 things I did wrong in 3 lines of code from random import choice, randint import discord |