Add Pterodactyl cog #19

Merged
cswimr merged 139 commits from pterodactyl into main 2024-03-02 00:07:42 -05:00
Showing only changes of commit fb177ff8ad - Show all commits

View file

@ -92,7 +92,7 @@ class Pterodactyl(commands.Cog):
"U": message.author.name,
}
for key, value in placeholders.items():
command = command.replace('$.' + key, value)
command = command.replace('.$' + key, value)
return command
@commands.Cog.listener()