Skip to content

Commit

Permalink
Update NadekoBot.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
automation555 authored Nov 17, 2022
1 parent 9d12a1b commit 0cdb2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/D3-RP/NadekoBot/NadekoBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class NadekoBot
public static string BotMention { get; set; } = "";
public static bool Ready { get; set; } = false;
public static bool IsBot { get; set; } = false;

public static bool IsBot1 { get; set; } = false;
private static Channel OwnerPrivateChannel { get; set; }

private static void Main()
Expand Down

0 comments on commit 0cdb2cf

Please sign in to comment.