Fixed .notifyphs command name
This commit is contained in:
parent
5a235b0565
commit
4b0f00e81f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public partial class Administration
|
|||
|
||||
[Cmd]
|
||||
[UserPerm(GuildPerm.Administrator)]
|
||||
public async Task NotifyPlaceholders(NotifyType nType)
|
||||
public async Task NotifyPhs(NotifyType nType)
|
||||
{
|
||||
var data = _service.GetRegisteredModel(nType);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue