https://github.com/meithecatte/showcase-bot
https://github.com/meithecatte/showcase-bot
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meithecatte/showcase-bot
- Owner: meithecatte
- License: apache-2.0
- Created: 2021-05-02T21:23:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T18:19:42.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T19:49:13.327Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
Discord bot for handling the [gbdev discord]'s `#showcase` channel.
## Configuration
To get the numeric IDs, you might want to enable Discord developer mode. It's in the settings somewhere.
Example `config.toml`:
```
token = "..."
server = 596792078059700254
target_channel = 838513238131605573
allowed_role = 838513396231569419
trigger_emoji = "morphon"
```
[gbdev discord]: https://gbdev.io/chat.html
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.