mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-15 08:08:58 +00:00
typo in help message
This commit is contained in:
parent
6701252e4b
commit
a7fd3e290c
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ public class Birthdays implements Module {
|
|||
|
||||
commandHandler.add(new CommandInterpreter(this)
|
||||
.setName("showbirthday")
|
||||
.setInfo("zeigt die Geburtstags der erwähnten Personen an")
|
||||
.setInfo("zeigt die Geburtstage der erwähnten Personen an")
|
||||
.setVisibility(Visibility.PUBLIC)
|
||||
.setPermission(Permission.ANY)
|
||||
.setLocality(Locality.EVERYWHERE)
|
||||
|
|
Loading…
Reference in a new issue