コード例 #1
0
ファイル: Tiers.cs プロジェクト: VenkyGG/Discord-Bot
        public async Task removeSpendings(CommandContext Context, DiscordUser customerDiscord, float amountToAdd)
        {
            await Context.Message.DeleteAsync();

            //ProfileSender.otherProfile(Context, customerDiscord);

            ProfileSender.updatingProfile(Context, customerDiscord, amountToAdd, 2);
        }
コード例 #2
0
ファイル: Tiers.cs プロジェクト: VenkyGG/Discord-Bot
        public async Task setSpendings(CommandContext Context, DiscordUser customerDiscord, float amountToSet)
        {
            await Context.Message.DeleteAsync();

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