Discord TTSBot (24/7) 開発記の続きです。プロジェクトの目的は下記 note を参照してください。 前回 bot の動作確認を済ませましたので、今回からコーディングに入ります。 と言いたいところですが、まずはプログラムの処理結果を認識しやすいように、ログ ...
前回は、Discordアカウント、サーバー、Botの作成までを学びました。今回は、いよいよBotを実際に動かすステップに進みます! Discord Botを動かすために、`discord.py` というライブラリを使います。以下のコマンドをターミナルまたはコマンドプロンプトで実行 ...
Discord is an IRC-like chat platform that all the young cool kids are hanging out on. Originally intended as a way to communicate during online games, Discord has grown to the point that there are ...
Import the package into your project and initialize it to get started. You must pass the webhook URL you obtained from your Discord channel in as the argument. title Displays a title on an message ...
In order to run the bot yourself, follow these steps. To run the tests, run pytest in the virtual environment. This will run everything except the fuzzer, which can be run with python3 tests/fuzz.py. ...