onebot
v4.0.0
Published
A simply complex and badly coded bot.
Downloads
5
Readme
WARNING: The developer of Onebot is not responsible for damage caused by plugins! Please use verified plugins only!
Requirements
Onebot, without any plugins, requires these Node.js modules (and Node.js itself) to properly function without giving you errors:
js-yaml
for the configuration filediscord.io
for pretty much everything the bot doesfs
for managing the filesystem (config)path
for the location of the plugins folderinclude-all
for loading the pluginsjsdom
for loading jQuerynode-notifier
for cross platform notificationsesrever
for string reversalreplaceall
for replacement of all string instances without regular expressionsminimist
for portable, command-line options
You can use this single NPM command to install every Node.js module in the above list.
npm install js-yaml discord.io fs path include-all jsdom node-notifier esrever replaceall minimist
soon you will only need to download the repository!
Additional modules may be needed for nonbundled plugins; please consult the developer's GitHub repository for more information.
Setup
After installing the required Node.js modules discussed in the last section, you should be ready to go. Open up config.yaml
with your favorite YAML text editor and find the key named token
. Please set its value to your bot's token and place quotes around it.
You are now able to run Onebot! Find your directory in a command prompt and cd
to it. Simply type node Onebot.js
and you should be ready to go!
If you'd like to run two instances using the same source, use command-line options (Onebot's portable mode)! Here are some options you can do:
token
uses the token given instead of the one found in the config.prefix
uses the prefix given instead of the one found in the config.
Here's an example of the portable mode:
node Onebot.js -token <NOT PUTTING THIS HERE> -prefix !
Customization
You can further customize Onebot to your liking!
Development
You may revise Onebot's core as much as you wish, as long as it falls under the MIT license's guidelines. Plugins are also required to be on GitHub under the MIT license in order for the developers of Onebot to not have to listen to support questions about third-party code, because that's honestly annoying.