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!**

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"
]
}