Skip to content

tomato-sugar/discode_botton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discordpy project template

discord botを作成するテンプレートプロジェクトです。 詳しくはこちらのドキュメントをご覧ください。

.
├── README.md
├── discord_bot         # projectファイル
│       ├── env.py      # 環境変数設定関係
│       └── main.py     # discordpyスクリプト
├── doc
├── .env                # ファイルを作成し、トークンを記載する
├── poetry.lock         # poetry依存関係
└── pyproject.toml      # pythonプロジェクトにおける開発設定ファイル

使用言語

  • python

ライブラリ

  • discordpy
  • python-dotenv
  • isort
  • black
  • flake8

開発ツール

  • vscode
  • github codespace または remote conteiner(docker)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors