Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit b5121eb

Browse files
Morgan (Fallen)Snazzah
Morgan (Fallen)
authored and
Snazzah
committed
The rest of the guide (#2)
* New Commands * Trading * Stats * Quests * Update index.md * Update minigames.md * Update global-market.md * Update clubs.md * Update cards.md cards.md#L15 for Wolfiri :) * Create badges.md * Create albums.md
1 parent 2a44487 commit b5121eb

11 files changed

+400
-9
lines changed

albums.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Albums
2+
3+
## What are they?
4+
Albums are like an extra to badges, only you don't know what card goes in what album. :eyes:
5+
When you run `[]albums` you will see something like this...
6+
><div style='font-family: Lucida Console'>
7+
<div style='color:#859900'>!===== [Albums (Page 1/1)] =====!</div>
8+
<div style='color:#BB3230'>
9+
\- 1. ??????? - 0/12 Cards
10+
\- 2. ?????? - 0/12 Cards
11+
\- 3. ???????? - 0/10 Cards
12+
\- 4. ???????? - 0/6 Cards
13+
</div>
14+
<div style='color:#859900'>!===== [Albums (Page 1/1)] =====!</div>
15+
</div>
16+
17+
18+
19+
When you run `[]album [number]` *replacing `[number] with an album number`, the bot will take some time to generate the image*, the bot will send a message with the album title if you have completed it; the number of cards you have already put into the album; and the image of the album itself.
20+
>Here's a blank album 1 for reference:
21+
![](https://cdn.discordapp.com/attachments/275733751814815766/349855830797189120/1.png)
22+
23+
## How do I add a card to one of my albums?
24+
Simply run `[]cardtoalbum [card-name|#card-id]`.
25+
If the card isn't required for any albums, the bot will return with the message:
26+
>No albums needs this card.

all-commands.md

+3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ This is a list of all the command currently in the bot.
7878

7979
| Command | Description | Usage | Cooldown | Aliases |
8080
|---------|-------------|-------|----------|---------|
81+
| album | Shows information about an album. | `[]album [id]` | 5 | *none* |
82+
| albums | Lists all albums. | `[]albums` | 2 | *none* |
8183
| balance | Get your own balance (or someone elses) | `[]balance <@mention>` | 10 | `[]bal`, `[]money` |
84+
| cardtoalbum | Makes a card into a piece of the album. | `[]cardtoalbum [card name]` | 2 | `[]card2album`, `[]c2a` |
8285
| inv | Get your own inventory (or someone elses) | `[]inv <@mention> <page>` | 3 | *none* |
8386
| pbadges | Get your badges (or someone elses) | `[]pbadges <@mention>` | 10 | `[]mybadges` |
8487
| setting | Edit or view settings. | `[]setting [setting] <value>` | 1 | `[]set` |

badges.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This page is still in progress :(
2+
3+
- Card Collector Badges
4+
- Special Badges
5+
6+
## Card Collector Badges
7+
**How do I get these?**
8+
By collecting all cards within a collection.
9+
Once you have, run `[]fusecards [series]`.
10+
11+
**Which ones are available to me?**
12+
Any of the series badges.
13+
14+
## Special Badges
15+
16+
**What are these?**
17+
Badges that are given by the developers to players.
18+
19+
**What ones can I get?**
20+
`Donator Badge` - Given to people that donated via Patreon
21+
`Beta Tester Badge` - If you were in the beta version of the bot, you would recieve this for assisting with *sniffing out bugs* in the bot's code.

cards.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1-
# This page is still in progress :(
1+
# Cards
2+
<style>.card {width: 160px; height: 248px;}</style>
3+
4+
## Rarities
5+
| <div style='color:#6a87fa'>Common</div> | <div style='color:#93C452'>Uncommon</div> | <div style='color:#D4C843'>Rare</div> | <div style='color:#D35044'>Super Rare</div> |
6+
| ----------------- | ------------------- | --------------- | --------------------- |
7+
| <div class='card'>![](https://discord.cards/i/c/21.png)</div> | <div class='card'> ![](https://discord.cards/i/c/15.png)</div> | <div class='card'>![](https://discord.cards/i/c/27.png)</div></div> | <div class='card'>![](https://discord.cards/i/c/10.png)</div></div> |
8+
9+
Any of these rarities can be obtained through the market or by opening packs. *More on that in [Opening Packs](#opening-packs).*
10+
#### <div style='color:#E8B366'>Limited</div>
11+
*Now these are special ones.*
12+
These cards are only obtainable through the global market.
13+
To get notifications on when these cards are *dropped* into the game, goto [the support server](https://join.discord.cards/) and in the `#off-topic` channel type `b!limited-notifs`, and you're done.
14+
15+
*Here's Wolfiri, she's one of the limited cards!*
16+
<div class='card'>![](https://discord.cards/i/c/L1.png)</div>
17+
18+
## Opening Packs
19+
Want to open a pack *not a problem*, simply run `[]openpack [series]`.
20+
If you don't already have a pack, run `[]series` to see what packs there are and then `[]stats` to see if you have enough to buy a pack. If all these match, run `[]buypack [series]`.
21+
Want to get more than one *should have asked before :P*, simply add a number on the end of the command, like this `[]buypack [series] <amount>`. *Sadly this doesn't exist for `[]openpack` due to the Discord API limitations and image generation, sending more than one image isn't really logical.*
22+
23+
## Global Market Stats
24+
25+
There are market stats on each showing what the count, lowest and average buying and selling prices are when you type the command. *Not including trades.*
26+
27+
>Selling / Buying Offer Market Data
28+
>- Count - The number of cards being sold
29+
>- Average - The average selling price
30+
>- Lowest - The lowest selling price
31+
32+
<div style='padding: 20px; border-radius: 30px; background: #6a87fa; height:520px; width:449px ;'>![](https://i-need.discord.cards/49469e.png)</div>
33+
Here is an example view of a card, *timestamps and number of cards owned has been blurred out for this.*

clubs.md

+93-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,93 @@
1-
# This page is still in progress :(
1+
# Clubs
2+
3+
## What are clubs?
4+
Clubs are groups of people that enjoy collecting cards of any type, a certain type, to sell on the market to earn a profit or just a group of friends.
5+
6+
**How many can I join?**
7+
You can join up to 5 clubs at any one time.
8+
9+
**How do I view a club?**
10+
Run `[]club [club-name]` *but that's just the start*.
11+
12+
**How do I join a club?**
13+
Run `[]cjoin [club-name]` - clubs with invites disabled require an admin or owner to invite you.
14+
15+
**How do I leave a club?**
16+
Run `[]cleave [club-name]`
17+
18+
**How do I view my own clubs?**
19+
Run `[]pclubs`. *Simples*
20+
21+
**How do I view someone else's clubs?**
22+
Run `[]pclubs @user`
23+
24+
## Making your own club
25+
*This part is straight forward.*
26+
Run `[]ccreate [name]` *replace `[name]` with your chosen club name* and that's it.
27+
28+
**I don't want my club anymore.**
29+
There are two ways of giving your club up.
30+
1. Run `[]cleave` *only do this if you are certain that you want it removed*.
31+
2. Run `[]cgiveowner @user [club-name]` to transfer ownership of the club to another club member.
32+
33+
**How do I invite a user?**
34+
Run `[]cinv @user [club-name]`.
35+
36+
**How do I see what invites are still pending?**
37+
Run `[]cinvlist [club-name] <| [page]>` - the page is optional.
38+
39+
**How do I remove an invite?**
40+
Run `[]crinv @user [club-name]`
41+
42+
## Customizing your club
43+
44+
**How do I change the name of my club?**
45+
Run `[]ceditname [club-name] | [new-name]`
46+
47+
**How do I edit the description of my club?**
48+
Run `[]ceditdesc [club-name] | [desc]`
49+
50+
**How do I edit the club banner?**
51+
Goto the [banner editor](https://discord.cards/banner-edit) and choose your banner type, color, design and design color.
52+
In the `Club Name` field enter the club name of which you want to edit.
53+
Lastly, copy the command below your brand new banner and paste it into a channel that Discord Cards has access to. *Press enter of course.*
54+
55+
## Managing your club
56+
57+
**How do I view the member list?**
58+
Run `[]cmembers [club-name] <| [page]>` - the page is optional.
59+
60+
**How do I view the ban list?**
61+
Run `[]cbanlist [club-name] <| [page]>` - the page is optional.
62+
63+
**How do I kick/ban/unban a member?**
64+
To kick a member, run `[]ckick @user [club-name]`.
65+
To ban a member, run `[]cban @user [club-name]`.
66+
To unban a member, run `[]cunban @user [club-name]`.
67+
68+
**What ranks are there for clubs and how do I set someones rank?**
69+
70+
The available ranks are:
71+
- Owner
72+
- Admin
73+
- Member
74+
75+
You can set someone's role by using the following command:
76+
`[]crank [name] | @user [Admin|Member]` *not Owner, that's for `[]cgiveowner`*
77+
78+
**How can I set my club's settings?**
79+
Use `[]csetting [name] | [setting] <value>`
80+
81+
#### BUT THERE'S MORE!!
82+
83+
#### Club Settings
84+
- `displayColor` = Change the color that is used on the side of the embed.
85+
- `baseName`, `designName`, `baseColor`, `designColor` = All of these properties decend from the banner editor *simple and short*.
86+
- `open` = Toggle if players can join your club or not.
87+
- `yes` - open
88+
- `no` - closed
89+
90+
91+
#### Commands
92+
93+
[]csetting

global-market.md

+79-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,79 @@
1-
# This page is still in progress :(
1+
# Global Market
2+
The global market is what keeps the economy of the game flowing *tl;dr moving money*.
3+
4+
## Types of offers
5+
6+
- Buying
7+
These offers have money put on the trade and the offer author will ask for a certain card and the price they will pay for each card you give them.
8+
9+
- Selling
10+
These offers have cards put on the trade and the offer author will ask for a sum of money per card on the offer.
11+
12+
## Understanding the offer
13+
<div style='margin: 5px; padding: 20px; border-radius: 30px; background: #6a87fa; height:240px; width:360px;'>
14+
<div style='text-align: center; font-size: 25px; margin-bottom: 10px;'>
15+
**Selling Trade**
16+
</div>
17+
![](https://i-need.discord.cards/8a7d11.png)</div>
18+
19+
<div style='margin: 5px; padding: 20px; border-radius: 30px; background: #6a87fa; height:240px; width:360px;'>
20+
<div style='text-align: center; font-size: 25px; margin-bottom: 10px;'>
21+
**Buying Trade**
22+
</div>
23+
![](https://i-need.discord.cards/bd4eed.png)
24+
</div>
25+
26+
27+
**Details on these trades.**
28+
- Type - *the type of trade*
29+
- Buyer / Seller - *the author of the trade*
30+
- Created - *when the trade was made (UTC String)*
31+
- Stock - *the amount of cards in the deal*
32+
- Amount Bought / Sold - *the amount of cards that are already sold/bought*
33+
- Item - *the item that is being traded*
34+
- Price *per card*
35+
36+
## Using the market
37+
38+
**I want to execute a trade.**
39+
For the buying market, use `[]boexecute <offer-id> [amount]`
40+
For the selling market, use `[]soexecute <offer-id> [amount]`
41+
42+
**How do I view a trade?**
43+
For the buying market, use `[]boffer <offer-id>`
44+
For the selling market, use `[]soffer <offer-id>`
45+
46+
**How do I start a trade?**
47+
For the buying market, use `[]`
48+
For the selling market, use `[]`
49+
50+
**How do I stop a trade?**
51+
For the buying market, use `[]`
52+
For the selling market, use `[]ostop`
53+
54+
**How do I view all of my trades?**
55+
For the buying market, use `[]`
56+
For the selling market, use `[]`
57+
58+
**How do I view all trades on the market?**
59+
For the buying market, use `[]bolist [page]`
60+
For the selling market, use `[]solist [page]`
61+
62+
**How do I search for an item on the market?**
63+
For the buying market, use `[]bosearch [query] [page]`
64+
For the selling market, use `[]sosearch [query]`
65+
66+
The following below can be used as search modifiers:
67+
- `#CARD_ID` - Searches card offers with that ID
68+
- `$RARITY` - Searches card offers with that rarity
69+
- `%SERIES` - Searches card and card pack offers with that series ID
70+
71+
**Example Searches:**
72+
- `[]sosearch b1nzy`
73+
Searches for any card with the name of `b1nzy`.
74+
- `[]bosearch #63`
75+
Searches for any card with the ID 63.
76+
- `[]sosearch $c`
77+
Searches for any card with the Common rarity.
78+
- `[]bosearch %1`
79+
Searches for any card in the Discord series.

index.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# This is the Discord Cards Guides
22

3-
This site is community-driven by people like you!
3+
This site is community-driven by people like you!
4+
You can also contribute to the guide by contributing to the [GitHub Repo](https://github.com/DiscordCards/Guide).
45

5-
You can also contribute to the guide by contributing to the [GitHub Repo](https://github.com/DiscordCards/Guide).
6+
### Links
7+
[Invite the bot](https://invite.discord.cards)
8+
[Join the support server](https://join.discord.cards/)
9+
[Bug Tracker](https://github.com/DiscordCards/Tracker)
10+
11+
### Tools
12+
[Banner Editor](https://discord.cards/banner-edit/)
13+
[Database Lookup](https://lookup.discord.cards/)
14+
[Discord Injections: Discord Cards Plugin](https://github.com/DiscordInjections/Plugins/tree/master/DiscordCardsDashboard)

minigames.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# This page is still in progress :(
1+
# Minigames
2+
Other ways to earn money.
3+
4+
## Cardguess
5+
*Running this command will make you put your thinking cap on.*
6+
To play, run `[]cardguess` and try to guess the card in the chat.
7+
You have 3 tries and 30 seconds to guess the card. If either the time or your tries run out, the game will stop.
8+
If you use all of you tries the bot will return the card name.
9+
However, if you run out of time the bot will respond with:
10+
>@user, You failed to respond in 30 seconds! Please try again!
11+
12+
You may type `cancel` at anytime to stop the game.
13+
14+
## Slots
15+
*A very simple game, but be careful on how much you bet.*
16+
To play, run `[]slots [bet]`.

quests.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
# This page is still in progress :(
1+
# Quests
2+
3+
## Getting a quest
4+
You can get a quest by doing `[]getquest`, `[]questget` or `[]qget`. *You can only get one at a time.*
5+
*The cooldown is 6 hours, so there's enough time to consider if you want do it.*
6+
7+
## Viewing a quest
8+
Run `[]quest` *that's it*.
9+
10+
## Completing a quest
11+
To complete a quest, simply gather all the cards and run the following command `[]qcheck`.
12+
13+
If you don't have a quest, the bot will return with the message.
14+
>You don't have an active quest!
15+
16+
If you have an active quest but not the cards specified, the bot will return:
17+
>You don't have these cards: [Cards separated by commas]
18+
19+
For example:
20+
>You don't have these cards: `Audit Logs`, `Chill Zone`, `Cluckcord`, `Phones`
21+
22+
If you manage to gather all the cards, **congratz** but you'll need to give them to the global card database for redistribution.
23+
To complete your quest *once and for all*, run `[]qcheck`. ~~*and start over*~~ and you'll be rewarded with that nice sum of money that you were promised at the start of your quest. *No seriously, that's not the end.*
24+
You'll also be sent a message, like this one below:
25+
>Quest completed! **+500** :dollar:
26+
27+
*Obviously you'd replace the 500 value with whatever you actually got.*
28+
You may do as many quests as you like. *Or don't do any at all.*

0 commit comments

Comments
 (0)