From d2e55ffc55dd36d60855268fb80fb3c937be613f Mon Sep 17 00:00:00 2001 From: James <85806019+James-Discord@users.noreply.github.com> Date: Sun, 8 Oct 2023 17:45:24 +0100 Subject: [PATCH] Updating text part 3, lmao --- cord/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cord/bot.py b/cord/bot.py index c9d5172..8689af9 100755 --- a/cord/bot.py +++ b/cord/bot.py @@ -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()