paulogdm / micro-bot-discord

Discord Bot developed with zeit/micro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro Bot for Discord

This is a simple test bot for discord! For now it is just a test of how far we can go using micro and now.

JavaScript Style Guide

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

npm -g i micro micro-dev

Running the tests

npm -g i ava
npm run test

And coding style tests

We use Standard, install it with npm -g i standard

standard

Deployment

Install now

npm -g i now

Deploy

npm run deploy

Built With

  • micro - Asynchronous HTTP microservices
  • microrouter - A tiny and functional router for Zeit's Micro
  • Discord.js - A powerful JavaScript library for interacting with the Discord API

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Discord Bot developed with zeit/micro

License:MIT License


Languages

Language:JavaScript 100.0%