mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
Added private message send when transcript
This commit is contained in:
@@ -361,6 +361,8 @@ async def transcript(ctx):
|
|||||||
f = open("transcript.txt", "w")
|
f = open("transcript.txt", "w")
|
||||||
f.write(transcript)
|
f.write(transcript)
|
||||||
f.close()
|
f.close()
|
||||||
|
#send the file in a private message to the user who ran the command
|
||||||
|
await ctx.author.send(file=discord.File("transcript.txt"))
|
||||||
await ctx.respond(file=discord.File("transcript.txt"))
|
await ctx.respond(file=discord.File("transcript.txt"))
|
||||||
#these are debug commands and should not be used in production
|
#these are debug commands and should not be used in production
|
||||||
@bot.command(name="say", description="Say a message")
|
@bot.command(name="say", description="Say a message")
|
||||||
|
|||||||
Reference in New Issue
Block a user