Osselbot/README.md

29 lines
698 B
Markdown
Raw Permalink Normal View History

2020-02-17 07:57:28 -05:00
# Osselbot
2020-07-12 14:42:01 -04:00
A bot that is kinda stupid, but it works surprisingly well
2020-07-14 14:47:48 -04:00
2020-05-17 03:28:09 -04:00
![Node.js CI](https://github.com/Technicolor-creamsicle/Osselbot/workflows/Node.js%20CI/badge.svg)
2020-07-12 16:36:42 -04:00
**THIS BOT REQUIRES HEAVY MODIFICATION TO WORK ON OTHER SERVERS!**
2020-07-15 10:19:40 -04:00
**NPM PACKAGE IS NO LONGER MAINTAINED**
2020-07-12 16:36:42 -04:00
Example config.js to be placed in /src
```json
{
"token" : "API KEY",
"prefix": "?",
"verbalabuse": [
"Quotes",
"to insult.",
"your members."
]
}
```
2020-07-14 14:35:59 -04:00
---
# 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.
2020-07-14 14:47:48 -04:00
If you use the WebStorm IDE this will automatically be applied.