Open mikolajlubiak opened 1 week ago
To clarify, servers will be banning emotes not adding them. Tho if an instance has a lot of users it might get messy so we should probably add some filters like "Only use emotes added by members of this server". For larger servers it might be needed to enable manual addition instead, in that case we can reuse the banned table and add a column to the servers table which if set to true will make the bot check if the emote is not banned (instead of if it is banned) to save some space.
Nah, I want the servers to be selectively adding emotes from the emote pool to their set. I dont want it to work like blacklist, instead I want it to work like whitelist.
Then we need a way for users to assign them to servers. I think There should be 2 settings that servers can choose from:
Then we need a way for users to assign them to servers. I think There should be 2 settings that servers can choose from:
* All user emotes + blacklist * Whitelist only
Yeah thats prolly the best
To clarify, servers will be banning emotes not adding them. Tho if an instance has a lot of users it might get messy so we should probably add some filters like "Only use emotes added by members of this server". For larger servers it might be needed to enable manual addition instead, in that case we can reuse the banned table and add a column to the servers table which if set to true will make the bot check if the emote is not banned (instead of if it is banned) to save some space.