fix typo errors

This commit is contained in:
kdh8219 2023-06-12 00:30:49 +09:00
parent eea6bb1316
commit 38af3ee66e
Signed by: kdh8219
GPG key ID: 9B901BE907D1862E
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ export default {
value: `${interaction.user.tag}(${interaction.user.id})`,
},
{ name: " ", value: " " },
{ name: "Targrt Discord Id", value: discord_id },
{ name: "Target Discord Id", value: discord_id },
{ name: " ", value: " " },
{ name: "Minecraft Id", value: minecraft_id },
{ name: "Minecraft Uuid", value: minecraft_uuid },

View file

@ -16,7 +16,7 @@ export default {
.addUserOption((option) =>
option
.setName("discord")
.setDescription("discord id of blacklister")
.setDescription("discord id of blacklisted")
.setRequired(true)
)
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator)