API Reference - LeConstellationniste/Discord.py-Framework- GitHub Wiki
Class BaseBot
A base class for the class Bot
. It's a subclass of discord.Client
.
BaseBot.prefix
BaseBot.token
BaseBot.description
BaseBot.coulour
BaseBot.coulour_error
BaseBot.avatar_url
BaseBot.app_info
BaseBot.on_command_error
BaseBot.on_discord_event_error
BaseBot.on_missing_arguments
BaseBot.on_type_error
BaseBot.on_forbidden_error
BaseBot.on_permission_error
BaseBot.on_condition_error
Bot.run
Class Bot
The Bot class to use. It's a subclass of BaseBot
.
Bot.prefix
Bot.token
Bot.description
Bot.coulour
Bot.coulour_error
Bot.avatar_url
Bot.app_info
Bot.send_errors
Bot.print_traceback
Bot.sep_args
Bot.commands
Bot.listeners
Bot.list_set
Bot.send_error_to_owner
Bot.on_command_error
Bot.on_discord_event_error
Bot.add_command
Bot.add_listener
Bot.add_commands
Bot.add_listeners
A class to represent a command in Discord.
Class CommandAdmin
A subclass of Command
, to represent a command for members with the permission administrator
.
CommandAdmin._fct
CommandAdmin.name
CommandAdmin.aliases
CommandAdmin.description
CommandAdmin.delete_message
CommandAdmin.checks
Class CommandSuperAdmin
A subclass of Command
, this class represent a command for user pass in a white list.
CommandSuperAdmin._fct
CommandSuperAdmin.name
CommandSuperAdmin.aliases
CommandSuperAdmin.description
CommandSuperAdmin.delete_message
CommandSuperAdmin.checks
CommandSuperAdmin.white_list
A class to represent a Discord listener.