diff options
| author | 2018-03-04 22:09:20 +0100 | |
|---|---|---|
| committer | 2018-03-04 22:09:20 +0100 | |
| commit | 204afa4d337db263907a8a2912e9b59a40b1fab4 (patch) | |
| tree | 6b2666e8797013a259129992650635086540ee5b | |
| parent | Non-alpha tag names no longer allowed. (diff) | |
math broke the bot, redeploying without math
| -rw-r--r-- | bot/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/__main__.py b/bot/__main__.py index e04aaef5c..766540bc6 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -33,7 +33,7 @@ bot.load_extension("bot.cogs.cogs") bot.load_extension("bot.cogs.clickup") bot.load_extension("bot.cogs.deployment") bot.load_extension("bot.cogs.eval") -bot.load_extension("bot.cogs.math") +# bot.load_extension("bot.cogs.math") bot.load_extension("bot.cogs.fun") bot.load_extension("bot.cogs.tags") bot.load_extension("bot.cogs.verification") |