diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index 473ebb8..a20b4d1 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -83,7 +83,7 @@ class Pterodactyl(commands.Cog): if json.loads(message)['event'] == 'console output' and await self.config.console_channel() is not None: if current_status == 'running' or current_status == 'offline' or current_status == '': - content = self.remove_ansi_escape_codes(json.loads(message)['args'][0][:1900]) + content = self.remove_ansi_escape_codes(json.loads(message)['args'][0]) channel = self.bot.get_channel(await self.config.console_channel()) if channel is not None: