An open API service indexing awesome lists of open source software.

https://github.com/meething/meething-discord-bot

Discord Bot dispatching Meething invites!
https://github.com/meething/meething-discord-bot

Last synced: 11 months ago
JSON representation

Discord Bot dispatching Meething invites!

Awesome Lists containing this project

README

          

mozilla-builders

### Meething : Discord Bot
Discord Bot dispatching free Video Meething invites!

![image](https://user-images.githubusercontent.com/1423657/82379720-b045fc00-9a27-11ea-8389-171859ec8dcd.png)

#### Create a Discord Bot
Follow the guide at https://discordpy.readthedocs.io/en/latest/discord.html to create an authorize your Discord bot

Once your *Auth Token* is generated configure it in `config.json`

#### Start
Execute your bot with `pm2`
```
npm install
pm2 start bot.js --name bot
```