aboutsummaryrefslogtreecommitdiff
path: root/teleport/__init__.py
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2024-03-22 21:03:33 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2024-03-22 21:03:33 +0000
commite64373979384c82580d7b8db582d48897096b992 (patch)
tree0b162a881da9066f783af1c70c14ec91eab0f2cc /teleport/__init__.py
parent08069e8d35e10a85087c1938fffb4f5a8c625e14 (diff)
downloadaps-cogs-e64373979384c82580d7b8db582d48897096b992.tar
aps-cogs-e64373979384c82580d7b8db582d48897096b992.tar.gz
aps-cogs-e64373979384c82580d7b8db582d48897096b992.zip
Add teleport cog
Diffstat (limited to 'teleport/__init__.py')
-rw-r--r--teleport/__init__.py5
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))