Overview
BaseDiscord-py is a package to give a base for Python Discord Bot using discord.py package.
Author: LostPy
Created at: 2021-06-22
Realese: none
Requirements
Installation
To install this package
To update the package
Main features
Name
Description
First version
Last version
Manage CommandNotFound error
Ignore CommandNotFound exception
1.0
✔️
Manage BadArgument error
Send a error message
1.0
✔️
Manage MissingPermissions
Send a error message with list of permissions required
1.0
✔️
Manage MissingRoles
Send a error message with list of roles required
1.0
✔️
Manage BotMissingPermissions
Send a error message with list of permissions required
1.0
✔️
Manage BotMissingRoles
Send a error message with list of roles required
1.0
✔️
Traceback message to owner
Send a message with traceback to the owner of application if a error raised is not manage and if BaseBot.send_errors
is True
1.0
✔️
Help cog
1.0
✔️
Help slash command
A help Slash command to replace the default help command of discord.py
1.0
✔️
Owner cog
1.0
✔️
stopBot
1.0
✔️
BaseBot.get_invitation
Method to get a invitation link
1.0
✔️
Colored log
A formater for colored logs. A logger can be created with baseDiscord.utils.new_logger
function
1.0
✔️
All message errors are send in a embed
Last updated
Was this helpful?