Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PyDroid1020 authored Feb 10, 2023
1 parent 349d018 commit 61ede0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ async def on_ready():
@client.event
async def on_message(message:nextcord.Message):
Civi.update_level_data(message)
check = Civi.events.on_new_level(message.guild.id , message.author.id)
if check is not False:
Level = check
await message.channel.send(f"Congrats <@{message.author.id}> You reached new level !\nYour level now is {Level}")


@client.slash_command(name="level" , description="get member level")
Expand Down

0 comments on commit 61ede0f

Please sign in to comment.