|
@@ -547,7 +547,7 @@ class InfoCommands:
|
|
|
parts.append(f"📋 Open Orders (Exchange): {token_stats_data.get('current_open_orders_count', 0)}")
|
|
|
parts.append(f"💡 Use <code>/performance {token_name}</code> for another view including recent trades.")
|
|
|
|
|
|
- return "\\n".join(parts)
|
|
|
+ return "\n".join(parts)
|
|
|
|
|
|
async def stats_command(self, update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
|
|
|
"""Handle the /stats command. Shows overall stats or stats for a specific token."""
|