no need to init, the sent message will increment

This commit is contained in:
MathMan05
2026-02-05 12:06:46 -06:00
parent a1bc1ea633
commit df4fc9ef7c

View File

@@ -95,8 +95,8 @@ router.post(
parent: channel,
guild: channel.guild,
member_count: 1,
message_count: body.message ? 1 : 0,
total_message_sent: body.message ? 1 : 0,
message_count: 0,
total_message_sent: 0,
name: body.name,
guild_id: channel.guild_id,
rate_limit_per_user: body.rate_limit_per_user,