You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message=f"You were tipped **{individual_send_amount}{Env.currency_symbol()}** by {msg.author.name.replace('`', '')}.\nUse `{config.Config.instance().command_prefix}mute {msg.author.id}` to disable notifications for this user.",
164
+
message=f"You were tipped **{individual_send_amount_str}{Env.currency_symbol()}** by {msg.author.name.replace('`', '')}.\nUse `{config.Config.instance().command_prefix}mute {msg.author.id}` to disable notifications for this user.",
164
165
skip_dnd=True
165
166
)
166
167
)
167
168
else:
168
169
task_list.append(
169
170
Messages.send_basic_dm(
170
171
member=msg.guild.get_member(u.id),
171
-
message=f"You were tipped **{individual_send_amount}{Env.currency_symbol()}** anonymously!",
172
+
message=f"You were tipped **{individual_send_amount_str}{Env.currency_symbol()}** anonymously!",
awaitMessages.send_success_dm(msg.author, f"You rained **{amount_needed}{Env.currency_symbol()}** to **{len(tx_list)} users**, they received **{NumberUtil.truncate_digits(individual_send_amount, max_digits=Env.precision_digits())}{Env.currency_symbol()}** each.", header="Make it Rain")
190
+
awaitMessages.send_success_dm(msg.author, f"You rained **{amount_needed}{Env.currency_symbol()}** to **{len(tx_list)} users**, they received **{individual_send_amount_str}{Env.currency_symbol()}** each.", header="Make it Rain")
0 commit comments