added slash command support
This commit is contained in:
1
types/Opt.d.ts
vendored
1
types/Opt.d.ts
vendored
@@ -31,5 +31,6 @@ export interface RowButton {
|
||||
export interface Row {
|
||||
type: 'row';
|
||||
message: string;
|
||||
id: string; //not needed for api, just needed for slash commands
|
||||
buttons: [RowButton?, RowButton?, RowButton?, RowButton?, RowButton?];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user