Red - Discord Bot
Installation Guides:
Installing Red
Creating a bot account
Updating Red
About Virtual Environments
Setting up auto-restart using batch on Windows
Setting up auto-restart on Mac
Setting up auto-restart using systemd on Linux
Cog Reference:
CustomCommands Cog Reference
Permissions Cog Reference
Trivia List Creation Guide
User guides:
Getting started
About (privileged) intents and public bots
Admin
Alias
Audio
Cleanup
Cog Manager UI
Core
CustomCommands
Dev
Downloader
Economy
Filter
General
Image
Permissions
Mod
ModLog
Mutes
Reports
Streams
Trivia
Warnings
Red and End User Data
Red Development Framework Reference:
Migrating cogs from Red V2
Creating cogs for Red V3
Slash Commands and Interactions
Publishing cogs for Red V3
Becoming an Approved Cog Creator
Shared API Keys
Bank
Bot
Command Check Decorators
Commands Package
App Commands Package
Config
Data Manager
Custom Events
Internationalization Framework
Mod log
RPC
Tree
Utility Functions
Versioning
End-user Guarantees
Developer Guarantees
Breaking Change Notices
Others
Changelog
Backward incompatible changes
Hosting Information
Red - Discord Bot
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
_
__await__() (redbot.core.utils.AsyncIter method)
__call__() (redbot.core.config.Value method)
(redbot.core.i18n.Translator method)
__getattr__() (redbot.core.config.Group method)
__init__() (redbot.core.config.Group method)
A
AbortPurchase
Account (class in redbot.core.bank)
action_type (redbot.core.modlog.Case attribute)
ACTIVE_ALLOW (redbot.core.commands.requires.PermState attribute)
ACTIVE_DENY (redbot.core.commands.requires.PermState attribute)
add_check() (redbot.core.commands.Command method)
add_cog() (redbot.core.bot.Red method)
add_command() (redbot.core.bot.Red method)
(redbot.core.tree.RedTree method)
add_dev_env_value() (redbot.core.bot.Red method)
add_permissions_hook() (redbot.core.bot.Red method)
add_to_blacklist() (redbot.core.bot.Red method)
add_to_whitelist() (redbot.core.bot.Red method)
ADMIN (redbot.core.commands.requires.PrivilegeLevel attribute)
admin() (in module redbot.core.commands)
admin_or_can_manage_channel() (in module redbot.core.commands)
admin_or_permissions() (in module redbot.core.commands)
after_invoke() (redbot.core.commands.Command method)
all() (redbot.core.config.Group method)
all_channels() (redbot.core.config.Config method)
all_guilds() (redbot.core.config.Config method)
all_members() (redbot.core.config.Config method)
all_roles() (redbot.core.config.Config method)
all_users() (redbot.core.config.Config method)
allow_for() (redbot.core.commands.Command method)
ALLOWED_BY_HOOK (redbot.core.commands.requires.PermState attribute)
allowed_by_whitelist_blacklist() (redbot.core.bot.Red method)
allowed_units (redbot.core.commands.converter.RelativedeltaConverter attribute)
(redbot.core.commands.converter.TimedeltaConverter attribute)
ALPHABET_EMOJIS (redbot.core.utils.predicates.ReactionPredicate attribute)
amended_by (redbot.core.modlog.Case attribute)
AntiSpam (class in redbot.core.utils.antispam)
assume_yes (redbot.core.commands.Context attribute)
AsyncIter (class in redbot.core.utils)
author (redbot.core.utils.views.ConfirmView attribute)
B
bank_prune() (in module redbot.core.bank)
before_identify_hook() (redbot.core.bot.Red method)
before_invoke() (redbot.core.bot.Red method)
(redbot.core.commands.Command method)
bold() (in module redbot.core.utils.chat_formatting)
bot (redbot.core.modlog.Case attribute)
bot_can_manage_channel() (in module redbot.core.commands)
bot_can_react() (in module redbot.core.commands)
bot_has_permissions() (in module redbot.core.commands)
bot_in_a_guild() (in module redbot.core.commands)
BOT_OWNER (redbot.core.commands.requires.PrivilegeLevel attribute)
bot_perms (redbot.core.commands.requires.Requires attribute)
bounded_gather() (in module redbot.core.utils)
bounded_gather_iter() (in module redbot.core.utils)
box() (in module redbot.core.utils.chat_formatting)
built-in function
on_red_api_tokens_update()
bundled_data_path() (in module redbot.core.data_manager)
C
can_manage_channel() (in module redbot.core.commands)
can_run() (redbot.core.commands.Command method)
can_see() (redbot.core.commands.Command method)
can_spend() (in module redbot.core.bank)
can_user_manage_channel() (in module redbot.core.utils)
can_user_react_in() (in module redbot.core.utils)
can_user_send_messages_in() (in module redbot.core.utils)
cancelled() (redbot.core.utils.predicates.MessagePredicate class method)
Case (class in redbot.core.modlog)
case_number (redbot.core.modlog.Case attribute)
case_str (redbot.core.modlog.CaseType attribute)
CaseType (class in redbot.core.modlog)
CAUTIOUS_ALLOW (redbot.core.commands.requires.PermState attribute)
CHANNEL (redbot.core.config.ConfigCategory attribute)
channel (redbot.core.modlog.Case attribute)
channel() (redbot.core.config.Config method)
channel_from_id() (redbot.core.config.Config method)
check_permissions() (in module redbot.core.utils.mod)
checks (redbot.core.commands.Command attribute)
(redbot.core.commands.requires.Requires attribute)
clean_params (redbot.core.commands.Command property)
clear() (redbot.core.config.Value method)
clear_all() (redbot.core.config.Config method)
clear_all_channels() (redbot.core.config.Config method)
clear_all_custom() (redbot.core.config.Config method)
clear_all_globals() (redbot.core.config.Config method)
clear_all_guilds() (redbot.core.config.Config method)
clear_all_members() (redbot.core.config.Config method)
clear_all_roles() (redbot.core.config.Config method)
clear_all_rules() (redbot.core.commands.requires.Requires method)
clear_all_users() (redbot.core.config.Config method)
clear_blacklist() (redbot.core.bot.Red method)
clear_commands() (redbot.core.tree.RedTree method)
clear_permission_rules() (redbot.core.bot.Red method)
clear_raw() (redbot.core.config.Group method)
clear_rule_for() (redbot.core.commands.Command method)
clear_whitelist() (redbot.core.bot.Red method)
close() (redbot.core.bot.Red method)
close_because_disabled() (redbot.core.utils.tunnel.Tunnel method)
close_menu() (in module redbot.core.utils.menus)
Cog (class in redbot.core.commands)
cog_data_path() (in module redbot.core.data_manager)
cog_disabled_in_guild() (redbot.core.bot.Red method)
cog_disabled_in_guild_raw() (redbot.core.bot.Red method)
cog_i18n() (in module redbot.core.i18n)
cog_name (redbot.core.commands.Command property)
(redbot.core.config.Config attribute)
CogConverter (class in redbot.core.commands.converter)
Command (class in redbot.core.commands)
command() (in module redbot.core.commands)
(redbot.core.commands.HybridGroup method)
command_not_found() (redbot.core.commands.help.RedHelpFormatter method)
CommandConverter (class in redbot.core.commands.converter)
communicate() (redbot.core.utils.tunnel.Tunnel method)
Config (class in redbot.core.config)
ConfigCategory (class in redbot.core.config)
confirm_button (redbot.core.utils.views.ConfirmView attribute)
ConfirmView (class in redbot.core.utils.views)
contained_in() (redbot.core.utils.predicates.MessagePredicate class method)
Context (class in redbot.core.commands)
cooldown (redbot.core.commands.Command property)
copy() (redbot.core.commands.Command method)
cost() (in module redbot.core.bank)
create_case() (in module redbot.core.modlog)
created_at (redbot.core.modlog.Case attribute)
custom() (redbot.core.config.Config method)
D
data_path() (in module redbot.core.data_manager)
deduplicate_iterables() (in module redbot.core.utils)
DEFAULT (redbot.core.commands.requires.Requires attribute)
default (redbot.core.config.Value attribute)
DEFAULT_CONTROLS (in module redbot.core.utils.menus)
default_setting (redbot.core.modlog.CaseType attribute)
default_unit (redbot.core.commands.converter.RelativedeltaConverter attribute)
(redbot.core.commands.converter.TimedeltaConverter attribute)
defaults (redbot.core.config.Group attribute)
DENIED_BY_HOOK (redbot.core.commands.requires.PermState attribute)
deny_to() (redbot.core.commands.Command method)
deposit_credits() (in module redbot.core.bank)
DictConverter (class in redbot.core.commands.converter)
disable_app_command() (redbot.core.bot.Red method)
disable_buttons (redbot.core.utils.views.ConfirmView attribute)
disable_in() (redbot.core.commands.Command method)
dismiss_button (redbot.core.utils.views.ConfirmView attribute)
DMContext (class in redbot.core.commands)
E
edit() (redbot.core.modlog.Case method)
embed_colour() (redbot.core.commands.Context method)
embed_requested() (redbot.core.bot.Red method)
(redbot.core.commands.Context method)
enable_app_command() (redbot.core.bot.Red method)
enable_in() (redbot.core.commands.Command method)
enumerate() (redbot.core.utils.AsyncIter method)
equal_to() (redbot.core.utils.predicates.MessagePredicate class method)
error() (in module redbot.core.utils.chat_formatting)
(redbot.core.commands.Command method)
escape() (in module redbot.core.utils.chat_formatting)
escape_spoilers() (in module redbot.core.utils.common_filters)
escape_spoilers_and_mass_mentions() (in module redbot.core.utils.common_filters)
F
files_from_attach() (redbot.core.utils.tunnel.Tunnel static method)
filter() (redbot.core.utils.AsyncIter method)
filter_invites() (in module redbot.core.utils.common_filters)
filter_mass_mentions() (in module redbot.core.utils.common_filters)
filter_urls() (in module redbot.core.utils.common_filters)
filter_various_mentions() (in module redbot.core.utils.common_filters)
find() (redbot.core.utils.AsyncIter method)
finite_float() (in module redbot.core.commands.converter)
flatten() (redbot.core.utils.AsyncIter method)
force_registration (redbot.core.config.Config attribute)
(redbot.core.config.Group attribute)
format_help_for_context() (redbot.core.commands.Cog method)
(redbot.core.commands.Command method)
format_perms_list() (in module redbot.core.utils.chat_formatting)
format_shortdoc_for_context() (redbot.core.commands.Command method)
format_text_for_context() (redbot.core.commands.Command method)
from_bool() (redbot.core.commands.requires.PermState class method)
from_context() (redbot.core.commands.help.HelpSettings class method)
from_ctx() (redbot.core.commands.requires.PrivilegeLevel class method)
from_json() (redbot.core.modlog.Case class method)
(redbot.core.modlog.CaseType class method)
full_parent_name (redbot.core.commands.Command property)
G
get_account() (in module redbot.core.bank)
get_admin_role_ids() (redbot.core.bot.Red method)
get_admin_roles() (redbot.core.bot.Red method)
get_all_cases() (in module redbot.core.modlog)
get_all_casetypes() (in module redbot.core.modlog)
get_app_command_id() (redbot.core.bot.Red method)
get_app_command_mention() (redbot.core.bot.Red method)
get_attr() (redbot.core.config.Group method)
get_audit_reason() (in module redbot.core.utils.mod)
get_babel_locale() (in module redbot.core.i18n)
get_babel_regional_format() (in module redbot.core.i18n)
get_balance() (in module redbot.core.bank)
get_bank_name() (in module redbot.core.bank)
get_blacklist() (redbot.core.bot.Red method)
get_case() (in module redbot.core.modlog)
get_cases_for_member() (in module redbot.core.modlog)
get_casetype() (in module redbot.core.modlog)
get_channels_lock() (redbot.core.config.Config method)
get_cog() (redbot.core.bot.Red method)
get_command() (redbot.core.bot.Red method)
get_conf() (redbot.core.config.Config class method)
get_cooldown_retry_after() (redbot.core.commands.Command method)
get_core_conf() (redbot.core.config.Config class method)
get_currency_name() (in module redbot.core.bank)
get_custom_lock() (redbot.core.config.Config method)
get_default_balance() (in module redbot.core.bank)
get_dict_converter() (in module redbot.core.commands.converter)
get_embed_colour() (redbot.core.bot.Red method)
get_end_user_data_statement() (in module redbot.core.utils)
get_end_user_data_statement_or_raise() (in module redbot.core.utils)
get_guilds_lock() (redbot.core.config.Config method)
get_invite_url() (redbot.core.bot.Red method)
get_latest_case() (in module redbot.core.modlog)
get_leaderboard() (in module redbot.core.bank)
get_leaderboard_position() (in module redbot.core.bank)
get_locale() (in module redbot.core.i18n)
get_locale_from_guild() (in module redbot.core.i18n)
get_lock() (redbot.core.config.Value method)
get_max_balance() (in module redbot.core.bank)
get_members_lock() (redbot.core.config.Config method)
get_mod_role_ids() (redbot.core.bot.Red method)
get_mod_roles() (redbot.core.bot.Red method)
get_modlog_channel() (in module redbot.core.modlog)
get_or_fetch_member() (redbot.core.bot.Red method)
get_or_fetch_user() (redbot.core.bot.Red method)
get_owner_notification_destinations() (redbot.core.bot.Red method)
get_pkey_info() (redbot.core.config.ConfigCategory class method)
get_raw() (redbot.core.config.Group method)
get_regional_format() (in module redbot.core.i18n)
get_regional_format_from_guild() (in module redbot.core.i18n)
get_roles_lock() (redbot.core.config.Config method)
get_rule() (redbot.core.commands.requires.Requires method)
get_shared_api_tokens() (redbot.core.bot.Red method)
get_timedelta_converter() (in module redbot.core.commands.converter)
get_users_lock() (redbot.core.config.Config method)
get_valid_prefixes() (redbot.core.bot.Red method)
get_whitelist() (redbot.core.bot.Red method)
GLOBAL (redbot.core.commands.requires.Requires attribute)
(redbot.core.config.ConfigCategory attribute)
greater() (redbot.core.utils.predicates.MessagePredicate class method)
Group (class in redbot.core.commands)
(class in redbot.core.config)
group() (in module redbot.core.commands)
(redbot.core.commands.HybridGroup method)
GroupCog (class in redbot.core.commands)
GUILD (redbot.core.config.ConfigCategory attribute)
guild (redbot.core.modlog.Case attribute)
guild() (redbot.core.config.Config method)
guild_from_id() (redbot.core.config.Config method)
GUILD_OWNER (redbot.core.commands.requires.PrivilegeLevel attribute)
GuildContext (class in redbot.core.commands)
guildowner() (in module redbot.core.commands)
guildowner_or_can_manage_channel() (in module redbot.core.commands)
guildowner_or_permissions() (in module redbot.core.commands)
H
handle_data_deletion_request() (redbot.core.bot.Red method)
has_error_handler() (redbot.core.commands.Command method)
has_guild_permissions() (in module redbot.core.commands)
has_permissions() (in module redbot.core.commands)
has_role() (redbot.core.utils.predicates.MessagePredicate class method)
header() (in module redbot.core.utils.chat_formatting)
help (redbot.core.commands.Command property)
help_filter_func() (redbot.core.commands.help.RedHelpFormatter static method)
HelpFormatterABC (class in redbot.core.commands.help)
HelpSettings (class in redbot.core.commands.help)
humanize_list() (in module redbot.core.utils.chat_formatting)
humanize_number() (in module redbot.core.utils.chat_formatting)
humanize_timedelta() (in module redbot.core.utils.chat_formatting)
hybrid_command() (in module redbot.core.commands)
(redbot.core.bot.Red method)
hybrid_group() (in module redbot.core.commands)
(redbot.core.bot.Red method)
HybridCommand (class in redbot.core.commands)
HybridGroup (class in redbot.core.commands)
hyperlink() (in module redbot.core.utils.chat_formatting)
I
identifier_data (redbot.core.config.Value attribute)
IdentifierData (class in redbot.core.config)
ignore_optional_for_conversion (redbot.core.commands.Command attribute)
ignored_channel_or_guild() (redbot.core.bot.Red method)
image (redbot.core.modlog.CaseType attribute)
info() (in module redbot.core.utils.chat_formatting)
init_custom() (redbot.core.config.Config method)
inline() (in module redbot.core.utils.chat_formatting)
instance_name() (in module redbot.core.data_manager)
interaction_check() (redbot.core.tree.RedTree method)
(redbot.core.utils.views.ConfirmView method)
(redbot.core.utils.views.SetApiView method)
(redbot.core.utils.views.SimpleMenu method)
is_admin() (redbot.core.bot.Red method)
is_admin_or_superior() (in module redbot.core.utils.mod)
is_automod_immune() (redbot.core.bot.Red method)
is_enabled() (redbot.core.commands.Command method)
(redbot.core.modlog.CaseType method)
is_global() (in module redbot.core.bank)
is_group() (redbot.core.config.Group method)
is_invite_url_public() (redbot.core.bot.Red method)
is_mod() (redbot.core.bot.Red method)
is_mod_or_superior() (in module redbot.core.utils.mod)
is_on_cooldown() (redbot.core.commands.Command method)
is_owner() (in module redbot.core.commands)
(redbot.core.bot.Red method)
is_owner_if_bank_global() (in module redbot.core.bank)
is_value() (redbot.core.config.Group method)
italics() (in module redbot.core.utils.chat_formatting)
L
last_known_username (redbot.core.modlog.Case attribute)
length_greater() (redbot.core.utils.predicates.MessagePredicate class method)
length_less() (redbot.core.utils.predicates.MessagePredicate class method)
less() (redbot.core.utils.predicates.MessagePredicate class method)
list_enabled_app_commands() (redbot.core.bot.Red method)
list_packages() (redbot.core.bot.Red static method)
load_extension() (redbot.core.bot.Red method)
load_translations() (redbot.core.i18n.Translator method)
lower_contained_in() (redbot.core.utils.predicates.MessagePredicate class method)
lower_equal_to() (redbot.core.utils.predicates.MessagePredicate class method)
M
map() (redbot.core.utils.AsyncIter method)
mass_purge() (in module redbot.core.utils.mod)
maximum (redbot.core.commands.converter.TimedeltaConverter attribute)
maybe_send_embed() (redbot.core.commands.Context method)
me (redbot.core.commands.Context property)
MEMBER (redbot.core.config.ConfigCategory attribute)
member() (redbot.core.config.Config method)
member_from_ids() (redbot.core.config.Config method)
menu() (in module redbot.core.utils.menus)
message (redbot.core.modlog.Case attribute)
(redbot.core.utils.views.ConfirmView attribute)
message_content() (redbot.core.modlog.Case method)
message_eligible_as_command() (redbot.core.bot.Red method)
message_forwarder() (redbot.core.utils.tunnel.Tunnel static method)
MessagePredicate (class in redbot.core.utils.predicates)
metadata_file() (in module redbot.core.data_manager)
minimum (redbot.core.commands.converter.TimedeltaConverter attribute)
MOD (redbot.core.commands.requires.PrivilegeLevel attribute)
mod() (in module redbot.core.commands)
mod_or_can_manage_channel() (in module redbot.core.commands)
mod_or_permissions() (in module redbot.core.commands)
moderator (redbot.core.modlog.Case attribute)
modified_at (redbot.core.modlog.Case attribute)
module
redbot.core.bank
redbot.core.bot
redbot.core.commands
redbot.core.commands.converter
redbot.core.commands.help
redbot.core.commands.requires
redbot.core.config
redbot.core.data_manager
redbot.core.i18n
redbot.core.modlog
redbot.core.tree
redbot.core.utils
redbot.core.utils.antispam
redbot.core.utils.chat_formatting
redbot.core.utils.common_filters
redbot.core.utils.embed
redbot.core.utils.menus
redbot.core.utils.mod
redbot.core.utils.tunnel
redbot.core.utils.views
N
name (redbot.core.modlog.CaseType attribute)
nested_update() (redbot.core.config.Group method)
next() (redbot.core.utils.AsyncIter method)
next_page() (in module redbot.core.utils.menus)
NONE (redbot.core.commands.requires.PrivilegeLevel attribute)
NoParseOptional (class in redbot.core.commands.converter)
NORMAL (redbot.core.commands.requires.PermState attribute)
normalize_smartquotes() (in module redbot.core.utils.common_filters)
NUMBER_EMOJIS (redbot.core.utils.predicates.ReactionPredicate attribute)
O
on_error() (redbot.core.tree.RedTree method)
on_red_api_tokens_update()
built-in function
on_shutdown() (Red method)
on_submit() (redbot.core.utils.views.SetApiModal method)
on_timeout() (redbot.core.utils.views.ConfirmView method)
(redbot.core.utils.views.SimpleMenu method)
origin (redbot.core.utils.tunnel.Tunnel attribute)
P
pagify() (in module redbot.core.utils.chat_formatting)
parent_channel (redbot.core.modlog.Case property)
parent_channel_id (redbot.core.modlog.Case attribute)
parents (redbot.core.commands.Command property)
parse_command() (redbot.core.commands.help.RedHelpFormatter static method)
parse_relativedelta() (in module redbot.core.commands.converter)
parse_timedelta() (in module redbot.core.commands.converter)
PASSIVE_ALLOW (redbot.core.commands.requires.PermState attribute)
permission_state (redbot.core.commands.Context attribute)
permissions_check() (in module redbot.core.commands)
PermState (class in redbot.core.commands.requires)
positive() (redbot.core.utils.predicates.MessagePredicate class method)
positive_int (in module redbot.core.commands.converter)
pretty (redbot.core.commands.help.HelpSettings property)
prev_page() (in module redbot.core.utils.menus)
privilege_level (redbot.core.commands.requires.Requires attribute)
PrivilegeLevel (class in redbot.core.commands.requires)
process_commands() (redbot.core.bot.Red method)
Python Enhancement Proposals
PEP 440
Q
qualified_name (redbot.core.commands.Command property)
question() (in module redbot.core.utils.chat_formatting)
quote() (in module redbot.core.utils.chat_formatting)
R
randomize_colour() (in module redbot.core.utils.embed)
RawUserIdConverter (class in redbot.core.commands.converter)
react_quietly() (redbot.core.commands.Context method)
ReactionPredicate (class in redbot.core.utils.predicates)
ready_event (redbot.core.commands.requires.Requires attribute)
reason (redbot.core.modlog.Case attribute)
recipient (redbot.core.utils.tunnel.Tunnel attribute)
Red (class in redbot.core.bot)
red_check_enabled() (redbot.core.tree.RedTree method)
red_delete_data_for_user() (redbot.core.commands.Cog method)
red_get_data_for_user() (redbot.core.commands.Cog method)
redbot.core.bank
module
redbot.core.bot
module
redbot.core.commands
module
redbot.core.commands.converter
module
redbot.core.commands.help
module
redbot.core.commands.requires
module
redbot.core.config
module
redbot.core.data_manager
module
redbot.core.i18n
module
redbot.core.modlog
module
redbot.core.tree
module
redbot.core.utils
module
redbot.core.utils.antispam
module
redbot.core.utils.chat_formatting
module
redbot.core.utils.common_filters
module
redbot.core.utils.embed
module
redbot.core.utils.menus
module
redbot.core.utils.mod
module
redbot.core.utils.tunnel
module
redbot.core.utils.views
module
RedHelpFormatter (class in redbot.core.commands.help)
RedTree (class in redbot.core.tree)
regex() (redbot.core.utils.predicates.MessagePredicate class method)
register_casetype() (in module redbot.core.modlog)
register_casetypes() (in module redbot.core.modlog)
register_channel() (redbot.core.config.Config method)
register_custom() (redbot.core.config.Config method)
register_global() (redbot.core.config.Config method)
register_guild() (redbot.core.config.Config method)
register_member() (redbot.core.config.Config method)
register_role() (redbot.core.config.Config method)
register_rpc_handler() (redbot.core.bot.Red method)
register_user() (redbot.core.config.Config method)
RelativedeltaConverter (class in redbot.core.commands.converter)
remove_before_invoke_hook() (redbot.core.bot.Red method)
remove_check() (redbot.core.commands.Command method)
remove_cog() (redbot.core.bot.Red method)
remove_command() (redbot.core.bot.Red method)
(redbot.core.tree.RedTree method)
remove_dev_env_value() (redbot.core.bot.Red method)
remove_from_blacklist() (redbot.core.bot.Red method)
remove_from_whitelist() (redbot.core.bot.Red method)
remove_permissions_hook() (redbot.core.bot.Red method)
remove_shared_api_services() (redbot.core.bot.Red method)
remove_shared_api_tokens() (redbot.core.bot.Red method)
Requires (class in redbot.core.commands.requires)
reset() (redbot.core.commands.requires.Requires method)
reset_cases() (in module redbot.core.modlog)
reset_cooldown() (redbot.core.commands.Command method)
reset_help_formatter() (redbot.core.bot.Red method)
result (redbot.core.utils.predicates.MessagePredicate attribute)
(redbot.core.utils.predicates.ReactionPredicate attribute)
(redbot.core.utils.views.ConfirmView attribute)
rich_markup() (in module redbot.core.utils.chat_formatting)
ROLE (redbot.core.config.ConfigCategory attribute)
role() (redbot.core.config.Config method)
role_from_id() (redbot.core.config.Config method)
root_parent (redbot.core.commands.Command property)
S
same_context() (redbot.core.utils.predicates.MessagePredicate class method)
(redbot.core.utils.predicates.ReactionPredicate class method)
select_menu (redbot.core.utils.views.SimpleMenu attribute)
send() (redbot.core.commands.Context method)
send_filtered() (redbot.core.bot.Red static method)
send_help() (redbot.core.commands.Context method)
(redbot.core.commands.help.HelpFormatterABC method)
(redbot.core.commands.help.RedHelpFormatter method)
send_help_for() (redbot.core.bot.Red method)
send_interactive() (redbot.core.bot.Red method)
(redbot.core.commands.Context method)
send_pages() (redbot.core.commands.help.RedHelpFormatter method)
send_to_owners() (redbot.core.bot.Red method)
sender (redbot.core.utils.tunnel.Tunnel attribute)
set() (redbot.core.config.Group method)
(redbot.core.config.Value method)
set_balance() (in module redbot.core.bank)
set_bank_name() (in module redbot.core.bank)
set_contextual_locale() (in module redbot.core.i18n)
set_contextual_locales_from_guild() (in module redbot.core.i18n)
set_contextual_regional_format() (in module redbot.core.i18n)
set_currency_name() (in module redbot.core.bank)
set_default_balance() (in module redbot.core.bank)
set_default_rule() (redbot.core.commands.Command method)
set_enabled() (redbot.core.modlog.CaseType method)
set_global() (in module redbot.core.bank)
set_help_formatter() (redbot.core.bot.Red method)
set_max_balance() (in module redbot.core.bank)
set_modlog_channel() (in module redbot.core.modlog)
set_prefixes() (redbot.core.bot.Red method)
set_raw() (redbot.core.config.Group method)
set_rule() (redbot.core.commands.requires.Requires method)
set_shared_api_tokens() (redbot.core.bot.Red method)
SetApiModal (class in redbot.core.utils.views)
SetApiView (class in redbot.core.utils.views)
setup_hook() (redbot.core.bot.Red method)
short_doc (redbot.core.commands.Command property)
shutdown() (redbot.core.bot.Red method)
signature (redbot.core.commands.Command property)
SimpleMenu (class in redbot.core.utils.views)
slow_deletion() (in module redbot.core.utils.mod)
spammy (redbot.core.utils.antispam.AntiSpam property)
spoiler() (in module redbot.core.utils.chat_formatting)
stamp() (redbot.core.utils.antispam.AntiSpam method)
start() (redbot.core.bot.Red method)
(redbot.core.utils.views.SimpleMenu method)
start_adding_reactions() (in module redbot.core.utils.menus)
start_dm() (redbot.core.utils.views.SimpleMenu method)
storage_details() (in module redbot.core.data_manager)
storage_type() (in module redbot.core.data_manager)
strfdelta() (in module redbot.core.utils.mod)
strikethrough() (in module redbot.core.utils.chat_formatting)
subcommand_not_found() (redbot.core.commands.help.RedHelpFormatter method)
subtext() (in module redbot.core.utils.chat_formatting)
success() (in module redbot.core.utils.chat_formatting)
sync() (redbot.core.tree.RedTree method)
T
text_to_file() (in module redbot.core.utils.chat_formatting)
tick() (redbot.core.commands.Context method)
TimedeltaConverter (class in redbot.core.commands.converter)
to_json() (redbot.core.modlog.Case method)
(redbot.core.modlog.CaseType method)
transfer_credits() (in module redbot.core.bank)
Translator (class in redbot.core.i18n)
translator (redbot.core.commands.Command attribute)
Tunnel (class in redbot.core.utils.tunnel)
U
underline() (in module redbot.core.utils.chat_formatting)
unique_identifier (redbot.core.config.Config attribute)
unregister_rpc_handler() (redbot.core.bot.Red method)
until (redbot.core.modlog.Case attribute)
update() (redbot.core.commands.Command method)
uptime (redbot.core.bot.Red property)
use_buttons() (redbot.core.bot.Red method)
USER (redbot.core.config.ConfigCategory attribute)
user (redbot.core.modlog.Case attribute)
user() (redbot.core.config.Config method)
user_from_id() (redbot.core.config.Config method)
user_perms (redbot.core.commands.requires.Requires attribute)
UserFeedbackCheckFailure (class in redbot.core.app_commands)
(class in redbot.core.commands)
UserInputOptional (in module redbot.core.commands.converter)
V
valid_float() (redbot.core.utils.predicates.MessagePredicate class method)
valid_int() (redbot.core.utils.predicates.MessagePredicate class method)
valid_member() (redbot.core.utils.predicates.MessagePredicate class method)
valid_role() (redbot.core.utils.predicates.MessagePredicate class method)
valid_text_channel() (redbot.core.utils.predicates.MessagePredicate class method)
Value (class in redbot.core.config)
verify() (redbot.core.commands.requires.Requires method)
verify_permissions_hooks() (redbot.core.bot.Red method)
W
wait_until_red_ready() (redbot.core.bot.Red method)
warning() (in module redbot.core.utils.chat_formatting)
wipe_bank() (in module redbot.core.bank)
with_emojis() (redbot.core.utils.predicates.ReactionPredicate class method)
withdraw_credits() (in module redbot.core.bank)
without_duplicates() (redbot.core.utils.AsyncIter method)
Y
yes_or_no() (redbot.core.utils.predicates.MessagePredicate class method)
(redbot.core.utils.predicates.ReactionPredicate class method)
YES_OR_NO_EMOJIS (redbot.core.utils.predicates.ReactionPredicate attribute)