sourcream-utils
v1.2.1
Published
An npm package for bringing together a ton of features needed for good discord bots!
Downloads
2
Maintainers
Readme
sourcream-utils
V1.2.0 added chatbot feature
// Using Node.js `require()`
const sourcream = require("sourcream-utils");
// Using ES6 imports
import sourcream from "sourcream-utils";
-add music features (done)
-add giveaway feature
-add meme feature
-add chatbot feature (done)
const { chatBot } = require("sourcream-utils");
/** @parameters
* message, message.channel
* input, input to give
*/
// example
chatBot(message, args.join(" "));