public async Task removeSpendings(CommandContext Context, DiscordUser customerDiscord, float amountToAdd) { await Context.Message.DeleteAsync(); //ProfileSender.otherProfile(Context, customerDiscord); ProfileSender.updatingProfile(Context, customerDiscord, amountToAdd, 2); }
public async Task setSpendings(CommandContext Context, DiscordUser customerDiscord, float amountToSet) { await Context.Message.DeleteAsync(); ProfileSender.updatingProfile(Context, customerDiscord, amountToSet, 3); }