Skip to content

PerfectTeaBR/GalleryOfEmbeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

GalleryOfEmbeds

Static Badge

Static Badge

๐Ÿ’ŽA GitHub repository of how to make embeds use discord.py!

What is GalleryOfEmbeds?

this repository is like a little helper to help beginners on discord.py!

How to use

To use GalleryOfEmbeds follow the steps below:

  1. install discord.py
pip install discord.py
  1. import Discord lib
import discord
from discord.ext import commands
  1. Configure Bot
intents = discord.Intents.default()
intents.members = True
intents.members = True

bot = commands.Bot(command_prefix='+', intents=intents)
  1. use the bot's main event to make her online
@bot.event
async def on_ready():
    print(f"GalleryOfEmbed's are ready to use!! {bot.user}")
    await bot.tree.sync()

About

๐Ÿ’ŽA GitHub repository of how to make embeds use discord.py!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages