Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
yakunitatta-senko committed Jan 10, 2025
1 parent 83d6bd6 commit d4ab5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Subcogs/information.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ async def generate_role_members_embed(self, guild, role):
for file_path in temp_files:
os.unlink(file_path) # Remove temporary files

await guild.text_channels[6].send(f"Embed Completed with {total_pages} pages",delete_after=180)
await log_channel.send(f"Embed Completed with {total_pages} pages",delete_after=180)
return embeds
except discord.errors.InteractionResponded:
pass # Interaction already responded to
Expand Down

0 comments on commit d4ab5b0

Please sign in to comment.