Commit 46595575 authored by nanahira's avatar nanahira

strings

parent 1f5fb7dc
......@@ -6,7 +6,7 @@ import { RegisterSchema, SchemaProperty } from 'schemastery-gen';
export class ChannelTarget {
@SchemaProperty({ description: 'Channel ID. ', required: true })
channelId: string;
@SchemaProperty({ description: 'Guild ID .' })
@SchemaProperty({ description: 'Guild ID. ' })
guildId: string;
toDesc(): string | [string, string] {
......@@ -18,7 +18,7 @@ export class ChannelTarget {
export class SendTarget {
@SchemaProperty({
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;
......
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