After starting Zeppelin -- either in the development or production environment -- you have several tools available to manage it.
Make sure to add yourself to the list of staff members (STAFF
) in .env
and allow at least one server by default (DEFAULT_ALLOWED_SERVERS
). Then, invite the bot to the server.
In all examples below, @Bot
refers to a user mention of the bot user. Make sure to run the commands on a server with the bot, in a channel that the bot can see.
In the command parameters, <this>
refers to a required parameter (don't include the < >
symbols) and [this]
refers to an optional parameter (don't include the [ ]
symbols). <this...>
refers to being able to list multiple values, e.g. value1 value2 value3
.
Run the following command:
@Bot allow_server <serverId> [userId]
When specifying a user ID, that user will be given "Bot manager" level access to the server's dashboard, allowing them to manage access for other users.
Run the following command:
@Bot disallow_server <serverId>
Run the following command:
@Bot add_dashboard_user <serverId> <userId...>
Run the following command:
@Bot remove_dashboard_user <serverId> <userId...>