Add Example Javacord Implementation
This commit is contained in:
parent
2fbd90dfee
commit
484dc0435f
12 changed files with 599 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ include(':cloud-cloudburst')
|
|||
include(':cloud-javacord')
|
||||
include(':cloud-jda')
|
||||
include(':example-bukkit')
|
||||
include(':example-javacord')
|
||||
include(':cloud-tasks')
|
||||
include(':cloud-sponge')
|
||||
project(':cloud-bukkit').projectDir = file('cloud-minecraft/cloud-bukkit')
|
||||
|
|
@ -24,4 +25,5 @@ project(':cloud-cloudburst').projectDir = file('cloud-minecraft/cloud-cloudburst
|
|||
project(':cloud-javacord').projectDir = file('cloud-discord/cloud-javacord')
|
||||
project(':cloud-jda').projectDir = file('cloud-discord/cloud-jda')
|
||||
project(':example-bukkit').projectDir = file('examples/example-bukkit')
|
||||
project(':example-javacord').projectDir = file('examples/example-javacord')
|
||||
project(':cloud-sponge').projectDir = file('cloud-minecraft/cloud-sponge')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue