mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 00:19:00 +03:00
Remove unused IDiscordRestChannelAPI in ToolsCommandGroup (#273)
Signed-off-by: Macintxsh <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
5105b43eff
commit
398abad277
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class ToolsCommandGroup : CommandGroup
|
|||
public ToolsCommandGroup(
|
||||
ICommandContext context, IFeedbackService feedback,
|
||||
GuildDataService guildData, IDiscordRestGuildAPI guildApi,
|
||||
IDiscordRestUserAPI userApi, IDiscordRestChannelAPI channelApi)
|
||||
IDiscordRestUserAPI userApi)
|
||||
{
|
||||
_context = context;
|
||||
_guildData = guildData;
|
||||
|
|
Loading…
Reference in a new issue