mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 00:19:00 +03:00
Fix redundant type specification (#333)
This PR fixes failing checks for #332
This commit is contained in:
parent
086cb672f0
commit
8028d47ba1
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…
Reference in a new issue