[Rails
You will learn how to build a Discord Bot to handle all business logic and pipe it with your own Discord server. Also this system is integrated with Stripe subscription payment.
  • 4 hours total video
  • 8 completed modules
  • Full source code

[Rails 7 Series] - Discord Bot

What you will learn

You will learn how to build a Discord Bot to handle all business logic and pipe it with your own Discord server. Also this system is integrated with Stripe subscription payment.

Description

You will learn how to build a Discord Bot to handle all business logic and pipe it with your own Discord server. Also this system is integrated with Stripe subscription payment.

Previews

Course Content

Module 1 - Setting up Discord

Create a Discord Server 3:50

Create a Discord Channels + Roles 4:44

Create a Discord application 2:41

Invite Bot and users to Discord Server 4:22

Module 2 - Discord Bot

Run Discord Bot 5:26

Auto message 2:31

Fetch API data - Meme 6:43

Welcome - Event Member Join 4:38

Slash command P1 6:17

Slash command P2 5:59

Button 13:37

TextInput - Modal 8:07

Module 3 - Discord API

Server 4:56

Channel 3:55

Send message to a channel 3:06

Member 4:40

Roles (Manually) 5:45

Roles (Auto) 4:00

Discord webhook 4:19

Module 4 - [Rails] - Backend

Structure

Setting up 7:16

Plan data 5:13

Pay Subscription 14:50

Module 5 - [Rails] - Handle Subscription

Stripe webhook 11:26

Webhook - Create Subscriber 7:54

Webhook - Update Subscriber 9:18

Get Subscription 6:12

Cancel Subscription 8:40

Module 6 - [Rails] - Discord Events

Prepare handy methods 8:13

Test adding new subscriber 7:55

Test removing a subscriber 3:20

Module 7 - Build our Discord Bot

Subscription plan with Bot 7:30

Pay subscription with Bot 7:17

Get subscription with Bot 9:22

Cancel subscription with Bot 8:29

Module 8 - Deploy your Bot

Replit 4:55

ngrok 6:14

Download Source Code