Yami
"0.4.1.post0"
Getting started
Message commands
Checks
Modules
API reference
Yami
»
Index
Index
A
|
B
|
C
|
D
|
E
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
A
add_check() (yami.commands.MessageCommand method)
(yami.MessageCommand method)
add_command() (yami.Bot method)
(yami.bot.Bot method)
(yami.Module method)
(yami.modules.Module method)
add_subcommand() (yami.commands.MessageCommand method)
(yami.MessageCommand method)
aliases (yami.Bot property)
(yami.bot.Bot property)
(yami.commands.MessageCommand property)
(yami.MessageCommand property)
allow_extra_args (yami.Bot property)
(yami.bot.Bot property)
annotation (yami.args.MessageArg property)
(yami.MessageArg property)
app (yami.CommandExceptionEvent property)
(yami.CommandInvokeEvent property)
(yami.CommandSuccessEvent property)
(yami.events.CommandExceptionEvent property)
(yami.events.CommandInvokeEvent property)
(yami.events.CommandSuccessEvent property)
(yami.events.YamiEvent property)
(yami.YamiEvent property)
args (yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.MessageContext property)
as_bool() (yami.BuiltinConverter method)
(yami.converters.BuiltinConverter method)
as_bytes() (yami.BuiltinConverter method)
(yami.converters.BuiltinConverter method)
as_complex() (yami.BuiltinConverter method)
(yami.converters.BuiltinConverter method)
as_float() (yami.BuiltinConverter method)
(yami.converters.BuiltinConverter method)
as_int() (yami.BuiltinConverter method)
(yami.converters.BuiltinConverter method)
as_str() (yami.BuiltinConverter method)
(yami.converters.BuiltinConverter method)
as_type() (yami.BuiltinConverter method)
(yami.converters.BuiltinConverter method)
author (yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.MessageContext property)
B
BadArgument
,
[1]
BadCheck
,
[1]
Bot (class in yami)
(class in yami.bot)
bot (yami.CommandExceptionEvent property)
(yami.CommandInvokeEvent property)
(yami.CommandSuccessEvent property)
(yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.events.CommandExceptionEvent property)
(yami.events.CommandInvokeEvent property)
(yami.events.CommandSuccessEvent property)
(yami.MessageContext property)
(yami.Module property)
(yami.modules.Module property)
BuiltinConverter (class in yami)
(class in yami.converters)
C
cache (yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.MessageContext property)
callback (yami.commands.MessageCommand property)
(yami.MessageCommand property)
can_convert() (yami.BuiltinConverter class method)
(yami.converters.BuiltinConverter class method)
channel_id (yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.MessageContext property)
Check (class in yami)
(class in yami.checks)
CheckAddFailed
,
[1]
CheckException
,
[1]
CheckFailed
,
[1]
CheckRemovalFailed
,
[1]
checks (yami.commands.MessageCommand property)
(yami.MessageCommand property)
command (yami.CommandExceptionEvent property)
(yami.CommandInvokeEvent property)
(yami.CommandSuccessEvent property)
(yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.events.CommandExceptionEvent property)
(yami.events.CommandInvokeEvent property)
(yami.events.CommandSuccessEvent property)
(yami.MessageContext property)
command() (in module yami)
(in module yami.commands)
(yami.Bot method)
(yami.bot.Bot method)
CommandException
CommandExceptionEvent (class in yami)
(class in yami.events)
CommandInvokeEvent (class in yami)
(class in yami.events)
CommandNotFound
,
[1]
commands (yami.Bot property)
(yami.bot.Bot property)
(yami.Module property)
(yami.modules.Module property)
CommandSuccessEvent (class in yami)
(class in yami.events)
content (yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.MessageContext property)
Context (class in yami)
(class in yami.context)
ConversionFailed
,
[1]
convert() (yami.args.MessageArg method)
(yami.MessageArg method)
Converter (class in yami)
(class in yami.converters)
ctx (yami.CommandExceptionEvent property)
(yami.CommandInvokeEvent property)
(yami.CommandSuccessEvent property)
(yami.events.CommandExceptionEvent property)
(yami.events.CommandInvokeEvent property)
(yami.events.CommandSuccessEvent property)
custom_check (class in yami)
(class in yami.checks)
D
description (yami.commands.MessageCommand property)
(yami.MessageCommand property)
(yami.Module property)
(yami.modules.Module property)
DuplicateCommand
,
[1]
E
exceptions (yami.CommandExceptionEvent property)
(yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.events.CommandExceptionEvent property)
(yami.MessageContext property)
execute() (yami.Check method)
(yami.checks.Check method)
(yami.checks.custom_check method)
(yami.checks.has_any_role method)
(yami.checks.has_perms method)
(yami.checks.has_roles method)
(yami.checks.is_in_dm method)
(yami.checks.is_in_guild method)
(yami.checks.is_owner method)
(yami.checks.is_the_cutest method)
(yami.custom_check method)
(yami.has_any_role method)
(yami.has_perms method)
(yami.has_roles method)
(yami.is_in_dm method)
(yami.is_in_guild method)
(yami.is_owner method)
(yami.is_the_cutest method)
G
get_command() (yami.Bot method)
(yami.bot.Bot method)
get_module() (yami.Bot method)
(yami.bot.Bot method)
get_name() (yami.Check class method)
(yami.checks.Check class method)
getch_channel() (yami.context.MessageContext method)
(yami.MessageContext method)
getch_guild() (yami.context.MessageContext method)
(yami.MessageContext method)
getch_member() (yami.context.MessageContext method)
(yami.MessageContext method)
guild_id (yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.MessageContext property)
H
has() (yami.Shared method)
has_any_role (class in yami)
(class in yami.checks)
has_perms (class in yami)
(class in yami.checks)
has_roles (class in yami)
(class in yami.checks)
HikariConverter (class in yami)
(class in yami.converters)
I
invoke_with (yami.commands.MessageCommand property)
(yami.MessageCommand property)
invoked_subcommands (yami.context.MessageContext property)
(yami.MessageContext property)
is_converted (yami.args.MessageArg property)
(yami.MessageArg property)
is_empty (yami.args.MessageArg property)
(yami.MessageArg property)
is_in_dm (class in yami)
(class in yami.checks)
is_in_guild (class in yami)
(class in yami.checks)
is_loaded (yami.Module property)
(yami.modules.Module property)
is_owner (class in yami)
(class in yami.checks)
is_subcommand (yami.commands.MessageCommand property)
(yami.MessageCommand property)
is_the_cutest (class in yami)
(class in yami.checks)
items (yami.Shared property)
iter_arg_values() (yami.context.MessageContext method)
(yami.MessageContext method)
iter_checks() (yami.commands.MessageCommand method)
(yami.MessageCommand method)
iter_commands() (yami.Bot method)
(yami.bot.Bot method)
(yami.Module method)
(yami.modules.Module method)
iter_loaded_modules() (yami.Bot method)
(yami.bot.Bot method)
iter_modules() (yami.Bot method)
(yami.bot.Bot method)
iter_subcommands() (yami.commands.MessageCommand method)
(yami.MessageCommand method)
K
kind (yami.args.MessageArg property)
(yami.MessageArg property)
L
ListenerException
,
[1]
load_all_modules() (yami.Bot method)
(yami.bot.Bot method)
load_module() (yami.Bot method)
(yami.bot.Bot method)
M
message (yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.MessageContext property)
message_id (yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.MessageContext property)
MessageArg (class in yami)
(class in yami.args)
MessageCommand (class in yami)
(class in yami.commands)
MessageContext (class in yami)
(class in yami.context)
MissingArgs
,
[1]
module
yami
yami.args
yami.bot
yami.checks
yami.commands
yami.context
yami.converters
yami.events
yami.exceptions
yami.modules
Module (class in yami)
(class in yami.modules)
module (yami.commands.MessageCommand property)
(yami.MessageCommand property)
ModuleAddException
,
[1]
ModuleException
,
[1]
ModuleLoadException
,
[1]
ModuleRemoveException
,
[1]
modules (yami.Bot property)
(yami.bot.Bot property)
ModuleUnloadException
,
[1]
N
name (yami.args.MessageArg property)
(yami.commands.MessageCommand property)
(yami.MessageArg property)
(yami.MessageCommand property)
(yami.Module property)
(yami.modules.Module property)
O
owner_ids (yami.Bot property)
(yami.bot.Bot property)
P
parent (yami.commands.MessageCommand property)
(yami.MessageCommand property)
prefix (yami.context.MessageContext property)
(yami.MessageContext property)
R
raise_cmd_not_found (yami.Bot property)
(yami.bot.Bot property)
raise_conversion (yami.commands.MessageCommand property)
(yami.MessageCommand property)
remove_check() (yami.commands.MessageCommand method)
(yami.MessageCommand method)
remove_command() (yami.Bot method)
(yami.bot.Bot method)
(yami.Module method)
(yami.modules.Module method)
remove_module() (yami.Bot method)
(yami.bot.Bot method)
respond() (yami.context.MessageContext method)
(yami.MessageContext method)
rest (yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.MessageContext property)
S
Shared (class in yami)
shared (yami.Bot property)
(yami.bot.Bot property)
(yami.Context property)
(yami.context.Context property)
(yami.context.MessageContext property)
(yami.MessageContext property)
SharedNone (class in yami)
subcommand() (yami.commands.MessageCommand method)
(yami.MessageCommand method)
subcommands (yami.commands.MessageCommand property)
(yami.MessageCommand property)
T
TooManyArgs
,
[1]
trigger_typing() (yami.context.MessageContext method)
(yami.MessageContext method)
U
unload_module() (yami.Bot method)
(yami.bot.Bot method)
V
value (yami.args.MessageArg property)
(yami.MessageArg property)
W
was_globally_added (yami.commands.MessageCommand property)
(yami.MessageCommand property)
Y
yami
module
yami.args
module
yami.bot
module
yami.checks
module
yami.commands
module
yami.context
module
yami.converters
module
yami.events
module
yami.exceptions
module
yami.modules
module
YamiEvent (class in yami)
(class in yami.events)
YamiException
,
[1]
YamiNoneType (class in yami)