Simple Discord Bot
• Watch YouTube Together
• Play Poker Together
• Play Chess Together
• Play Betrayal Together
• Play Fishing Together
Clone the project
git clone https://github.com/plskz/catsu-together.git
Go to the project directory
cd catsu-together
Install dependencies
npm install
Edit config.json
- "guildId": "757590934828613662",
- "specialVoiceChannelId": "867686276987092992"
+ "guildId": "YOUR GUILD ID",
+ "specialVoiceChannelId": "YOUR SPECIAL VOICE CHANNEL ID"
Edit src\.env.example
to src\.env
- TOKEN=
+ TOKEN=YOUR TOKEN
Start the bot
npm start