Skip to content

Commit

Permalink
Update DiscordBot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivy Bowman committed Mar 11, 2022
1 parent f58dc0f commit fcf9966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobooks/DiscordBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async def on_ready():


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

0 comments on commit fcf9966

Please sign in to comment.