Skip to content

LEGENDmathlava/coderunbot

 
 

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.4%
  • TeX 7.6%