Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhavya-dang/acebot
A Discord bot designed for providing information on demand.
https://github.com/bhavya-dang/acebot
Last synced: 30 days ago
JSON representation
A Discord bot designed for providing information on demand.
- Host: GitHub
- URL: https://github.com/bhavya-dang/acebot
- Owner: bhavya-dang
- License: mit
- Created: 2018-04-22T10:22:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T16:49:46.000Z (over 6 years ago)
- Last Synced: 2024-03-15T21:29:38.604Z (9 months ago)
- Language: JavaScript
- Homepage: http://aceheliflyer.github.io/AceBot
- Size: 969 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
## Build Status
| Latest Version | Latest Build | Code Health | Code Style |
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| [![Latest Version](http://img.shields.io/github/package-json/v/Aceheliflyer/AceBot.svg?colorB=green&style=flat-square)](http://github.com/Aceheliflyer/AceBot/commit/master "Latest Version") | [![Travis CI](http://img.shields.io/travis/Aceheliflyer/AceBot.svg?style=flat-square)](http://travis-ci.org/Aceheliflyer/AceBot "Travis CI") | [![Code Analysis](http://img.shields.io/bithound/code/github/Aceheliflyer/AceBot.svg?style=flat-square)](http://bithound.io/github/Aceheliflyer/AceBot "Code Analysis") | [![JavaScript Style Guide](http://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com "JavaScript Style Guide") |##### Dependencies
[![dependencies Analysis](http://img.shields.io/david/Aceheliflyer/AceBot.svg?style=flat-square)](http://david-dm.org/Aceheliflyer/AceBot "dependencies Analysis")
[![devDependencies Analysis](http://img.shields.io/david/dev/Aceheliflyer/AceBot.svg?style=flat-square)](http://david-dm.org/Aceheliflyer/AceBot?type=dev "devDependencies Analysis")## Installation
If you can manage to actually follow these instructions then you'll be just fine. This is assuming you've already have a bot account and such. I will not be doing a tutorial on this as you can easily search this process up.
### Make Sure You Have These Programs
- [Node.js](http://nodejs.org/en/download/current "Node.js") **-** So you can actually run the bot.
- [Node Package Manager (NPM)](http://npmjs.com "NPM") **-** This actually comes with Node.js.
- [Git](http://git-scm.com/download "Git SCM") **-** So you can be able to install the bot and use the update command.### Actual Installation Part
1. If and when you have Git installed, right click on the location you want to put your bot root folder _(EX: your documents)_ and click `Git Bash Here`.
2. - To install stable build (recommended): `git clone -b stable --single-branch http://github.com/Aceheliflyer/AceBot.git AceBot`
- To install development build: `git clone -b master --single-branch http://github.com/Aceheliflyer/AceBot.git AceBot`
- To install all branches: `git clone http://github.com/Aceheliflyer/AceBot.git AceBot`
3. Be sure to edit your configuration files in the [config](http://github.com/Aceheliflyer/AceBot/blob/master/config "Configuration") folder to your desired settings.## Important Links
- [Public Bot Invite](http://discordapp.com/oauth2/authorize?client_id=253254587341996032&permissions=0&scope=bot "Public Bot Invite")
- [Discord Server](http://discord.gg/8QebTbk "Discord Server")
- [Trello Board](http://trello.com/b/YU3307Hi "Trello Board")
- [Code of Conduct](http://github.com/Aceheliflyer/AceBot/blob/master/.github/CODE_OF_CONDUCT.md "Code of Conduct")
- [Contributing](http://github.com/Aceheliflyer/AceBot/blob/master/.github/CONTRIBUTING.md "Contributing")
- [Support](http://github.com/Aceheliflyer/AceBot/blob/master/.github/SUPPORT.md "Support")---