Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dam-dad/jayuwoki

Free Open Source Discord Bot with ui. Made with JavaFX and JDA.
https://github.com/dam-dad/jayuwoki

discord-bot firebase javafx jda

Last synced: 3 days ago
JSON representation

Free Open Source Discord Bot with ui. Made with JavaFX and JDA.

Awesome Lists containing this project

README

        

# jayuwoki
App con interfaz gráfica para integrar y gestionar un bot de Discord. utilizando Spring, JavaFX y Sqlite.

### Variable de entorno para el token del bot
1. Abre **Símbolo del Sistema** o **PowerShell**.
2. Ejecuta el siguiente comando (reemplaza `TOKEN` con tu token):
```cmd
setx BOT_TOKEN "TOKEN"
```
3. Para ver el token una vez configurado ejecuta el siguiente comando:
```
echo %BOT_TOKEN%
```