mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-09-03 08:07:19 +00:00
Ignore all messages by the bot
This commit is contained in:
parent
65794edf2c
commit
fea2b05e03
@ -8,6 +8,10 @@ namespace DeukBot4.MessageHandlers
|
||||
{
|
||||
public static async Task HandleMessage(SocketMessage message)
|
||||
{
|
||||
if (message.Author.Id == Program.Client.CurrentUser.Id)
|
||||
{
|
||||
return;
|
||||
}
|
||||
try
|
||||
{
|
||||
await CommandHandler.CommandHandler.HandleMessage(message);
|
||||
|
Loading…
x
Reference in New Issue
Block a user