Skip to content
/ ezcord Public
forked from tibue99/ezcord

An easy-to-use extension for the Pycord library

License

Notifications You must be signed in to change notification settings

Bxris47/ezcord

This branch is 234 commits behind tibue99/ezcord:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4950171 · May 27, 2023
May 5, 2023
May 21, 2023
May 17, 2023
May 27, 2023
May 15, 2023
Apr 29, 2023
Feb 15, 2023
May 19, 2023
Apr 29, 2023
Apr 15, 2023
Apr 29, 2023
Apr 14, 2023
Apr 14, 2023

Repository files navigation

EzCord

An easy-to-use extension for the Pycord library with some utility functions.

Installing

Python 3.9 or higher is required.

pip install ezcord

You can also install the latest version from GitHub. Note that this version may be unstable and requires git to be installed.

pip install git+https://github.com/tibue99/ezcord

Useful Links

Example

import ezcord
import discord

bot = ezcord.Bot(
    intents=discord.Intents.default()
)

if __name__ == "__main__":
    bot.load_cogs("cogs")  # Load all cogs in the "cogs" folder
    bot.run("TOKEN")

Note: It's recommended to load the token from a .env file instead of hardcoding it. You can find a detailed guide how to create a bot with .env files here.

Contributing

I am always happy to receive contributions. Here is how to do it:

  1. Fork this repository
  2. Make changes
  3. Create a pull request

You can also create an issue if you find any bugs.

About

An easy-to-use extension for the Pycord library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%