1.0.1 • Published 5 years ago
discord.js-cash v1.0.1
Discord.js Currency
Simplistic cash module for Discord.js.
Getting Started
- Go into
/node_modules/and look for a sub-folder nameddiscord.js-cash. Open said folder, and open theindex.jsfile. - From there, you want to modify the last line that includes
.login(...). - Inside of the blank string, paste your bot token.
- Now that you've got part one of the utilizing process complete, here's part two:
- Create a file. I don't care what the name is, just make sure it has an extension of
.js. - Inside of the file, declare
discord.js-cashlike so:
require("discord.js-cash");That's all! You should know how to boot the bot up, but if not, well, you're out of luck.