mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
Fixed .rero issue which was introduced in 4.0
This commit is contained in:
@@ -27,7 +27,7 @@ public partial class Administration
|
|||||||
if (input.Length % 2 != 0 || target is null)
|
if (input.Length % 2 != 0 || target is null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var all = await input.Chunk(input.Length / 2)
|
var all = await input.Chunk(2)
|
||||||
.Select(async x =>
|
.Select(async x =>
|
||||||
{
|
{
|
||||||
var inputRoleStr = x.First();
|
var inputRoleStr = x.First();
|
||||||
|
Reference in New Issue
Block a user