Files
Gwendolyn/funcs/__init__.py
NikolajDanger 1e2f64c67c Trivia command
2020-04-05 18:37:59 +02:00

9 lines
306 B
Python

from .gwendolynFuncs import helloFunc, cap, imageFunc, logThis, findWikiPage, triviaStart, triviaOtherThing, triviaCountPoints
from .swfuncs import parseChar, parseRoll, parseDestiny
from .lookup import spellFunc, monsterFunc
from .other import nameGen, tavernGen, movieFunc
from .roll import roll_dice