📦Stockpile
This module generates an embeded message where stockpile codes are displayed with their region and sub-region.
View the stockpiles interface
/stockpile-view
This command generates an empty embed on the channel where the command was called.
If the command is called again, the server embed from the bot point of view will be the new embed and will only update this one.
Interfaces examples


Add a stockpile
/stockpile-create <code> <localisation> <name>
The code
must be a 6-digits code, otherwise the bot will not like it and will display an error message.
The localisation
supports autocompletion, meaning you just have to start writting the region or the subregion and the bot will suggest places you can click on.
The name
can be what you want really.


Delete a stockpile
/stockpile-delete <code>
This command will delete the indicated stockpile using its code as finder.
This command should be restricted to entrusted users, check the bot security section to see how.
Clear the whole interface
/stockpile_clear
This command will clear the whole embed at once, useful at the end of a war.
This command should be restricted to entrusted users, check the bot security section to see how.
Last updated