mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
refactor: remove some unused code
This commit is contained in:
parent
1918c56937
commit
04d78e3348
8 changed files with 17 additions and 204 deletions
|
|
@ -122,7 +122,7 @@ public class Bot
|
|||
{
|
||||
Activities = new[]
|
||||
{
|
||||
new ActivityPartial {Name = "Restarting... (please wait)", Type = ActivityType.Game}
|
||||
new Activity {Name = "Restarting... (please wait)", Type = ActivityType.Game}
|
||||
},
|
||||
Status = GatewayStatusUpdate.UserStatus.Idle
|
||||
})));
|
||||
|
|
@ -256,7 +256,7 @@ public class Bot
|
|||
{
|
||||
Activities = new[]
|
||||
{
|
||||
new ActivityPartial
|
||||
new Activity
|
||||
{
|
||||
Name = $"pk;help | in {totalGuilds:N0} servers | shard #{shard.ShardId}",
|
||||
Type = ActivityType.Game,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue