fixed newline missing in .timely
This commit is contained in:
parent
d0ecff7429
commit
b81de1f103
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ public partial class Gambling : GamblingModule<GamblingService>
|
|||
{
|
||||
msg += "\n\n";
|
||||
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)
|
||||
msg +=
|
||||
|
|
Loading…
Reference in a new issue