Skip to content

Commit

Permalink
Merge pull request #52 from tetsuya-ki/feature-add-coyote
Browse files Browse the repository at this point in the history
Feature add coyote
  • Loading branch information
tetsuya-ki authored Jan 26, 2021
2 parents 5d38e25 + 20b851d commit b720920
Show file tree
Hide file tree
Showing 4 changed files with 543 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assitantbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, command_prefix, help_command, intents):
try:
self.load_extension(cog)
except Exception:
logger.warn("traceback:", stack_info=True)
logger.warning("traceback:", stack_info=True)

# Botの準備完了時に呼び出されるイベント
async def on_ready(self):
Expand Down
Loading

0 comments on commit b720920

Please sign in to comment.