BDPluginLibrary icon indicating copy to clipboard operation
BDPluginLibrary copied to clipboard

GuildStore.getGuild(gid) not working

Open Kamiikaze opened this issue 1 year ago • 1 comments

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: https://github.com/samfundev/BetterDiscordStuff/issues/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 avatar Sep 24 '24 13:09 Kamiikaze

Any news, when this will be fixed?

Kamiikaze avatar Oct 01 '24 11:10 Kamiikaze

This plugin has reached EOL and will only be receiving high priority fixes!

zerebos avatar Dec 16 '24 23:12 zerebos