Skip to content

Features

Markus edited this page Dec 16, 2025 · 5 revisions
  • A Starboard we call "Lomboard"
    • By default, it will try to log a message containing 10 or more stars to the #lomboard channel
  • Fetch GitHub issue and PR tickets
    • Type org-name/repo-name#xxx or #xxx to use it. The specifier must have at least 3 numbers to be detected by the bot. Left pad the ticket number with zeroes if you're referencing an issue/ticket that's less than 100 (e.g. #090, #005)
    • The list of allowed organizations and the default org to fetch can be set in config.json, read config.json.example to see how it's done

Chat commands

LoMMuS recognizes some "chat commands" (commands that aren't invoked via registered Slash Commands).

Annoyance module

  • substring amogus in message
    • Reacts with the "lomsus" command
  • substring or substring in message
    • Responds with an Among Us ejection prompt

Slash commands

  • /bot
    • Get information about the bot
    • Perm: all
  • /channels
    • Get a list of the server's channels
    • Perm: all
  • /dump
    • Dumps info about the bot
    • Perm: KickMembers
  • /restart
    • Restarts the bot
    • Perm: BanMembers
  • /reload
    • Reloads all of the bot's modules
    • Perm: BanMembers
  • /kill
    • Kills the bot. Doing this will not prompt the daemon to restart it
    • Perm: Administrator
  • /say
    • Say something as the bot
    • Perm: Administrator
  • /infoembed
    • Generate the LMMS server's info embed
    • Perm: BanMembers
  • /rule
    • Display a rule in chat
    • Perm: all
  • /rulelist
    • Get a private copy of the server's rules in your DMs
  • /editrule
    • Edit rules
    • Perm: BanMembers
  • /toggle
    • Toggles a feature
    • Perm: Administrator
  • /whois
    • Get information about a user
    • Perm: all
  • /server
    • Get information about the server
    • Perm: all
  • /topic
    • Briefly display the channel's topic/description
    • Perm: all
  • /ping
    • Get the measured latency between host-API-client
    • Perm: all
  • /nightly
    • Get information about LMMS's nightly builds
    • Perm: all

Clone this wiki locally