Skip to content

Commit

Permalink
updated info&mail
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSlui committed Jan 31, 2023
1 parent 21c936c commit e6a2efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/privacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def __init__(self, bot):
@bridge.bridge_command(description = "Shows the privacy policy of the bot.")
async def privacy(self, ctx):
embed = Embed()
embed.description = f"{self.bot.user.name} saves a minimal amount of data to allow for its functionality. Full information about what is collected can be found on [W.I.P. bear with us]. For any concerns, Mail to soapy@cloudykingdom.com"
embed.color = Utils.Colors.blue
embed.description = f"{self.bot.user.name} saves a minimal amount of data to allow for its functionality. As we work on regaining full functionality, we do not currently collect anything On our database storage, we currently only have server IPs and guild IDs stored. For any concerns, Mail to miataboymx@gmail.com"
embed.colour = Utils.Colors.blue
await ctx.respond(embed=embed)

def setup(bot):
Expand Down

0 comments on commit e6a2efa

Please sign in to comment.