Skip to content

Commit

Permalink
プレゼント企画コマンド実装v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Syunngiku0402 committed Jan 2, 2025
1 parent c1deba0 commit 540ea29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cogs/cpresent.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ async def cmisc(
color=0x2B9788,
timestamp=datetime.now()
)
await interaction.response.send_message(embed=otosidama_embed, view=LOttery(self.bot))
await interaction.response.send_message(embed=otosidama_embed)
await interaction.response.send_message(view=LOttery(self.bot))



Expand Down

0 comments on commit 540ea29

Please sign in to comment.