Cleanup in resources

This commit is contained in:
Nikolaj Danger
2020-03-24 15:49:31 +01:00
parent 780e32fcc6
commit b2a47ce11a
16 changed files with 23 additions and 25 deletions

View File

@ -7,9 +7,6 @@ import urllib #used by imageFunc
import imdb #used by movieFunc
from .roll import dice
from .lookup import lookupFuncs
from .other import movie, generators
from .swfuncs import swchar, swroll
def roll_dice(author : str, rollStr : str = "1d20"):
print("Rolling "+str(rollStr))