Skip to content

l4zs/RoleBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1576efd · Jul 26, 2022

History

12 Commits
Jun 17, 2022
Jun 17, 2022
Jun 17, 2022
Jul 26, 2022
Oct 11, 2021
Jun 17, 2022
Jun 17, 2022
Jul 26, 2022
Oct 11, 2021
Jan 21, 2022
Jan 21, 2022
Oct 11, 2021

Repository files navigation

RoleBot

l4zs' cool self-hosted role-bot.

Features

  • create multiple role messages whereever you want
  • for each message you can configure the following:
    • title
    • description
    • a list of roles, for which you can configure the following:
      • label
      • description
      • custom emoji

img.png

Deployment

Example Environment file
.env
ENVIRONMENT=PRODUCTION
DISCORD_TOKEN=<discord-token>
MONGO_URL=mongodb://bot:bot@mongo
MONGO_DATABASE=bot_prod
LOG_LEVEL=DEBUG
BOT_OWNERS=<owner-id>
OWNER_GUILD=<owner-guild-id>