12 lines
470 B
Markdown
12 lines
470 B
Markdown
|
# Generic Revolt Bot
|
||
|
This is a generic bot for [Revolt](https://revolt.chat).
|
||
|
It currently does not offer any features apart from begging for donations.
|
||
|
|
||
|
## Environment variables
|
||
|
NODE_ENV=production # Ensures the bot is running in production mode
|
||
|
PREFIX=/ # The bot's prefix
|
||
|
|
||
|
# Get session info from Chrome debug console -> Application -> IndexedDB -> localforage -> state -> auth.accounts[user ID].session
|
||
|
SESSION_ID=
|
||
|
SESSION_TOKEN=
|
||
|
USER_ID=
|