Skip to content

Commit

Permalink
Adding more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Sep 25, 2023
1 parent 9d9e669 commit e85365f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<dependency>
<groupId>de.ree6</groupId>
<artifactId>Ree6-SQL</artifactId>
<version>f17e6fb6f9</version>
<version>f5c80e2caa</version>
</dependency>

<!-- Logging -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ public void onPerform(CommandEvent commandEvent) {

switch (commandEvent.getSubcommand()) {
case "create" -> {
long winners = commandEvent.getOption("winners").getAsLong();
String prize = commandEvent.getOption("prize").getAsString();
String duration = commandEvent.getOption("duration").getAsString();



de.presti.ree6.sql.entities.Giveaway giveaway = new de.presti.ree6.sql.entities.Giveaway();
// TODO:: create.
}

Expand Down

0 comments on commit e85365f

Please sign in to comment.