-
Notifications
You must be signed in to change notification settings - Fork 0
Reservations
This function creates a system for reserving countries, turning a channel into a reservation channel.
Each taken country's capital is crossed off on the map.
This allows for easy reservations without risk of confusion, multiple reservations, or random spam in a reservation channel.
Simply run /reservations
into whatever channel you want to turn into a reserve channel. The bot will delete all subsequent messages sent to that channel, but will take the following commands to edit its display (shown above).
reserve [nation]
: Will reserve a nation for the player typing it, with [nation]
replaced by whatever they are reserving. If you have already reserved, your reservation will be replaced. You cannot reserve something another person has reserved.
delreserve
: Will delete the player's reservation.
help
: Will show all commands this user can use, via DM.
These are accessible to everybody with at least the rank given in the settings.
admres [nation] [@user]
: Will reserve a nation on behalf of a mentioned player or replace their reservation if already reserved.
admdelres [@user]
: Will delete a reservation on behalf of a mentioned player.
addban [nation], [nation], ...
: Adds a number of nations to the ban list for the reserve-channel.
delban [nation], [nation], ...
: Removes a number of nations from the ban list for the reserve-channel.
end
: Will stop the bot's management of the channel. Messages will no longer be deleted, reserve-channel-specific commands will not be parsed, but the bot's messages in the channel will remain. This should be used when the game starts and no more reservations will be accepted.