mirror of
https://github.com/opus-tango/minecraft-server-discord-bot.git
synced 2026-03-20 03:55:20 +00:00
remove bad function call
This commit is contained in:
1
bot.py
1
bot.py
@@ -274,7 +274,6 @@ async def _stop_server_internal(ctx, servername, method):
|
|||||||
@bot.event
|
@bot.event
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
print(f'Logged in as {bot.user})')
|
print(f'Logged in as {bot.user})')
|
||||||
await connect_to_existing_pipe()
|
|
||||||
|
|
||||||
@bot.event
|
@bot.event
|
||||||
async def on_message(message):
|
async def on_message(message):
|
||||||
|
|||||||
Reference in New Issue
Block a user