Skip to content

Commit fcf9966

Browse files
author
Ivy Bowman
committed
Update DiscordBot.py
1 parent f58dc0f commit fcf9966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autobooks/DiscordBot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def on_ready():
2323

2424

2525
@bot.command(name='web')
26-
async def hello(ctx):
26+
async def web(ctx):
2727
# Send starting embed and running web
2828
embed_start = discord.Embed(title="Running AutoBooks Web. This may take awhile....",
2929
description=f"V.{version} \n Logfile: {LOG_FILENAME}", color=0xFFAFCC)

0 commit comments

Comments
 (0)