Builderman
  • â„šī¸Overview
    • What is Builderman?
  • đŸĨ‡First Setup
    • Pre-Requirments
    • Channels & Permissions
    • Custom Settings
  • 📄Commands
    • Default Users
      • /suggest
      • /report
      • /help
      • /invite
    • Approvers
      • Incoming suggestions
      • Incoming bug reports
    • Developers
      • /queue
      • Processing suggestions
      • Processing bug reports
    • Managers
      • /list-games
      • /add-game
      • /delete-game
      • /publish
      • /blacklist
      • /status-embed
    • Administrators
      • /holding-channel
      • /todo-channel
      • /poll-channel
      • /update-channel
      • /update-ping
      • /manager-role
      • /dev-role
      • /approver-role
      • /blocked-role
      • /scope
      • /language
  • ❔FAQ
    • Why does the bot not work after the migration?
    • Slash-Command don't appear
    • What are "scopes"?
    • What does the report Function?
    • My Files are not accepted
Powered by GitBook
On this page
  • Discord Channels
  • Administrative Roles

Was this helpful?

  1. First Setup

Channels & Permissions

After inviting the Builderman bot into your Discord server, you'll need to then configure some settings of Builderman to your needs.

Discord Channels

You will need to create channels within your server that will aid in the functionality of Builderman. Create channels that correspond to the following commands listed below.

In the future, if you only want to check what you configured these to, just run the command without the channel variable attached to them.

Command
Description
Example

/holding-channel

channel:#text-channel

Sets the default channel that will hold submitted bug reports and suggestions. This can be both a public or private Channel.

/holding-channel

channel:#awaiting-approval

/todo-channel

channel:#text-channel

Sets the default channel that will hold approved bug reports or suggestions to be worked on. It is advised to make this Channel private.

/todo-channel

channel:#developer-interal

/poll-channel

channel:#text-channel

Sets the default channel that will send submitted suggestions that are opened for public voting.

/poll-channel

channel:#polls

/update-channel

channel:#text-channel

Sets the default channel that Builderman will post all updates to.

/update-channel

channel:#change-log

Administrative Roles

You will need to create roles within your server for users that will be used by Builderman to grant certain administrative permissions for your development team to interact with the bot. Create the roles in your Discord server that correspond to the following commands listed below.

In the future, if you only want to check what you configured these to, just run the command without the role variable attached to them.

Command
Description
Example

/manager-role

role:@role

Sets the role that Builderman will check if users possess to manage ALL aspects of the bot.

/manager-role

role:@Manager

/dev-role

role:@role

Sets the role that Builderman will check if users possess to work on approved bug reports or suggestions, as well as reserve them.

/dev-role

role:@ServerDev

/approver-role

role:@role

Sets the role that Builderman will check if users possess to approve/decline submitted bug reports and suggestions.

/approver-role

role:@Approver

PreviousPre-RequirmentsNextCustom Settings

Last updated 3 years ago

Was this helpful?

đŸĨ‡