Discord Status Plugin Typo
Posted: 28.02.2025 20:49
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'?