Skip to content

Commit ee88924

Browse files
committed
adjust response data model
1 parent e848562 commit ee88924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/utility/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ export const AutoResponse = t.type({
604604
author_id: option(TSnowflake),
605605
guild_id: TSnowflake,
606606
trigger_regex: t.string,
607-
trigger_punctuation: t.array(t.string),
607+
trigger_punctuation: t.string,
608608
response_tokens: t.array(t.tuple([t.string, t.string])),
609609
count: t.number,
610610
mode: TAutoResponseTriggerMode,

0 commit comments

Comments
 (0)