The recommended way to deploy spotty-kiwi is using pre-built images.
Configuration is done through environment variables:
Name | Value |
---|---|
BOT_TOKEN |
Discord bot token |
APPLICATION_ID |
Discord application ID |
GUILD_ID |
Discord server ID |
WHOIS_API |
URL for whohacks API root |
yarn install
yarn dev # bot will restart on changes
# before PR
yarn lint
yarn style