mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
dfd2c35276
* move task logic to task handlers * rename command * remove test code * rename classes and add missing handler creations * switch task back to random and fetch log_channel_id from db
8 lines
259 B
Bash
8 lines
259 B
Bash
BOT_TOKEN=<discord bot token>
|
|
DECLARE_GLOBAL_COMMANDS=<testing guild id>
|
|
OWNER_IDS=[<your user id>, <other user ids>]
|
|
PREFIX="/" # DO NOT LEAVE EMPTY, slash command prefix in DMs
|
|
|
|
OASST_API_URL="http://localhost:8080" # No trailing '/'
|
|
OASST_API_KEY="1234"
|