mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-11-17 17:56:01 -05:00
A shitty discord bot. It does things.
.github/workflows | ||
.idea | ||
src | ||
.gitignore | ||
.npmrc | ||
.replit | ||
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!
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.