Page 1 of 1

Discord Status Plugin Typo

Posted: 28.02.2025 20:49
by Random Void User
Seen by running CudaText with -verbose flag and redirecting stdout+stderr to a log file. Just an extra 's' typo in 'disconnect' here.

Code: Select all

Traceback (most recent call last):
  File "/home/apps/cudatext/py/cuda_discord_status/__init__.py", line 142, in on_exit
    self.dissconnect()
    ^^^^^^^^^^^^^^^^
AttributeError: 'Command' object has no attribute 'dissconnect'. Did you mean: 'is_connect'?

Re: Discord Status Plugin Typo

Posted: 01.03.2025 05:59
by main Alexey
thanks for report, plugin is fixed+updated.