.say will no longer reply

This commit is contained in:
Toastie 2025-03-24 13:13:06 +13:00
parent a583c7d763
commit 1cbaaed944
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
2 changed files with 2 additions and 0 deletions
src/EllieBot
Db/Models
Modules/Utility

View file

@ -21,5 +21,6 @@ public enum NotifyType
Protection = 1, Prot = 1,
AddRoleReward = 2,
RemoveRoleReward = 3,
NiceCatch = 4,
// BigWin = 4,
}

View file

@ -88,6 +88,7 @@ public partial class Utility : EllieModule
.Text(message)
.Channel(channel)
.UserBasedMentions()
.NoReply()
.SendAsync();
}