made more commands respect memory setting
This commit is contained in:
parent
5773e5d083
commit
90d301c054
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ class FileSync(commands.Cog):
|
|||
|
||||
if self.mode == "s":
|
||||
await ctx.send(f"<@{self.peer_id}> FILE_TRANSFER_REQUEST")
|
||||
await ctx.send(file=discord.File("memory.json"))
|
||||
await ctx.send(file=discord.File(settings["bot"]["active_memory"]))
|
||||
await ctx.send("File sent in this channel.")
|
||||
|
||||
elif self.mode == "r":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue