The-SourceCode/Discord.js-Bot-Development

Request for pay system

SickenL opened this issue · 1 comments

Request for pay system
Xirez commented

Just add it yourself dude.. it's really not that hard.
Just do a validation of what the user id is that sends the money and then the id of the one getting it.

if(pUser.id === message.author.id){
return message.reply("Cant send money to yourself!");
}

As an example using his code and json file.