obby-client for TypeScript
Preparing search index...
BotCommand
Type Alias BotCommand
One command a bot offers.
type
BotCommand
=
{
description
:
string
|
null
;
name
:
string
;
}
Index
Properties
description
name
Properties
description
description
:
string
|
null
What it does.
name
name
:
string
What to type, without its leading slash.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
name
obby-client for TypeScript
Loading...
One command a bot offers.