Updating text part 3, lmao

This commit is contained in:
James 2023-10-08 17:45:24 +01:00 committed by GitHub
parent c22fe673ba
commit d2e55ffc55
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()