Files
Gwendolyn/funcs/__init__.py
NikolajDanger 4cfd5af9da 🎞️ Added !addmovie command
2021-01-31 18:31:23 +01:00

18 lines
651 B
Python

"""A collection of all Gwendolyn functions."""
__all__ = ["Games" ,"helloFunc", "cap", "imageFunc", "logThis", "findWikiPage", "makeFiles", "emojiToCommand", "Money", "spellFunc", "monsterFunc", "Generators", "movieFunc", "roll_dice", "SwChar", "SwDestiny", "SwRoll", "replaceMultiple","Funcs"]
from .miscFuncs import helloFunc, cap, imageFunc, logThis, findWikiPage, makeFiles, replaceMultiple, emojiToCommand
from .funcs import Funcs
from .games import Money, Games
from .lookup import spellFunc, monsterFunc
from .other import Generators, movieFunc, BedreNetflix
from .roll import roll_dice
from .swfuncs import SwChar, SwDestiny, SwRoll