Skip to content

Commit

Permalink
fix: メニュー名が長すぎるので短くする
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Aug 22, 2022
1 parent b1ddd18 commit e56d4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jaoafa/bugreporter/menu/BugMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class BugMenu extends MessageContextMenu {

public BugMenu() {
this.name = "このメッセージを不具合報告する";
this.name = "不具合報告";
this.guildOnly = true;
this.userPermissions = new Permission[]{Permission.VIEW_CHANNEL};
}
Expand Down

0 comments on commit e56d4e2

Please sign in to comment.