Merge remote-tracking branch 'origin/master'

This commit is contained in:
Alex 2020-07-14 14:00:54 -05:00
commit 4152a32ef7
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Osselbot
A bot that is kinda stupid, but it works surprisingly well
![Node.js CI](https://github.com/Technicolor-creamsicle/Osselbot/workflows/Node.js%20CI/badge.svg)
**THIS BOT REQUIRES HEAVY MODIFICATION TO WORK ON OTHER SERVERS!**
@ -23,4 +24,4 @@ Example config.js to be placed in /src
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.
If you use the WebStorm IDE this will automatically be applied.

9
src/config.json Normal file
View File

@ -0,0 +1,9 @@
{
"COMMENT": "THIS IS A CONFIG FOR TESTING THE BOT",
"token" : "THIS IS AN API TOKEN",
"prefix": "?",
"verbalabuse": [
"THIS IS MEAN"
]
}