mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Fix redundant type specification
This commit is contained in:
parent
086cb672f0
commit
41b7fc13de
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public sealed class SongUpdateService : BackgroundService
|
||||||
("Squid Sisters", "Maritime Memory", new TimeSpan(0, 2, 47))
|
("Squid Sisters", "Maritime Memory", new TimeSpan(0, 2, 47))
|
||||||
];
|
];
|
||||||
|
|
||||||
private readonly List<Activity> _activityList = [new Activity("with Remora.Discord", ActivityType.Game)];
|
private readonly List<Activity> _activityList = [new("with Remora.Discord", ActivityType.Game)];
|
||||||
|
|
||||||
private readonly DiscordGatewayClient _client;
|
private readonly DiscordGatewayClient _client;
|
||||||
private readonly GuildDataService _guildData;
|
private readonly GuildDataService _guildData;
|
||||||
|
|
Loading…
Add table
Reference in a new issue