Parent Directory
|
Revision Log
|
Patch
revision 271 by rakin, Mon Jul 29 17:29:18 2024 UTC | revision 273 by rakin, Mon Jul 29 17:29:18 2024 UTC | |
---|---|---|
# | Line 10 export default class EmbedCommand extend | Line 10 export default class EmbedCommand extend |
10 | subcommands = ['send', 'schema', 'build']; | subcommands = ['send', 'schema', 'build']; |
11 | ||
12 | constructor() { | constructor() { |
13 | super('embed', 'settings', []); | super('embed', 'automation', []); |
14 | } | } |
15 | ||
16 | async run(client: DiscordClient, message: Message | CommandInteraction, options: CommandOptions | InteractionOptions) { | async run(client: DiscordClient, message: Message | CommandInteraction, options: CommandOptions | InteractionOptions) { |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |