Osselbot/README.md

20 lines
427 B
Markdown
Raw Normal View History

2020-02-17 12:57:28 +00:00
# Osselbot
2020-07-12 18:42:01 +00:00
A bot that is kinda stupid, but it works surprisingly well
2020-05-17 07:28:09 +00:00
![Node.js CI](https://github.com/Technicolor-creamsicle/Osselbot/workflows/Node.js%20CI/badge.svg)
2020-07-12 20:36:42 +00: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."
]
}
```