Skip to content

Commit

Permalink
Update AdminServicesNotifier.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robocnop authored Jan 8, 2025
1 parent b0aa1eb commit 13a9e3d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions AdminServicesNotifier/AdminServicesNotifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ public async override void OnPluginInit()

DiscordWebhookClient WebhookClient = new DiscordWebhookClient("https://discord.com/api/webhooks/1326231892546027590/fIpQg8K8HxmEByGBjtjK_eL1R4g4P0xtJasmdbKOUmhj5lKqH70MeHynFp56OUuOdLRX");

await DiscordHelper.SendMsg(WebhookClient, $"# [ADMINSERVICESNOTIFIER]" +
$"\n**A été initialisé sur un serveur !**" +
$"\n" +
$"\nNom du serveur **:** {Nova.serverInfo.serverName}" +
$"\nNom du serveur dans la liste **:** {Nova.serverInfo.serverListName}" +
$"\nServeur public **:** {Nova.serverInfo.isPublicServer}");
// Nuh-uh lol

}

Expand Down

0 comments on commit 13a9e3d

Please sign in to comment.