ServerAdmin

  • Totalt antal aktiviteter 13
  • Senaste aktivitet
  • Medlem sedan
  • Följer 0 användare
  • Följs av 0 användare
  • Röster 5
  • Prenumerationer 3

Aktivitetsöversikt

Senaste aktivitet för ServerAdmin
  • ServerAdmin kommenterade

    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 skapade ett inlägg för

    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 kommenterade

    Sounds like a great idea, but you could also write/pay someone to write a bot to do this already. :) 

  • ServerAdmin kommenterade

    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 kommenterade

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