1.0.1 • Published 4 years ago

discord.js-cash v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Discord.js Currency

Simplistic cash module for Discord.js.

Getting Started

  • Go into /node_modules/ and look for a sub-folder named discord.js-cash. Open said folder, and open the index.js file.
  • 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-cash like 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.