Merge branch 'master' into fix-unban-spam
This commit is contained in:
commit
5e7f7d0b3f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class ToolsCommandGroup : CommandGroup
|
||||||
public ToolsCommandGroup(
|
public ToolsCommandGroup(
|
||||||
ICommandContext context, IFeedbackService feedback,
|
ICommandContext context, IFeedbackService feedback,
|
||||||
GuildDataService guildData, IDiscordRestGuildAPI guildApi,
|
GuildDataService guildData, IDiscordRestGuildAPI guildApi,
|
||||||
IDiscordRestUserAPI userApi, IDiscordRestChannelAPI channelApi)
|
IDiscordRestUserAPI userApi)
|
||||||
{
|
{
|
||||||
_context = context;
|
_context = context;
|
||||||
_guildData = guildData;
|
_guildData = guildData;
|
||||||
|
|
Reference in a new issue