SomeoneElse37 / BattleBot

A Discord bot that rolls dice and stuff.
MIT License
0 stars 1 forks source link

automatically turn off /excel #7

Open lenscas opened 7 years ago

lenscas commented 7 years ago

because /excel adds an extra dependency on odfpy it should remain optionally. However, currently to turn it off you need to edit Battlebot.py.

We should probably wrap the import of odsify_characters.py in a try and catch to turn the excel command off if odfpy could not be loaded.

Maybe keep it so that people can still turn off /excel even if odfpy is installed