diff --git a/README.md b/README.md index 5c0bea1..dc41541 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +If you use the WebStorm IDE this will automatically be applied. diff --git a/src/config.json b/src/config.json new file mode 100644 index 0000000..3b258c7 --- /dev/null +++ b/src/config.json @@ -0,0 +1,9 @@ +{ + "COMMENT": "THIS IS A CONFIG FOR TESTING THE BOT", + "token" : "THIS IS AN API TOKEN", + "prefix": "?", + "verbalabuse": [ + "THIS IS MEAN" + ] +} +