Skip to content

OpenRobot-Packages/discord.customs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord.customs

Some customized-extensions you can add to your discord.py bot.

Installation

python3 -m pip install discord.ext.customs

Example

import discord
from discord.ext.customs import commands

# Enable gateway intents on the developer portal

bot = commands.Bot(intents=discord.Intents.all())

@bot.command(name="some_command")
async def some_command(ctx):
    await ctx.send(f"Hello.")

bot.run("Token Here")

NOTE: Some of these extensions already exist in the library, so i've added more functionality to them.

About

Some customized-extensions for discord.py

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%