mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
AppendLine after last role
Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
parent
b3b2a16aad
commit
5893cab4fa
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ public class ToolsCommandGroup : CommandGroup
|
||||||
builder.Append($"<@&{guildMember.Roles[i]}>, ");
|
builder.Append($"<@&{guildMember.Roles[i]}>, ");
|
||||||
}
|
}
|
||||||
|
|
||||||
builder.Append($"<@&{guildMember.Roles[^1]}>");
|
builder.AppendLine($"<@&{guildMember.Roles[^1]}>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue