Merge pull request #7 from James-Discord/patch-3

Updating text part 3, lmao
This commit is contained in:
nsde 2023-10-10 19:54:34 +02:00 committed by GitHub
commit 499fb44df0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ async def chat(interaction: nextcord.Interaction,
):
await chatbot.respond(interaction, prompt)
@bot.slash_command(description='Sets your DMs up, so you can write the bot.')
@bot.slash_command(description='Sets your DMs up, so you can message to the bot.')
async def dm_setup(interaction: nextcord.Interaction):
try:
await interaction.user.create_dm()