Osselbot/README.md

26 lines
656 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."
]
}
```
2020-07-14 18:35:59 +00: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.
If you use the WebStorm IDE this will automatically be applied.