Add bot_name to send call

This commit is contained in:
Andrew 2023-09-28 19:26:32 -04:00
parent 19d72e5766
commit e51b2bd0de

View File

@ -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"],