This commit is contained in:
insert 2024-12-26 12:26:49 -05:00
parent 9fdc1ccbdb
commit 055d2a6c8f
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -24,8 +24,7 @@ class starboard(commands.Cog):
print("Recieved star payload", file=sys.stderr)
chann = self.bot.get_channel(payload.channel_id)
message = chann.fetch_message(payload.message_id)
await message.forward(chann)
await chann.send("forwarded message")
await chann.send(message.content)
def setup(bot: commands.Bot):
bot.add_cog(starboard(bot))