From 0f3c240c050cf6002f39454eb5068dfd31f5c013 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 31 May 2021 22:27:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20/cv=20not=20returning=20th?= =?UTF-8?q?e=20full=20results=20while=20someone=20was=20streaming?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- royalpack/commands/cv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/royalpack/commands/cv.py b/royalpack/commands/cv.py index 0fc27061..99ea37bc 100644 --- a/royalpack/commands/cv.py +++ b/royalpack/commands/cv.py @@ -136,7 +136,6 @@ def build_activity_string(activity: discord.Activity) -> str: text = f"\uE011{activity.name}\uE001" elif activity.type == discord.ActivityType.streaming: text = f"{activity.url}" - breakpoint() else: text = f"{activity.name}"