Skip to content

Commit

Permalink
ギルド設定
Browse files Browse the repository at this point in the history
  • Loading branch information
lenlino committed May 22, 2024
1 parent f1bdb97 commit eccb05a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/ChangeWeightCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def get_chara_types(ctx: discord.AutocompleteContext):
else:
return ["chara_idを先に指定してください"]

@discord.slash_command(name="change_weight", description="Change weight", guild_ids=["864441028866080768"])
@discord.slash_command(name="change_weight", description="Change weight", guild_ids=["1118740618882072596"])
async def change_weight_command(self, ctx,
chara_id: discord.Option(required=True, description="キャラ", input_type=str,
autocomplete=discord.utils.basic_autocomplete(
Expand Down
2 changes: 1 addition & 1 deletion commands/CreateWeightCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CreateWeightCommand(commands.Cog):
async def get_chara_types(ctx: discord.AutocompleteContext):
return main.characters

@discord.slash_command(name="create_weight", description="Create weight", guild_ids=["864441028866080768"])
@discord.slash_command(name="create_weight", description="Create weight", guild_ids=["1118740618882072596"])
async def create_weight_command(self, ctx,
chara_id: discord.Option(required=True, description="キャラ", input_type=str,
autocomplete=discord.utils.basic_autocomplete(
Expand Down

0 comments on commit eccb05a

Please sign in to comment.