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,8 +1,5 @@
"""Misc. functions for Gwendolyn."""
__all__ = ["Generators", "movieFunc","BedreNetflix","NerdShit"]
__all__ = ["Other"]
from .bedreNetflix import BedreNetflix
from .generators import Generators
from .movie import movieFunc
from .nerdShit import NerdShit
from .other import Other