Skip to content

The Larry Discord bots we use in our Discord server!

License

Notifications You must be signed in to change notification settings

metaplex-foundation/larry-discord-bot

Repository files navigation

Discord server

Larry the Metaplex Discord Bot

Getting started:

  1. Clone the repo and run yarn install
    $ git clone https://github.com/metaplex-foundation/larry-discord-bot.git
    $ cd larry-discord-bot
    $ yarn install
  2. Duplicate the .env.example file and rename it .env
  3. Fill in the placeholders in the .env file with your credentials
  4. To run the Docs Bot
    $ yarn run docs-bot
  5. To run the Mod Bot:
    $ yarn run mod-bot

The Docs Bot:

The first bot allows you to hook into any Algolia DocSearch index and uses the interaction autocomplete functionality to make it easy for users to query documentation.

TODO:

  • Add functionality to store custom FAQs on a per-server basis
  • Convert the docs commands to a class and enable servers to deploy their own docs commands with an Algolia index and key

The Mod Bot:

The mod bot does a number of things:

  • check members on join and compares their username to that of the moderation team of a server (configurable on a per-server basis). If it matches, the user is immediately kicked and the team is alerted.
  • get a list of probable bots in a server, and can perform bulk actions (kick/ban) on all of them.
  • A number of other helpful things.

TODO:

  • Finish this bot

About

The Larry Discord bots we use in our Discord server!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages