Skip to content

Commit fbb0f10

Browse files
committed
quickfix: allow token to be empty.
1 parent dc36af7 commit fbb0f10

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

main_window.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,6 @@ def start_presence(self):
249249
self.window["sockets_url"].select()
250250
return
251251

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-
258252
self.client.gui = self
259253
try:
260254
self.client.get_app_instances()

0 commit comments

Comments
 (0)