mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
Update the ai's name.
This commit is contained in:
@@ -232,7 +232,7 @@ async def transcript(ctx):
|
||||
await ctx.defer()
|
||||
for msg in messages:
|
||||
if msg.author.bot:
|
||||
transcript += f"AI: {msg.content}\n"
|
||||
transcript += f"Donald Bot \"Botator\": {msg.content}\n"
|
||||
else:
|
||||
transcript += f"{msg.author.display_name}: {msg.content}\n"
|
||||
#save the transcript in a txt file called transcript.txt. If the file already exists, delete it and create a new one
|
||||
|
||||
Reference in New Issue
Block a user