mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@ -55,5 +55,5 @@ async def guess(ctx, number: int):
|
||||
# let people do very malicious things with your
|
||||
# bot. Try to use a file or something to keep
|
||||
# them private, and don't commit it to GitHub
|
||||
token = "your token here"
|
||||
token = 'your token here'
|
||||
bot.run(token)
|
||||
|
Reference in New Issue
Block a user