From 093553492683e6906b66d4512d3b7100b3337db5 Mon Sep 17 00:00:00 2001 From: DasMoorhuhn Date: Fri, 3 Feb 2023 21:50:41 +0100 Subject: [PATCH] xkcd --- src/main.py | 2 ++ 1 file changed, 2 insertions(+) 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())