Skip to content

Instantly share code, notes, and snippets.

View bluepanda280's full-sized avatar

Bluepanda bluepanda280

  • Canada
  • 01:19 (UTC -06:00)
View GitHub Profile
@bluepanda280
bluepanda280 / Main.py
Created May 25, 2024 22:43
Basic Discord.py Bot Starter Code And Instructions
# Step 1. Install python though The Website, And Install Discord.py By Going To CMD And Typing In "pip install discord.py"
# Step 2. Create Discord Bot At Discord Developer Portal And Invite You Discord Bot To Your server
# Step 3. Copy The Token And Paste It In Line 21 Where It Says Enter Token Here
# Step 4. Press Play (If Your In Visual Studio Code) And Type !test in discord
import discord
from discord.ext import commands
client = commands.bot(command_prefix = '!')
@client.event