Skip to content

Commit

Permalink
update pom version and meta fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 14, 2023
1 parent 4b64988 commit 5e92f20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
<bukkit.version>1.19.4-R0.1-SNAPSHOT</bukkit.version>
<denizen.version>1.2.8-SNAPSHOT</denizen.version>
<denizen.version>1.2.9-SNAPSHOT</denizen.version>
</properties>

<!-- Repositories -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ public DiscordModalCommand() {
// @Guide https://guide.denizenscript.com/guides/expanding/ddiscordbot.html
// @Group external
//
// @Tags
// None
//
// @Description
// With this command you can respond to an interaction using a modal.
// A "modal" is a popup window that presents the user with a form to fill out.
Expand Down

0 comments on commit 5e92f20

Please sign in to comment.