
ServerAdmin
- Actividad total 13
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 5
- Suscripciones 3
Resumen de la actividad
Última actividad de ServerAdmin-
ServerAdmin hizo un comentario,
Just to reinforce, this is not hard for a bot to do. In a popular (Python based) bot architecture, Red, it would be done thus:async def listener(self, message): if re.search(r'||.+||',message.co...
-
ServerAdmin creó una publicación,
Allow flagging of embeds as spoiler
Like the title says, a way to tag an embed as a spoiler for click-to-displayness.I've seen website previews already do this when you spoil a URL, so it is possible.
-
ServerAdmin hizo un comentario,
Sounds like a great idea, but you could also write/pay someone to write a bot to do this already. :)
-
ServerAdmin hizo un comentario,
Just have your moderator bot delete messages with spoilers in them unless the person has a particular role (stopgap).I have a bot do the same thing for links to other discord servers.
-
ServerAdmin hizo un comentario,
You need to be a bit more clear.Do you want bots to be able to DM at all (this is already possible)Or do you want a way to make bots only DM people and never spam channels (this is up to the bot ma...