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!
- Host: GitHub
- URL: https://github.com/meething/meething-discord-bot
- Owner: meething
- Created: 2020-05-19T21:15:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T22:39:15.000Z (about 6 years ago)
- Last Synced: 2024-12-26T11:14:19.379Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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

#### 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
```