index
:
aps-cogs
main
[no description]
nobody
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
teleport
/
__init__.py
blob: f5b87c90de149f97c75ead206c2d0daac7b35378 (
plain
)
1
2
3
4
5
from
.teleport
import
Teleport
async
def
setup
(
bot
):
await
bot
.
add_cog
(
Teleport
(
bot
))