Skip to content

Commit

Permalink
Update palcon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoz committed Feb 16, 2024
1 parent 2cddd54 commit 8e7f869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/palcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async def autocomplete_server(self, interaction: nextcord.Interaction, current:
async def palcon(self, interaction: nextcord.Interaction):
pass

@palcon.subcommand(description="Send a remote rcon command to Path of Titans server.")
@palcon.subcommand(description="Send a remote command to your Palworld server.")
async def command(self, interaction: nextcord.Interaction, command: str, server: str = nextcord.SlashOption(description="Select a server", autocomplete=True)):
await interaction.response.defer(ephemeral=True)
response = await self.rcon_command(server, command)
Expand Down

0 comments on commit 8e7f869

Please sign in to comment.