.say will no longer reply
This commit is contained in:
parent
a583c7d763
commit
1cbaaed944
2 changed files with 2 additions and 0 deletions
src/EllieBot
|
@ -21,5 +21,6 @@ public enum NotifyType
|
||||||
Protection = 1, Prot = 1,
|
Protection = 1, Prot = 1,
|
||||||
AddRoleReward = 2,
|
AddRoleReward = 2,
|
||||||
RemoveRoleReward = 3,
|
RemoveRoleReward = 3,
|
||||||
|
NiceCatch = 4,
|
||||||
// BigWin = 4,
|
// BigWin = 4,
|
||||||
}
|
}
|
|
@ -88,6 +88,7 @@ public partial class Utility : EllieModule
|
||||||
.Text(message)
|
.Text(message)
|
||||||
.Channel(channel)
|
.Channel(channel)
|
||||||
.UserBasedMentions()
|
.UserBasedMentions()
|
||||||
|
.NoReply()
|
||||||
.SendAsync();
|
.SendAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue