Skip to content

An npm package for bringing together a ton of features needed for good discord bots!

License

Notifications You must be signed in to change notification settings

SourCreamCulture/sourcream-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(" "));

About

An npm package for bringing together a ton of features needed for good discord bots!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published