Skip to content

Commit

Permalink
adjust response data model
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyburd committed Feb 9, 2024
1 parent e848562 commit ee88924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/utility/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ export const AutoResponse = t.type({
author_id: option(TSnowflake),
guild_id: TSnowflake,
trigger_regex: t.string,
trigger_punctuation: t.array(t.string),
trigger_punctuation: t.string,
response_tokens: t.array(t.tuple([t.string, t.string])),
count: t.number,
mode: TAutoResponseTriggerMode,
Expand Down

0 comments on commit ee88924

Please sign in to comment.