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 51e5d81 commit bba6959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ client = commands.Bot(command_prefix="-" , intents=Intents)

@client.event
async def on_ready():
print(client.user.name + " is ready !")
print(f"{client.user.name} is ready !")

@client.event
async def on_message(message:nextcord.Message):
Expand Down

0 comments on commit bba6959

Please sign in to comment.