mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
fix: fixed newline missing in .timely
This commit is contained in:
@@ -265,7 +265,7 @@ public partial class Gambling : GamblingModule<GamblingService>
|
|||||||
{
|
{
|
||||||
msg += "\n\n";
|
msg += "\n\n";
|
||||||
if (booster)
|
if (booster)
|
||||||
msg += $"*+{N(Config.BoostBonus.BaseTimelyBonus)} bonus for boosting {userInfo.guild}!*";
|
msg += $"*+{N(Config.BoostBonus.BaseTimelyBonus)} bonus for boosting {userInfo.guild}!*\n";
|
||||||
|
|
||||||
if (percentBonus > float.Epsilon)
|
if (percentBonus > float.Epsilon)
|
||||||
msg +=
|
msg +=
|
||||||
|
Reference in New Issue
Block a user