https://github.com/rainbowdashlabs/cjda-util
https://github.com/rainbowdashlabs/cjda-util
hacktoberfest java jda jda-utilities library
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rainbowdashlabs/cjda-util
- Owner: rainbowdashlabs
- License: gpl-3.0
- Created: 2021-04-23T21:53:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T17:31:30.000Z (about 1 year ago)
- Last Synced: 2024-05-12T19:23:52.089Z (about 1 year ago)
- Topics: hacktoberfest, java, jda, jda-utilities, library
- Language: Java
- Homepage:
- Size: 4.17 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README




Gradle:
``` kotlin
repositories {
maven {
url = uri("https://eldonexus.de/repository/maven-public")
}
}dependencies {
implementation("de.chojo", "cjda-util", "{version}")
}
```Maven:
``` xml
EldoNexus
https://eldonexus.de/repository/maven-public
de.chojo
cjda-util
{version}
```Snapshots are available via: **https://eldonexus.de/repository/maven-snapshots/**
### Configuration
ENV always takes precedence over PROP
Prop: `-Dcjda.interactions.cleanguildcommands=true`
Env: `CJDA_INTERACTIONS_CLEANGUILDCOMMANDS`
_default false_Clean guild commands on bot start
Prop: `-Dcjda.interactions.testmode=true`
Env: `CJDA_INTERACTIONS_TESTMODE`
_default false_Set the testmode. When active all global commands will be deployed on guilds and not globally.
Prop: `-Dcjda.localisation.error.name=false`
Env: `CJDA_LOCALISATION_NAME_ERROR`
_default true_Allows to disable the name error on command localisation.
Prop: `bot.config`
Env: `BOT_CONFIG`Relative path to the configuration file.
[nexus_releases]: https://eldonexus.de/#browse/browse:maven-releases:de%2Fchojo%2Fcjda-util
[nexus_snapshots]: https://eldonexus.de/#browse/browse:maven-snapshots:de%2Fchojo%2Fcjda-util