Skip to content
← Back to projects

Craft Code Club Discord Bot

Craft & Code Club - Discord Bot

#Craft & Code Club - Discord Bot

A Discord bot for the Craft & Code Club community with automated features and interactive commands.

#Features

  • Welcome Messages: Greets new members with custom messages
  • Rules Command: Display server rules and guidelines
  • Community Events: Manage and notify about community events
  • YouTube Live Scheduling: Automatically schedules public YouTube lives for eligible community events

#Steps to create a Discord Bot

#Configure Environment Variables

  1. Copy the example environment file:
cp .env.example .env
  1. Edit the .env file with your configuration:

#Install the required packages

pip install -r requirements.txt

#References

New version available.