diff options
| author | Alee <alee14498@gmail.com> | 2018-04-16 11:49:34 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-16 11:49:34 -0400 |
| commit | f7017e693ab4c635f4d193e75e393d4204fcdcbf (patch) | |
| tree | f444b82719cd1fe107092e95ca86f48afdf9c0b5 /package.json | |
| parent | 1a35d97d0f8790dcfa6ae6cfc7ce7792546a10d4 (diff) | |
| download | AleeBot-f7017e693ab4c635f4d193e75e393d4204fcdcbf.tar.gz AleeBot-f7017e693ab4c635f4d193e75e393d4204fcdcbf.tar.bz2 AleeBot-f7017e693ab4c635f4d193e75e393d4204fcdcbf.zip | |
Fixes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 948a14c..bc8baa9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A chat bot for discord written in discord.js.", "main": "src/bot.js", "scripts": { - "test": "node bot_discord.js" + "test": "node test.js" }, "repository": { "type": "git", |
