From 498bdc006514a06e3eb12d9eec30dfd39ff891d6 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 14 Jul 2023 11:10:16 -0400 Subject: [PATCH] fixed test command --- pterodactyl/ptero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index c897653..f2e718c 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -31,4 +31,4 @@ class Pterodactyl(commands.Cog): url = self.get_url(ctx, endpoint) else: url = self.get_url(ctx) - await ctx.send("I can do stuff!") + await ctx.send(url)