Discord Status Plugin Typo

Solved bugs are moved into this topic...
Post Reply
Random Void User
Posts: 52
Joined: 13.07.2024 21:19

Discord Status Plugin Typo

Post 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'?
main Alexey
Posts: 2404
Joined: 25.08.2021 18:15

Re: Discord Status Plugin Typo

Post by main Alexey »

thanks for report, plugin is fixed+updated.
Post Reply