Fixed .totube and .whosplaying

This commit is contained in:
Kwoth 2017-01-01 12:52:52 +01:00
parent 479963bcc1
commit c374052c5e

View File

@ -23,7 +23,7 @@ namespace NadekoBot.Modules.Utility
[NadekoCommand, Usage, Description, Aliases]
[RequireContext(ContextType.Guild)]
public async Task TogetherTube(IUserMessage imsg)
public async Task TogetherTube()
{
Uri target;
using (var http = new HttpClient())
@ -41,7 +41,7 @@ namespace NadekoBot.Modules.Utility
[NadekoCommand, Usage, Description, Aliases]
[RequireContext(ContextType.Guild)]
public async Task WhosPlaying(IUserMessage umsg, [Remainder] string game = null)
public async Task WhosPlaying([Remainder] string game = null)
{
game = game.Trim().ToUpperInvariant();
if (string.IsNullOrWhiteSpace(game))