mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
Do not just copy & paste code
Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
parent
8088ca263b
commit
9a29563d56
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ public sealed class GuildUpdateService : BackgroundService
|
||||||
{
|
{
|
||||||
private readonly IDiscordRestGuildAPI _guildApi;
|
private readonly IDiscordRestGuildAPI _guildApi;
|
||||||
private readonly GuildDataService _guildData;
|
private readonly GuildDataService _guildData;
|
||||||
private readonly ILogger<MemberUpdateService> _logger;
|
private readonly ILogger<GuildUpdateService> _logger;
|
||||||
|
|
||||||
public GuildUpdateService(IDiscordRestGuildAPI guildApi,
|
public GuildUpdateService(IDiscordRestGuildAPI guildApi,
|
||||||
GuildDataService guildData, ILogger<MemberUpdateService> logger)
|
GuildDataService guildData, ILogger<GuildUpdateService> logger)
|
||||||
{
|
{
|
||||||
_guildApi = guildApi;
|
_guildApi = guildApi;
|
||||||
_guildData = guildData;
|
_guildData = guildData;
|
||||||
|
|
Loading…
Add table
Reference in a new issue