Fixed .notifyphs command name

This commit is contained in:
Toastie 2025-02-09 22:24:16 +13:00
parent 5a235b0565
commit 4b0f00e81f
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -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);