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

GuildStore.getGuild(gid) not working #237

Open
Kamiikaze opened this issue Sep 24, 2024 · 1 comment · May be fixed by #238
Open

GuildStore.getGuild(gid) not working #237

Kamiikaze opened this issue Sep 24, 2024 · 1 comment · May be fixed by #238

Comments

@Kamiikaze
Copy link

Since few days a plugin isn't working because it can't grab the icon from the guild as GuildStore.getGuild(gid) always returns undefined.
Issue: samfundev/BetterDiscordStuff#12

To test ist for myself i made a blank plugin with just the lib and those lines.

const selGuild = SelectedGuildStore.getGuildId()
console.log("selGuild", selGuild)

const guild = GuildStore.getGuild(selGuild)
console.log("guild", guild)

Thats the console output:

[TestChannelTabs] version 2.6.13 has started.
selGuild 767513953525694514
guild undefined
@Kamiikaze
Copy link
Author

Any news, when this will be fixed?

@danny8376 danny8376 linked a pull request Oct 4, 2024 that will close this issue
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 a pull request may close this issue.

1 participant