diff --git a/plugins/fun.py b/plugins/fun.py index d607747..dce705a 100644 --- a/plugins/fun.py +++ b/plugins/fun.py @@ -5,7 +5,7 @@ import aiohttp plugin = plugins.Plugin() -@plugin.slash_command() +@plugin.slash_command(description="tells a (maybe) funny joke") async def joke(inter: disnake.CommandInteraction): async with aiohttp.ClientSession() as cs: async with cs.get("https://v2.jokeapi.dev/joke/Programming,Miscellaneous?blacklistFlags=nsfw,political&type=single") as resp: