コードの実行や LaTeX の画像化ができます.
ボットの招待リンクはこちら.
公式 Discord サーバーはこちら.
使い方はこちら.
It can run codes and render LaTeX.
Here is the bot's invitation link.
Here is the official discord server.
Here is how to use.
- Linux or macOS
- python3
- render-tex-server
DISCORD_TOKEN="YOUR-DISCORD-TOKEN"
$ git clone [email protected]:gaato/coderunbot.git
$ cd coderunbot
$ pip install -r requirements.txt
$ python coderunbot.py
commands/command_<コマンド名>.py
というファイルに async def main(message, arg)
と関数を定義する.
Define a function async def main(message, arg)
in the file commands/command_<command name>.py
.