Skip to content

fpankretic/BonoboPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

135 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BonoboPlayer

To start the project, minimal configuration is needed. Create .env file in the root directory and add the following content:

DISCORD_API_TOKEN="insert your discord bot token here"
IPV6_ENABLED="false"
PREFIX="insert your prefix here"                        # Example: !
PO_TOKEN="insert your po token here"
VISITOR_DATA="insert your visitor data here"
REFRESH_TOKEN=""                                        # Leave empty for automatic generation

To get PO_TOKEN and VISITOR_DATA you can check out this link.

Now you can run the project with the following commands:

mvn clean package
mvn -q exec:java -Dexec.mainClass="MainKt"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages