diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-02 14:45:22 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-02 14:45:22 -0500 |
| commit | 91363b9a8f2e6fe57b70c459dfe70a5b9e914920 (patch) | |
| tree | 4a6c2b6f8fc6b51971ef82b18cfdc66ea33f8e06 | |
| parent | 32d0c208533e0ff7b6617cf2d122b10fff8467f9 (diff) | |
| download | AleeBot-2.12.0.tar.gz AleeBot-2.12.0.tar.bz2 AleeBot-2.12.0.zip | |
2.12.0 releasev2.12.0
| -rw-r--r-- | .travis.yml | 11 | ||||
| -rw-r--r-- | storage/settings.json | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 59d3cb3..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: node_js -node_js: -- "node" -after_success: - - wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh - - chmod +x send.sh - - ./send.sh success $WEBHOOK_URL -after_failure: - - wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh - - chmod +x send.sh - - ./send.sh failure $WEBHOOK_URL
\ No newline at end of file diff --git a/storage/settings.json b/storage/settings.json index 9c5eff6..05117e9 100644 --- a/storage/settings.json +++ b/storage/settings.json @@ -1,4 +1,4 @@ { - "abVersion": "2.12.0 Beta", + "abVersion": "2.12.0", "prefix": "ab:" } |
