mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-12-21 06:56:22 -05:00
A shitty discord bot. It does things.
.github/workflows | ||
docs | ||
src | ||
.gitignore | ||
LICENSE | ||
npm-shrinkwrap.json | ||
osselbot.code-workspace | ||
package.json | ||
quotes.json | ||
README.md |
Osselbot
A bot that is kinda stupid, but it works surprisingly well
THIS BOT REQUIRES HEAVY MODIFICATION TO WORK ON OTHER SERVERS! NPM PACKAGE IS NO LONGER MAINTAINED
Example config.js to be placed in /src
{
"token" : "API KEY",
"prefix": "?",
"verbalabuse": [
"Quotes",
"to insult.",
"your members."
]
}
Contributing
If your a member of civilians all partying then talk to @Technicolor Creamsicle#0773
This code follows the Google JS specs for code formatting. If you use the WebStorm IDE this will automatically be applied.