Skip to content

Commit 19bc1c3

Browse files
committed
Made another requested change
1 parent caf766c commit 19bc1c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/net/javadiscord/javabot/systems/staff_commands/self_roles/ChangeSelfRoleStatusSubcommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.time.Instant;
1818

1919
/**
20-
* Subcommand that disables all Elements on an ActionRow.
20+
* Subcommand that disables all Elements on all ActionRows.
2121
*/
2222
public class ChangeSelfRoleStatusSubcommand extends SlashCommand.Subcommand {
2323
/**

src/main/java/net/javadiscord/javabot/systems/staff_commands/self_roles/RemoveSelfRolesSubcommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.time.Instant;
1717

1818
/**
19-
* Subcommands that removes all Elements on an ActionRow.
19+
* Subcommands that removes all Elements on all ActionRows.
2020
*/
2121
public class RemoveSelfRolesSubcommand extends SlashCommand.Subcommand {
2222

0 commit comments

Comments
 (0)