2020-02-17 07:57:28 -05:00
|
|
|
# Osselbot
|
2020-07-12 13:42:01 -05:00
|
|
|
A bot that is kinda stupid, but it works surprisingly well
|
2020-07-14 13:47:48 -05:00
|
|
|
|
2020-05-17 03:28:09 -04:00
|
|
|

|
2020-07-12 15:36:42 -05: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 13:35:59 -05: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 13:47:48 -05:00
|
|
|
If you use the WebStorm IDE this will automatically be applied.
|