Add JDA example
Basic example also showing a basic implementation of the permission mapper
This commit is contained in:
parent
c0bc1e7523
commit
0715c4ab9d
8 changed files with 458 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ include(':cloud-javacord')
|
|||
include(':cloud-jda')
|
||||
include(':example-bukkit')
|
||||
include(':example-javacord')
|
||||
include(':example-jda')
|
||||
include(':cloud-tasks')
|
||||
include(':cloud-sponge')
|
||||
include(':example-velocity')
|
||||
|
|
@ -28,6 +29,7 @@ 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(':example-jda').projectDir = file('examples/example-jda')
|
||||
project(':cloud-sponge').projectDir = file('cloud-minecraft/cloud-sponge')
|
||||
project(':example-velocity').projectDir = file('examples/example-velocity')
|
||||
project(':example-bungee').projectDir = file('examples/example-bungee')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue