Osselbot/README.md

20 lines
427 B
Markdown
Raw 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-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!**
Example config.js to be placed in /src
```json
{
"token" : "API KEY",
"prefix": "?",
"verbalabuse": [
"Quotes",
"to insult.",
"your members."
]
}
```