missing colon
This commit is contained in:
parent
f4927598b3
commit
c47d514cca
2
power.py
2
power.py
@ -83,7 +83,7 @@ client = discord.Client()
|
|||||||
async def on_ready():
|
async def on_ready():
|
||||||
logger.info(f"Client connected as {client.user}")
|
logger.info(f"Client connected as {client.user}")
|
||||||
|
|
||||||
async def send_discord(message)
|
async def send_discord(message):
|
||||||
try:
|
try:
|
||||||
user = await client.fetch_user(user_id)
|
user = await client.fetch_user(user_id)
|
||||||
await user.send(message)
|
await user.send(message)
|
||||||
|
Loading…
Reference in New Issue
Block a user