1.0.6 • Published 3 years ago

trollboxjosiah v1.0.6

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

TrollboxJosiah

Make bots easily.

Installing

Run this command in your bot folder:

npm i trollboxjosiah

and Install it to your script with require().

const tbjosiah = require('trollboxjosiah')

Ban Users from your bot

Ban a user from access! From that, simply type this:

tbjosiah.Ban("User")

You have to check if the user is there first.

Say and Commands that do something simple

With Say() and CommandReply(), we can do stuff, such as do a simple Hello World!

tbjosiah.CommandReply("helloworld","Hello World!")

Operating System

I don't wanna put much here, just type tbjosiah.OSCommand("action")!

Q&A and FAQ

Q: Why do I get an error? A: You have input something wrong in OSAction, you have to fix it! Q: It's not working, why is that? A: Probably the functions have errors or something else, I seriously have no idea! Q: What do i use, a period or a colon? A period, as I always have in the code things.