Ejemplo n.º 1
0
        public async Task removeSpendings(CommandContext Context, DiscordUser customerDiscord, float amountToAdd)
        {
            await Context.Message.DeleteAsync();

            //ProfileSender.otherProfile(Context, customerDiscord);

            ProfileSender.updatingProfile(Context, customerDiscord, amountToAdd, 2);
        }
Ejemplo n.º 2
0
        public async Task setSpendings(CommandContext Context, DiscordUser customerDiscord, float amountToSet)
        {
            await Context.Message.DeleteAsync();

            ProfileSender.updatingProfile(Context, customerDiscord, amountToSet, 3);
        }