Accidentally dumped the channel, not id
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 5s

This commit is contained in:
Nexus 2024-05-05 02:59:28 +01:00
parent b7ad0bcd75
commit 9c91bbad43
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -161,7 +161,7 @@ class Starboard(commands.Cog):
"source_channel_id": payload.channel_id,
"source_message_id": payload.message_id,
"history": [],
"starboard_channel_id": starboard_channel,
"starboard_channel_id": starboard_channel.id,
"starboard_message_id": None
}
if not starboard_channel.can_send(embed[0]):