diff --git a/app/classes/shared/server.py b/app/classes/shared/server.py index 33dc212e..412dc1ec 100644 --- a/app/classes/shared/server.py +++ b/app/classes/shared/server.py @@ -188,6 +188,7 @@ class ServerInstance: ) if res is not False and swebhook.enabled: webhook_provider.send( + bot_name=webhook["bot_name"], server_name=args[0].name, title=webhook["name"], url=webhook["url"],