diff options
author | Skycloudd <51929172+Skycloudd@users.noreply.github.com> | 2021-01-18 22:00:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 22:00:03 +0000 |
commit | 55ec795f903977616af61ee0c8d5e14e0404fc10 (patch) | |
tree | 6889f50988dde9d4a4fa6752b912c4b0fca0fbd6 | |
parent | b35df7c07c59f553de4fa2903dc3185136a45f1d (diff) | |
download | steve-bot-55ec795f903977616af61ee0c8d5e14e0404fc10.tar steve-bot-55ec795f903977616af61ee0c8d5e14e0404fc10.tar.gz steve-bot-55ec795f903977616af61ee0c8d5e14e0404fc10.tar.bz2 steve-bot-55ec795f903977616af61ee0c8d5e14e0404fc10.tar.lz steve-bot-55ec795f903977616af61ee0c8d5e14e0404fc10.tar.xz steve-bot-55ec795f903977616af61ee0c8d5e14e0404fc10.tar.zst steve-bot-55ec795f903977616af61ee0c8d5e14e0404fc10.zip |
re-added my favourite comment
-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 |