Skip to content

Instantly share code, notes, and snippets.

@hwahyang1
Created March 1, 2020 05:25
Show Gist options
  • Save hwahyang1/9405c6548c0edb3f0c6b56afadaf42f3 to your computer and use it in GitHub Desktop.
Save hwahyang1/9405c6548c0edb3f0c6b56afadaf42f3 to your computer and use it in GitHub Desktop.
if message.content.startswith("!도움말"): # 만약, 채팅이 "!도움말"로 >>시작<< 한다면,
await message.channel.send("답변") # "답변"이라는 채팅을 메시지가 보내진 채널에 전송합니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment