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