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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
discord.customs-1.0.3.tar.gz
(3.5 kB
view details)
File details
Details for the file discord.customs-1.0.3.tar.gz.
File metadata
- Download URL: discord.customs-1.0.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/57.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8235d134563fc772a4239389d819625affe3f9555cedf3e7d054148e1ef0bd46
|
|
| MD5 |
9a1defdf02535574f4f4cf9be1cbcdf2
|
|
| BLAKE2b-256 |
3bd03249f4f567b9c47ab0a70f070ec1897e5518d54b43f65aadf535a29e235d
|