Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

gaato/coderunbot-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeRunBot

コードの実行や 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.

必要要件 Requirements

.env

DISCORD_TOKEN="YOUR-DISCORD-TOKEN"

実行方法 How to run it

$ git clone [email protected]:gaato/coderunbot.git
$ cd coderunbot
$ pip install -r requirements.txt
$ python coderunbot.py

コマンドの追加の仕方 How to add commands

commands/command_<コマンド名>.py というファイルに async def main(message, arg) と関数を定義する.

Define a function async def main(message, arg) in the file commands/command_<command name>.py.