diff options
Diffstat (limited to 'teleport/__init__.py')
-rw-r--r-- | teleport/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/teleport/__init__.py b/teleport/__init__.py new file mode 100644 index 0000000..f5b87c9 --- /dev/null +++ b/teleport/__init__.py @@ -0,0 +1,5 @@ +from .teleport import Teleport + + +async def setup(bot): + await bot.add_cog(Teleport(bot)) |