fixed test command
This commit is contained in:
parent
ebae6d7f06
commit
498bdc0065
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue