diff --git a/src/main.py b/src/main.py index f06b725..f709a24 100644 --- a/src/main.py +++ b/src/main.py @@ -131,6 +131,8 @@ async def slash(interaction: Interaction): commandListString = \ """\ `/info`: Get infos about the server and the Bot + `/get-random-comic`: Not working yet + `/get-latest-comic`: Get latest comic from XKCD `/help`: Get this view """ embed = discord.Embed(title=f"Help", description="List of commands", color=Color.blue())