mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Updated some namespaces, finished some todos. v5 should be cancelled probably as the code is too intertwined to make it modular
This commit is contained in:
@@ -126,7 +126,6 @@ public partial class Xp
|
||||
if (level < 1 || amount < 0)
|
||||
return;
|
||||
|
||||
// todo, shouldn't all amount + sign be N(amount)
|
||||
_service.SetCurrencyReward(ctx.Guild.Id, level, amount);
|
||||
if (amount == 0)
|
||||
await ReplyConfirmLocalizedAsync(strs.cur_reward_cleared(level, _cp.GetCurrencySign()));
|
||||
|
Reference in New Issue
Block a user