Commit 46595575 authored by nanahira's avatar nanahira

strings

parent 1f5fb7dc
...@@ -6,7 +6,7 @@ import { RegisterSchema, SchemaProperty } from 'schemastery-gen'; ...@@ -6,7 +6,7 @@ import { RegisterSchema, SchemaProperty } from 'schemastery-gen';
export class ChannelTarget { export class ChannelTarget {
@SchemaProperty({ description: 'Channel ID. ', required: true }) @SchemaProperty({ description: 'Channel ID. ', required: true })
channelId: string; channelId: string;
@SchemaProperty({ description: 'Guild ID .' }) @SchemaProperty({ description: 'Guild ID. ' })
guildId: string; guildId: string;
toDesc(): string | [string, string] { toDesc(): string | [string, string] {
...@@ -18,7 +18,7 @@ export class ChannelTarget { ...@@ -18,7 +18,7 @@ export class ChannelTarget {
export class SendTarget { export class SendTarget {
@SchemaProperty({ @SchemaProperty({
description: description:
'Bot identifier. eg. onebot:123456789. Will use first bot if not specified.', 'Bot identifier. eg. onebot:123456789. Will use first bot if not specified. s',
}) })
bot: string; bot: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment