Fully converted to slash commands

This commit is contained in:
NikolajDanger
2021-03-31 00:38:51 +02:00
parent a8a7e5eabd
commit b345720468
50 changed files with 1102 additions and 1111 deletions

View File

@ -1,17 +1,11 @@
"""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
__all__ = ["Games" , "Money", "LookupFuncs", "StarWars"]
from .games import Money, Games
from .lookup import spellFunc, monsterFunc
from .lookup import LookupFuncs
from .other import Generators, movieFunc, BedreNetflix, NerdShit
from .other import Other
from .roll import roll_dice
from .swfuncs import SwChar, SwDestiny, SwRoll
from .starWarsFuncs import StarWars