Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and rename shared.lua to discord_muter.lua #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Nekkusu3
Copy link

Namespace issue with shared.lua. Other addons using the same name will overwrite the file causing the addon not to work at all.

"Include" should be only Serverside as it throws errors on clientside as they cant open / dont need these luafiles. Not doing it serverside only causes 4x errors each time the files is loaded:

[ERROR] Couldn't include file 'discord\utils\logging.lua' - File not found or is empty
[ERROR] Couldn't include file 'discord\utils\messaging.lua' - File not found or is empty
[ERROR] Couldn't include file 'discord\utils\discord_connection.lua' - File not found or is empty
[ERROR] Couldn't include file 'discord\utils\http.lua' - File not found or is empty

Namespace issue with shared.lua and other addons. Renaming fixes them.
"Include" should be only Serverside as it throws errors on clientside as they cant open / dont need these luafiles.
@snoweuph
Copy link

Just maintain your own fork, there was a new Version in work 3 years ago in a Private Beta Discord, but the people wen away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants