Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 354 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 354 Bytes

Discord.py bot template

DiscordのBotをpythonで作るためのテンプレート

ご自由にお使いください

How to use

  1. git clone https://github.com/aic-6301/discord.py-bot-template
  2. pip install -r requirements.txt
  3. .envDISCORD_BOT_TOKENのところにTOKENを入れる(TOKENの取得方法は省略)
  4. python main.py