Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dam-dad/jayuwoki
- Owner: dam-dad
- Created: 2025-01-09T11:50:16.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2025-01-16T20:24:23.000Z (10 days ago)
- Last Synced: 2025-01-16T21:25:23.393Z (10 days ago)
- Topics: discord-bot, firebase, javafx, jda
- Language: CSS
- Homepage: https://dam-dad.github.io/jayuwoki/
- Size: 4.63 MB
- Stars: 1
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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%
```