We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc36af7 commit fbb0f10Copy full SHA for fbb0f10
1 file changed
main_window.py
@@ -249,12 +249,6 @@ def start_presence(self):
249
self.window["sockets_url"].select()
250
return
251
252
- if not self.config["token"]:
253
- sg.popup_ok(f"Você deve incluir o token de acesso para iniciar presence!\n"
254
- f"Caso não tenha, use o comando /rich_presence no bot.")
255
- self.window["sockets_url"].select()
256
- return
257
-
258
self.client.gui = self
259
try:
260
self.client.get_app_instances()
0 commit comments