This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |