diff --git a/.gitignore b/.gitignore index 24389d8..3f0ae6b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ __pycache__/ roles.json faucet.json +.venv diff --git a/bot.py b/bot.py index 6ead36c..7c33033 100644 --- a/bot.py +++ b/bot.py @@ -208,10 +208,10 @@ async def on_reaction_add(reaction, user): if str(reaction.message.guild.id) in roles: if roles[str(reaction.message.guild.id)] not in [role.id for role in user.roles]: - await reaction.message.channel.send("You don't have permission to approve this gift\nRun /verify to be eligable to approve gifts") + await reaction.message.channel.send("You don't have permission to approve this gift\nRun /verify to be eligible to approve gifts") return else: - await reaction.message.channel.send("You don't have permission to approve this gift\nRun /verify to be eligable to approve gifts") + await reaction.message.channel.send("You don't have permission to approve this gift\nRun /verify to be eligible to approve gifts") return if (datetime.datetime.now() - faucet_message["time"]).total_seconds() > 900: