Skip to content

Latest commit

 

History

History

README.md

botblock

Plugin posting server stats to botlists using BotBlock

Config

// minutes between updates
BOTBLOCK_DELAY=10
SUPPORTED_BOT_LISTS=top.gg,other-list

Tokens

How to convert the bot list name, to the env var name:

  • if it is a digit, keep it
  • if it is a letter, capitalize it
  • if it is something else use an _

-> top.gg becomes TOP_GG

For a list of all supported sites check this