mirror of
https://github.com/NovaOSS/nova-cord.git
synced 2024-11-25 16:13:58 +01:00
Updating text part 3, lmao
This commit is contained in:
parent
c22fe673ba
commit
d2e55ffc55
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue