MeowerBot.py
Documentation
Getting Started
Creating your First Bot
Callbacks
Cogs
Extra Things
MeowerBot.py
MeowerBot.command module
View page source
MeowerBot.command module
class
MeowerBot.command.
AppCommand
(
func
,
alias
:
list
[
str
]
|
None
=
None
,
name
=
None
,
args
=
0
,
is_subcommand
=
False
)
[source]
Bases:
object
static
add_command
(
obj
:
dict
,
command
:
AppCommand
,
ignore_subcommands
:
bool
=
True
)
[source]
connected
=
None
register_class
(
con
)
[source]
async
run_cmd
(
ctx
,
*
args
)
→
Exception
|
None
[source]
subcommand
(
name
=
None
,
args
=
0
,
aliases
=
None
)
[source]
class
MeowerBot.command.
CB
(
func
,
id
)
[source]
Bases:
object
MeowerBot.command.
callback
(
callback_id
:
str
)
→
Callable
[source]
MeowerBot.command.
command
(
name
=
None
,
args
=
0
)
[source]