mirror of
https://github.com/dizedev/Main-tech.git
synced 2026-09-16 21:58:48 +00:00
super edit thay mama
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ class DogCommands(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
@commands.slash_command()
|
||||
@commands.slash_command(name="dog")
|
||||
async def dog(self, ctx: disnake.AppCommandInteraction):
|
||||
response = requests.get('https://dog.ceo/api/breeds/image/random')
|
||||
img_url = response.json()['message']
|
||||
|
||||
Reference in New Issue
Block a user