No description
Find a file
ANTHONUS 34e4800926 /loadavatar et /loadname
Permet de changer l'avatar et le nom du bot
2025-01-10 01:24:47 +01:00
.idea Ajout d'un système de résumés et historique 2025-01-08 18:52:31 +01:00
gradle/wrapper Initial commit 2025-01-08 00:22:46 +01:00
src/main/java/fr/ANTHONUSApps /loadavatar et /loadname 2025-01-10 01:24:47 +01:00
.gitignore /loadavatar et /loadname 2025-01-10 01:24:47 +01:00
build.gradle /loadavatar et /loadname 2025-01-10 01:24:47 +01:00
gradlew Initial commit 2025-01-08 00:22:46 +01:00
gradlew.bat Initial commit 2025-01-08 00:22:46 +01:00
LICENSE Initial commit 2025-01-07 19:25:40 +01:00
README.md Initial commit 2025-01-08 00:22:46 +01:00
settings.gradle Initial commit 2025-01-08 00:22:46 +01:00

Launch bot

  • add a .env file in the same directory of your .jar
  • add this template, followed by the api keys / discord bot token :
# Discord token
DISCORD_TOKEN=

# Models API keys
gemini=
gpt=
  • launch the .jar inside a cmd with the command : java -jar JChatBot-VERSION.jar args with the arguments from the following :
    • gemini
    • gpt

Dependencies

To run and build this project, you'll need JDK17.