added catfact
I added a catfact command
- [x] made it
- [x] tested it
Why did you remove the images from the other animals? Also this would be perfect as a new command not a replacement for the current animal command, since the command is for animal images.
anyone
He sorry for the delays
Can you check the docs if a sub command of a sub command is possible so that the command is /animal cat fact ? Also I assume this is written by chatgpt based on your previous commits. So please test the code.
it is.
via this syntax
@bot.slash_command()
async def parent(inter):
pass
@parent.sub_command_group()
async def group(inter):
pass
@group.sub_command()
async def subcmd(inter):
# Some stuff
pass
LGTM
LGTM
Why did you merge it? We had requested changes
LGTM
Why did you merge it? We had requested changes
Didn't see any relevance