Skip to content

Commit

Permalink
プレゼント企画コマンド実装v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Syunngiku0402 committed Jan 2, 2025
1 parent 199778d commit 06aa16a
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 @@ -46,7 +46,7 @@ def __init__(self, bot: commands.Bot):
@app_commands.checks.has_role(config.administrater_role_id)
async def cmisc(
self, interaction: discord.Interaction, choice: app_commands.Choice[str],
ninnzuu: int, kikann: str, daimei: str = None, tanni: int = 0):
ninnzuu: int, kikann: int, daimei: str = None, tanni: int = 0):

kaisibi = datetime.now()
syuuryoubi = datetime.now() + timedelta(days=kikann)
Expand Down

0 comments on commit 06aa16a

Please sign in to comment.