Skip to content

Commit

Permalink
ko-fi
Browse files Browse the repository at this point in the history
  • Loading branch information
PizzaConsole committed Jun 13, 2023
1 parent b1b48a1 commit 6379c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private async Task RunAsync(string[] args)
{
// Connect to discord's service
Console.WriteLine("Connecting..");
await _discord.ConnectAsync();
await _discord.ConnectAsync(new DiscordActivity { Name = "ko-fi.com/poisnfang", });
Console.WriteLine("Connected!");
var connections = _discord.Guilds.Count;
Console.WriteLine($"I am running on {connections} servers");
Expand Down

0 comments on commit 6379c0a

Please sign in to comment.