Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 674 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 674 Bytes

spotty-kiwi 🥝

Deployment

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

Development

yarn install
yarn dev  # bot will restart on changes

Contributing

# before PR
yarn lint
yarn style