Skip to content

Commit

Permalink
add jishaku
Browse files Browse the repository at this point in the history
  • Loading branch information
omame committed Jun 11, 2021
1 parent e351295 commit 59cf19a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ async def on_ready():
client.load_extension("cogs.help")

client.load_extension("cogs.modpanel")

client.load_extension("jishaku")
logger.info(f"bob v{bob.__version__} is ready!")


Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ python-Levenshtein
flask
nest-asyncio
requests
jishaku

0 comments on commit 59cf19a

Please sign in to comment.