Skip to content

Commit

Permalink
Update informational command with new account command information
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed May 27, 2023
1 parent 15bb25d commit cb65317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictator/cogs/informational.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, dictator: commands.Bot) -> None:
async def rtfm(self, interaction: discord.Interaction) -> None:
"""Sends basic infoamtion about playing for the first time."""

await interaction.response.send_message(f'Heres the manual to play for the first time\n<https://twohoursonelife.com/first-time-playing>\n\nCheck your messages from me to find your username and password.\n*Can\'t find the message? Use the "-key" command.*')
await interaction.response.send_message(f'Heres the manual to play for the first time\n<https://twohoursonelife.com/first-time-playing>\n\nCheck your messages from me to find your username and password.\n*Can\'t find the message? Use the "/account" command.*')

@app_commands.guild_only()
@app_commands.command()
Expand Down

0 comments on commit cb65317

Please sign in to comment.