This commit is contained in:
DasMoorhuhn 2023-02-03 21:50:41 +01:00
parent 7348dfb161
commit 0935534926

View File

@ -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())