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