diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2020-05-31 17:43:52 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2020-05-31 17:43:52 +0000 |
commit | d7d868a43adb2bd3f89b4400288a397960e85769 (patch) | |
tree | 37d57254c1cdb823a8be7f9267c6dfcf491e5d26 /cogs/general.py | |
parent | 5731037878ad270803d2c3bbfe5b3980acb1ded8 (diff) | |
download | steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar.gz steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar.bz2 steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar.lz steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar.xz steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar.zst steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.zip |
Replace Dyno
Diffstat (limited to 'cogs/general.py')
-rw-r--r-- | cogs/general.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cogs/general.py b/cogs/general.py index 9dc2f18..091c325 100644 --- a/cogs/general.py +++ b/cogs/general.py @@ -2,7 +2,6 @@ from discord.ext import commands import discord import datetime - def dump(obj): output = "" for attr in dir(obj): |