diff --git a/pom.xml b/pom.xml
index 00bd692..093541a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
me.youhavetrouble.noted
Noted
- 1.0.1
+ 1.0.2
@@ -84,7 +84,7 @@
net.dv8tion
JDA
- 5.5.0
+ 5.5.1
club.minnced
diff --git a/src/main/java/me/youhavetrouble/noted/command/NoteCommand.java b/src/main/java/me/youhavetrouble/noted/command/NoteCommand.java
index 67cadc2..8848ea0 100644
--- a/src/main/java/me/youhavetrouble/noted/command/NoteCommand.java
+++ b/src/main/java/me/youhavetrouble/noted/command/NoteCommand.java
@@ -34,7 +34,7 @@ public class NoteCommand extends Command {
.setIntegrationTypes(IntegrationType.GUILD_INSTALL, IntegrationType.USER_INSTALL)
.addOptions(
new OptionData(OptionType.STRING, "alias", "The ID of the note", true, true),
- new OptionData(OptionType.BOOLEAN, "ephermeal", "Whether the note should be ephermal", false)
+ new OptionData(OptionType.BOOLEAN, "ephemeral", "Whether the note should be ephemeral", false)
)
.setContexts(InteractionContextType.BOT_DM, InteractionContextType.GUILD, InteractionContextType.PRIVATE_CHANNEL)
).queue();