EmoteRipper
Copyright 2019 Nicole Collings
Dependencies
- NodeJS 10+
- NPM
Installation
- Clone this repository:
git clone https://github.com/Aurailus/k9
- Install node dependencies:
npm install
- Create
data/conf.json
anddata/db.json
files. - Put valid discord token and other configuration details in
data/conf.json
. - Run the bot:
npm start
Contributing
If you would like to contribute, please follow the code style used in the existing source files, and indent with tabs. Once you are done submit a pull request outlining what you have changed / added and why it should be implementing into the bot.
License
Copyright 2019 Nicole Collings
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.