https://github.com/queer/startup
https://github.com/queer/startup
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/queer/startup
- Owner: queer
- Created: 2017-12-21T10:53:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T15:35:36.000Z (almost 8 years ago)
- Last Synced: 2025-03-10T14:55:43.618Z (over 1 year ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Startup Simulator
A silly little Discord bot.
## How do I host my own?
```Bash
$ docker build -t me/startup-simulator
$ docker run -dit -e BOT_TOKEN="your token here" me/startup-simulator
```
Other env vars can be discovered by reading the source, but they're not very important.