✨ Fully converted to slash commands
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user