mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-09-03 08:07:19 +00:00
minor fixes
This commit is contained in:
parent
dfde9893e7
commit
373809384f
@ -9,6 +9,8 @@ namespace DeukBot4.MessageHandlers
|
||||
{
|
||||
public static async Task HandleMessage(SocketMessage message)
|
||||
{
|
||||
if (message.Author.IsBot)
|
||||
return;
|
||||
if (message.Author.Id == Program.Client.CurrentUser.Id)
|
||||
{
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user