Skip to content

hspsh/spotty-kiwi

Repository files navigation

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