https://github.com/hspsh/spotty-kiwi
Custom bot for HSP's Discord server.
https://github.com/hspsh/spotty-kiwi
bot discord discord-bot discord-js hackerspace
Last synced: 5 months ago
JSON representation
Custom bot for HSP's Discord server.
- Host: GitHub
- URL: https://github.com/hspsh/spotty-kiwi
- Owner: hspsh
- License: apache-2.0
- Created: 2018-07-02T08:39:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T15:01:37.000Z (almost 3 years ago)
- Last Synced: 2023-07-09T16:15:43.303Z (almost 3 years ago)
- Topics: bot, discord, discord-bot, discord-js, hackerspace
- Language: TypeScript
- Homepage:
- Size: 848 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# spotty-kiwi :kiwi_fruit:
## Deployment
The recommended way to deploy spotty-kiwi is using [pre-built images][docker-packages].
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][whohacks-repo] API root |
[docker-packages]: https://github.com/hspsh/spotty-kiwi/pkgs/container/spotty-kiwi
[whohacks-repo]: https://github.com/hspsh/whohacks
## Development
```
yarn install
yarn dev # bot will restart on changes
```
## Contributing
```
# before PR
yarn lint
yarn style
```