Skip to content

Commit

Permalink
プレゼント企画コマンド実装v9
Browse files Browse the repository at this point in the history
  • Loading branch information
Syunngiku0402 committed Jan 2, 2025
1 parent 1a96a30 commit 919b003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/cpresent.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async def cmisc(
timestamp=datetime.now()
)
await interaction.response.send_message("送信しました", ephemeral=True)
await interaction.response.send_message(embed=otosidama_embed)
await interaction.channel.send(embed=otosidama_embed)
await interaction.channel.send(view=LOttery(self.bot))


Expand Down

0 comments on commit 919b003

Please sign in to comment.