veksen / chill-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chill-Bot

WIP of a custom bot written in TypeScript on Discord.js

Install

npm i
# or
yarn

Usage

Copy the .env.example to .env and set the variables

TOKEN=yourbottoken
ATLAS_USERNAME=username
ATLAS_PASSWORD=yoursecretpassword

Run the bot

npm run dev
# or
yarn dev

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

Chill-Bot © veksen, Released under the MIT License.
Authored and maintained by veksen.

GitHub @veksen · Twitter @veksenn

About

License:MIT License


Languages

Language:TypeScript 99.2%Language:JavaScript 0.4%Language:Dockerfile 0.3%