videocall fixed
This commit is contained in:
parent
68ac62d4e8
commit
628504b5fd
@ -611,7 +611,7 @@ namespace NadekoBot.Modules.Searches
|
||||
}
|
||||
|
||||
[NadekoCommand, Usage, Description, Aliases]
|
||||
public async Task Videocall([Remainder] params IUser[] users)
|
||||
public async Task Videocall(params IUser[] users)
|
||||
{
|
||||
var allUsrs = users.Append(Context.User);
|
||||
var allUsrsArray = allUsrs.ToArray();
|
||||
|
Loading…
Reference in New Issue
Block a user