Skip to content
Snippets Groups Projects
Commit 9e2019c8 authored by Reviath's avatar Reviath
Browse files

Update commands/add-money.js

parent fb8aa288
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,8 @@ let money = args[1] ...@@ -9,7 +9,8 @@ let money = args[1]
if(!user) return message.channel.send('Who do you want to add'); if(!user) return message.channel.send('Who do you want to add');
if(!money) return message.channel.send('How much money do you want to add'); if(!money) return message.channel.send('How much money do you want to add');
db.add(`Balance_${user}`, money).then(message.channel.send('Successfully Added')) db.add(`Balance_${user}`, money)
message.channel.send('Successfully Added')
} }
module.exports.help = { module.exports.help = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment