-
Notifications
You must be signed in to change notification settings - Fork 9
Deck
This cog was made to help users build, store and search for Clash Royale decks made by other users on the server.
- Pillow: the friendly PIL fork
!cog repo add SML-Cogs http://github.com/smlbiobot/SML-Cogs
!cog install SML-Cogs deck
Create an image of the deck with the 8 cards followed by a name surrounded in quotes. If no name is entered, the deck will be named simply as Deck.
!deck get 3M knight log pump miner ig is skeletons "3M Cycle"
Using the !deck get
command will only display the deck. To actually save the deck to your personal collection, use the !deck add
command.
!deck add 3M knight log pump miner ig is skeletons "3M Cycle"
As a default, you can store up to 5 decks in your personal collection on each server, but this setting can be changed by the admin (TODO).
To display your stored decks, use the !deck list
command.
!deck list
To list the decks added by another user, add that as the last parameter.
!deck list @6John
To rename a deck, you must know the deck_id, which is the number associated with a deck when you run the !deck list
command. Multi-word names with spaces should be surrounded in quotes.
!deck rename 1 "3M Minions Cycle
You can search for decks with a specifc card.
!deck search bandit
You can search for multiple cards by adding more cards to your command.
!deck search giant gy
Search results are paginated as lists of 3. To continue to see results, type y before the timeout. Timeout is set to 15 seconds by default, but can be changed by server admin (TODO).
!deck cards
will list all the acceptable card names and abbreviations.
!deck help
will show in-line help.
You can also use !deck
without any subcommand to see the built-in list of acceptable subcommands.