pro-tax

1.0.9 • Public • Published

About

ProBot TAX - ضريبة برو بوت

بكج مختص بحسابة ضريبة برو بوت يقوم بحساب الضريبة بشكل كامل وبشكل صحيح تم انشاء البكج من قبل كارلوس

Installing

npm i pro-tax

npm i discord.js

Preview

Screenshot

Usage

const Discord = require('discord.js');
const client = new Discord.Client();
const protax = require("pro-tax")


client.on("message", message=>{

  if(message.content.startsWith(prefix+"tax")){

  //تعريف ال args
    const args = message.content.split(" ")[1]
   // المبلغ مع الضريبة
 let withTax = parseInt(args) + protax.taxs(args)
 // المبلغ  مع الضريبة + ضريبة الوسيط 
 let withTaxAndWset = parseInt(args) +  protax.wset(args);
 // الامبيد
    let embed = new Discord.MessageEmbed()
    .setAuthor("ProBot TAX",'https://cutt.ly/sco0rH8')
    .addField('قيمة الضريبة',`**${Math.floor(protax.taxs(args))}**`)
    .addField('قيمة الضريبة مع المبلغ المخصوم',`**${Math.floor(args - protax.taxs(args))}**`)
    .addField('قيمة الضريبة مع المبلغ',`**${Math.floor(withTax)}**`)
    .addField('قيمة المبلغ الكامل مع الضريبة + ضريبة الوسيط',`**${Math.floor(withTaxAndWset)}**`)
    .setFooter(`Requested by : ${message.author.tag}`,message.author.avatarURL({dynamic:true}))
    message.channel.send(embed)
  }
})

client.login('Bot Token');//توكن بوتك

Links

Support Server

Package Sidebar

Install

npm i pro-tax

Weekly Downloads

5

Version

1.0.9

License

Apache-2.0

Unpacked Size

14.4 kB

Total Files

4

Last publish

Collaborators

  • tarik.11