fixed test command

This commit is contained in:
Seaswimmer 2023-07-14 11:10:16 -04:00
parent ebae6d7f06
commit 498bdc0065
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -31,4 +31,4 @@ class Pterodactyl(commands.Cog):
url = self.get_url(ctx, endpoint) url = self.get_url(ctx, endpoint)
else: else:
url = self.get_url(ctx) url = self.get_url(ctx)
await ctx.send("I can do stuff!") await ctx.send(url)