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()