Skip to content

Commit

Permalink
ppr
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxWorn3365 committed Nov 6, 2024
1 parent 3f82577 commit 0e36edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Exiled.Events.EventArgs.Player;
using Exiled.Events.EventArgs.Server;
using Respawning;
using UncomplicatedDiscordIntegration;
using UncomplicatedDiscordIntegration.Enums;

namespace UncomplicatedDiscordIntegration.Events
Expand Down
4 changes: 2 additions & 2 deletions UncomplicatedCustomDiscordIntegration/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal class Plugin : Plugin<Config, Translation>

public override string Author => "FoxWorn3365 & UCS Collective";

public override Version Version => new(1, 0, 1);
public override Version Version => new(1, 1, 0);

public override Version RequiredExiledVersion => new(8, 11, 0);

Expand Down Expand Up @@ -51,7 +51,7 @@ public override void OnEnabled()
Log.Info("==================================================");
Log.Info(" Thanks for using UncomplicatedDiscordIntegration");
Log.Info(" by FoxWorn3365 & UCS Collective");
Log.Info("===========================================");
Log.Info("==================================================");
Log.Info(">> Join our discord: https://discord.gg/5StRGu8EJV <<");


Expand Down

0 comments on commit 0e36edd

Please sign in to comment.