Skip to content

Commit

Permalink
🐛 fix(syntax): fix error in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisk809 authored Aug 29, 2024
1 parent 76ea653 commit 1bdcb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Config {
}

export const Config: Schema<Config> = Schema.object({
command: Schema.string().default("hotof").description("指令前缀字段")
command: Schema.string().default("hotof").description("指令前缀字段"),
endpoints: Schema.object({
bili: Schema.string(),
douyin: Schema.string(),
Expand Down

0 comments on commit 1bdcb15

Please sign in to comment.