Skip to content

Commit

Permalink
fix default value on add command
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Mar 5, 2024
1 parent ed503df commit a3c297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ async function snapshotCommandHandler(interaction, commandType) {
channelId,
spaceId,
mention || '',
events ? JSON.stringify(events) : undefined,
events ? JSON.stringify(events) : '["proposal/start"]',
ts,
ts
];
Expand Down

0 comments on commit a3c297f

Please sign in to comment.