mikolajlubiak / motey

Emote system with Discord support.
https://moteybot.com/
GNU Affero General Public License v3.0
2 stars 1 forks source link

Every server has it's own emote set from a global emote pool #210

Open mikolajlubiak opened 1 week ago

paczek654321 commented 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.

mikolajlubiak commented 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.

paczek654321 commented 1 week ago

Then we need a way for users to assign them to servers. I think There should be 2 settings that servers can choose from:

mikolajlubiak commented 1 week ago

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