diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-05 14:19:48 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-05 14:19:48 -0500 |
| commit | 0f2233a529d80b242732bd40ebaecf3fbb56cecf (patch) | |
| tree | 8ebcae6c1445c8e8d590eb6643fb82053909bd54 /CONTRIBUTING.md | |
| parent | 671f0bd1f997ae2c798703e1700b92a9dcc79acb (diff) | |
| download | AleeBot-0f2233a529d80b242732bd40ebaecf3fbb56cecf.tar.gz AleeBot-0f2233a529d80b242732bd40ebaecf3fbb56cecf.tar.bz2 AleeBot-0f2233a529d80b242732bd40ebaecf3fbb56cecf.zip | |
removed eslint and fixes
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 576f325..473704a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ exports.help = { # Testing the bot
First get NodeJS then clone this repo then do `npm install` or `yarn install` in the AleeBot folder. Now add a file called `tokens.json` then copy and paste this follow code.
-```
+```json
{
"abtoken": "token"
}
|
