Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsmishra19/activity-bot
A simple bot to create activities like youtube-together and many more.
https://github.com/itsmishra19/activity-bot
discord discord-api discord-bot discord-js discord-js-v13 discordjs-bot youtube youtube-together
Last synced: 5 days ago
JSON representation
A simple bot to create activities like youtube-together and many more.
- Host: GitHub
- URL: https://github.com/itsmishra19/activity-bot
- Owner: itsmishra19
- License: gpl-3.0
- Created: 2021-12-29T13:53:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T23:02:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T13:12:39.334Z (about 2 months ago)
- Topics: discord, discord-api, discord-bot, discord-js, discord-js-v13, discordjs-bot, youtube, youtube-together
- Language: JavaScript
- Homepage:
- Size: 274 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Github Stars](https://img.shields.io/github/stars/hydrox19/activity-bot?style=for-the-badge&logo=appveyor)
![GitHub issues](https://img.shields.io/github/issues-raw/hydrox19/activity-bot?style=for-the-badge&logo=appveyor)# About
An open-source discord-bot to create activities like youtube-together using discord.js v13
# Features
> ✅ Easy-to-use
> ✅ Stable
> ✅ Slash Commands
> ✅ Open Source# Installation
Recommended version Node.js 16.6.x> To install all the packages just use:
> ```bash
> npm install
> ```
# Run> **If you are running the bot in development make sure to put the server Id in config.js**
> Note: Make sure to rename the .env_example file to .env and fill up the credentials
> For running the bot:
> ```bash
> npm run start
> ```