mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
Cleaned up embedbuilder calls to use parameters instead of footer builder
This commit is contained in:
@@ -116,7 +116,7 @@ namespace NadekoBot.Modules.Games
|
||||
}
|
||||
|
||||
return eb.WithDescription(sb.ToString())
|
||||
.WithFooter(efb => efb.WithText(GetText("x_votes_cast", totalVotesCast)))
|
||||
.WithFooter(GetText("x_votes_cast", totalVotesCast))
|
||||
.WithOkColor();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user