Skip to content

Commit

Permalink
Quick grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LogerGrunt authored Oct 12, 2023
1 parent f6e6c78 commit afaa3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async def on_ready():
@testbot.event
async def on_member_join(member):
channel = nextcord.utils.get(member.guild.channels, name='welcome')
await channel.send(f"Hello there {member.mention}! A warm welcome to you for joining {member.guild.name}!")
await channel.send(f"Hello there, {member.mention}! A warm welcome to you for joining {member.guild.name}!")


@testbot.event
Expand Down Expand Up @@ -256,4 +256,4 @@ async def coinflip(ctx):
testbot.run(DISCORD_TOKEN)
except:
if testbot.is_ws_ratelimited == True:
print("The bot is ratelimited currently, please wait for the ratelimit to be removed after a few hours")
print("The bot is ratelimited currently, please wait for the ratelimit to be removed after a few hours")

0 comments on commit afaa3c8

Please sign in to comment.