https://github.com/rzblue/whatisbot
WhatIsBot
https://github.com/rzblue/whatisbot
Last synced: about 2 months ago
JSON representation
WhatIsBot
- Host: GitHub
- URL: https://github.com/rzblue/whatisbot
- Owner: rzblue
- Created: 2023-05-23T06:01:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T06:19:33.000Z (about 2 years ago)
- Last Synced: 2025-02-10T13:37:35.866Z (4 months ago)
- Language: Kotlin
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhatIsBot
To run:
- [Get a bot token from Discord](https://discord.com/developers/docs/getting-started)
- Copy [./src/main/resources/bot-config.yaml.example](./src/main/resources/bot-config.yaml.example) to [./src/main/resources/bot-config.yaml](./src/main/resources/bot-config.yaml)
- Replace `MYDISCORDBOTTOKENHERE` with your new bot token
- Run `./gradlew run`