🎞️ Added !addmovie command

This commit is contained in:
NikolajDanger
2021-01-31 18:31:23 +01:00
parent 10fb0f7f6e
commit 4cfd5af9da
12 changed files with 117 additions and 5 deletions

View File

@ -2,5 +2,6 @@
__all__ = ["Generators", "movieFunc"]
from .bedreNetflix import BedreNetflix
from .generators import Generators
from .movie import movieFunc