File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/net/javadiscord/javabot/systems/staff_commands/role_emoji Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class RoleEmojiCommand extends SlashCommand {
2020 * @param addRoleEmojiSubcommand A subcommand allowing to add role-exclusive emojis
2121 */
2222 public RoleEmojiCommand (BotConfig botConfig , AddRoleEmojiSubcommand addRoleEmojiSubcommand ) {
23- SlashCommandData slashCommandData = Commands .slash ("emoji-admin" , "Adds an emoji only usable only with certain roles " )
23+ SlashCommandData slashCommandData = Commands .slash ("emoji-admin" , "Administrative command for managing server emojis " )
2424 .setDefaultPermissions (DefaultMemberPermissions .enabledFor (Permission .ADMINISTRATOR ))
2525 .setGuildOnly (true );
2626 setSlashCommandData (slashCommandData );
You can’t perform that action at this time.
0 commit comments