An open API service indexing awesome lists of open source software.

https://github.com/slice/gb

👾 A Gameboy emulator hooked up to a Discord bot for fun.
https://github.com/slice/gb

Last synced: about 1 year ago
JSON representation

👾 A Gameboy emulator hooked up to a Discord bot for fun.

Awesome Lists containing this project

README

          

# gb

A Gameboy emulator hooked up to a Discord bot! 👾

## Example Configuration

```json
{
"token": "super.secret.to_ken",
"channel_whitelist": ["381870553235193857"],
"admins": ["69198249432449024"],
"rom": "./my_rom_file.gb"
}
```