mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 20:25:40 +00:00
no need to init, the sent message will increment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user