aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml39
-rw-r--r--README.md3
2 files changed, 2 insertions, 40 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
deleted file mode 100644
index ca093f1..0000000
--- a/.circleci/config.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-# Javascript Node CircleCI 2.0 configuration file
-#
-# Check https://circleci.com/docs/2.0/language-javascript/ for more details
-#
-version: 2
-jobs:
- build:
- docker:
- # specify the version you desire here
- - image: circleci/node:7.10
-
- # Specify service dependencies here if necessary
- # CircleCI maintains a library of pre-built images
- # documented at https://circleci.com/docs/2.0/circleci-images/
- # - image: circleci/mongo:3.4.4
-
- working_directory: ~/repo
-
- steps:
- - checkout
-
- # Download and cache dependencies
- - restore_cache:
- keys:
- - v1-dependencies-{{ checksum "package.json" }}
- # fallback to using the latest cache if no exact match is found
- - v1-dependencies-
-
- - run: yarn install
-
- - save_cache:
- paths:
- - node_modules
- key: v1-dependencies-{{ checksum "package.json" }}
-
- # run tests!
- - run: yarn test
-
-
diff --git a/README.md b/README.md
index bb44fcc..6158123 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
<div align="center">
<h1>AleeBot</h1>
<a href="https://discordbots.org/bot/282547024547545109"><img src="https://discordbots.org/api/widget/status/282547024547545109.svg" alt="AleeBot Status Widget" />
- </a><a href="https://discord.gg/EFhRDqG"><img src="https://img.shields.io/discord/243022206437687296.svg?colorB=7289DA&label=discord" alt="Discord Badge"> </a><a href="https://travis-ci.org/AleeCorp/AleeBot"><img src="https://travis-ci.org/AleeCorp/AleeBot.svg?branch=master" alt="Travis CI Build Status" /></a><a href="https://circleci.com/gh/AleeCorp/AleeBot"> <img src="https://circleci.com/gh/AleeCorp/AleeBot.svg?style=svg" alt="CircleCI Build Status" /></a>
+ </a><a href="https://discord.gg/EFhRDqG"><img src="https://img.shields.io/discord/243022206437687296.svg?colorB=7289DA&label=discord" alt="Discord Badge"> </a><a href="https://travis-ci.org/AleeCorp/AleeBot"><img src="https://travis-ci.org/AleeCorp/AleeBot.svg?branch=master" alt="Travis CI Build Status" /></a>
<p>Welcome to the AleeBot github repository! This bot is crafted for discord servers.</p>
</div>
@@ -12,6 +12,7 @@
<li>Moderation</li>
<li>Fun features</li>
<li>Quotes</li>
+ <li>Economy</li>
</ul>
<h1>Reporting issues/pull request/request a feature</h1>
<p>If you want to help. Do a pull request and also submit a problem/suggestion to the issues tab.</p>