|
2 | 2 | ## ban
|
3 | 3 | - **Aliases:** None
|
4 | 4 | - **Description:** Ban a user.
|
5 |
| -- **Examples:**<br> `.ban @jeff spam` |
| 5 | +- **Examples:**<br> `.ban @jeff spam` |
6 | 6 | - **Options:**
|
7 | 7 | - ``user``: The user to ban.
|
8 | 8 | - ``reason``: The reason why we are banning the user.
|
|
12 | 12 | ## coin
|
13 | 13 | - **Aliases:** None
|
14 | 14 | - **Description:** Handle coin functions.
|
15 |
| -- **Examples:**<br>`.coin adjust @Codey 100`<br>`.coin adjust @Codey -100 Codey broke.`<br>`.coin`<br>`.coin check @Codey`<br>`.coin c @Codey`<br>`.coin info`<br>`.coin i`<br>`.coin update @Codey 100`<br>`.coin update @Codey 0 Reset Codey's balance.`<br>`.coin transfer @Codey 10`<br>`.coin transfer @Codey 15 Lost a bet to Codey ` |
| 15 | +- **Examples:**<br>`.coin adjust @Codey 100`<br>`.coin adjust @Codey -100 Codey broke.`<br>`.coin`<br>`.coin check @Codey`<br>`.coin c @Codey`<br>`.coin info`<br>`.coin i`<br>`.coin update @Codey 100`<br>`.coin update @Codey 0 Reset Codey's balance.`<br>`.coin transfer @Codey 10`<br>`.coin transfer @Codey 15 Lost a bet to Codey ` |
16 | 16 | - **Options:** None
|
17 | 17 | - **Subcommands:** `adjust`, `check`, `info`, `update`, `leaderboard`, `transfer`
|
18 | 18 |
|
19 | 19 | ## coin adjust
|
20 | 20 | - **Aliases:** `a`
|
21 | 21 | - **Description:** Adjust the coin balance of a user.
|
22 |
| -- **Examples:**<br>`.coin adjust @Codey 100`<br>`.coin adjust @Codey -100 Codey broke.` |
| 22 | +- **Examples:**<br>`.coin adjust @Codey 100`<br>`.coin adjust @Codey -100 Codey broke.` |
23 | 23 | - **Options:**
|
24 | 24 | - ``user``: The user to adjust the balance of.
|
25 | 25 | - ``amount``: The amount to adjust the balance of the specified user by.
|
|
29 | 29 | ## coin check
|
30 | 30 | - **Aliases:** `c`, `b`, `balance`, `bal`
|
31 | 31 | - **Description:** The user to check the balance of.
|
32 |
| -- **Examples:**<br>`.coin check @Codey`<br>`.coin c @Codey` |
| 32 | +- **Examples:**<br>`.coin check @Codey`<br>`.coin c @Codey` |
33 | 33 | - **Options:**
|
34 | 34 | - ``user``: The user to check the balance of.
|
35 | 35 | - **Subcommands:** None
|
36 | 36 |
|
37 | 37 | ## coin info
|
38 | 38 | - **Aliases:** `information`, `i`
|
39 | 39 | - **Description:** Get info about Codey coin.
|
40 |
| -- **Examples:**<br>`.coin info`<br>`.coin information`<br>`.coin i` |
| 40 | +- **Examples:**<br>`.coin info`<br>`.coin information`<br>`.coin i` |
41 | 41 | - **Options:** None
|
42 | 42 | - **Subcommands:** None
|
43 | 43 |
|
44 | 44 | ## coin leaderboard
|
45 | 45 | - **Aliases:** `lb`
|
46 | 46 | - **Description:** Get the current coin leaderboard.
|
47 |
| -- **Examples:**<br>`.coin lb`<br>`.coin leaderboard` |
| 47 | +- **Examples:**<br>`.coin lb`<br>`.coin leaderboard` |
48 | 48 | - **Options:** None
|
49 | 49 | - **Subcommands:** None
|
50 | 50 |
|
51 | 51 | ## coin transfer
|
52 | 52 | - **Aliases:** `t`
|
53 | 53 | - **Description:** Transfer coins from your balance to another user.
|
54 |
| -- **Examples:**<br> `.coin transfer @Codey 10`<br> `.coin transfer @Codey 10 Lost a bet to @Codey` |
| 54 | +- **Examples:**<br> `.coin transfer @Codey 10`<br> `.coin transfer @Codey 10 Lost a bet to @Codey` |
55 | 55 | - **Options:**
|
56 | 56 | - ``user``: The user to transfer coins to.
|
57 | 57 | - ``amount``: The amount to transfer to the specified user.
|
|
61 | 61 | ## coin update
|
62 | 62 | - **Aliases:** `u`
|
63 | 63 | - **Description:** Update the coin balance of a user.
|
64 |
| -- **Examples:**<br> `.coin update @Codey 100` |
| 64 | +- **Examples:**<br> `.coin update @Codey 100` |
65 | 65 | - **Options:**
|
66 | 66 | - ``user``: The user to update the balance of.
|
67 | 67 | - ``amount``: The amount to update the balance of the specified user to.
|
|
72 | 72 | ## company
|
73 | 73 | - **Aliases:** None
|
74 | 74 | - **Description:** None
|
75 |
| -- **Examples:**<br>`.company add coinbase SRE`<br>`.company find coinbase`<br> |
| 75 | +- **Examples:**<br>`.company add coinbase SRE`<br>`.company find coinbase` |
76 | 76 | - **Options:** None
|
77 | 77 | - **Subcommands:** `enroll`, `add`, `remove`, `find`, `profile`
|
78 | 78 |
|
79 | 79 | ## company add
|
80 | 80 | - **Aliases:** `a`
|
81 | 81 | - **Description:** Add a company to your profile
|
82 |
| -- **Examples:**<br> `.company add https://www.crunchbase.com/organization/microsoft`<br> `.company a microsoft ` |
| 82 | +- **Examples:**<br> `.company add https://www.crunchbase.com/organization/microsoft`<br> `.company a microsoft ` |
83 | 83 | - **Options:**
|
84 | 84 | - **Subcommands:** None
|
85 | 85 |
|
86 | 86 | ## company enroll
|
87 | 87 | - **Aliases:** `e`
|
88 | 88 | - **Description:** None
|
89 |
| -- **Examples:**<br> `.company enroll https://www.crunchbase.com/organization/microsoft`<br> `.company enroll microsoft` |
| 89 | +- **Examples:**<br> `.company enroll https://www.crunchbase.com/organization/microsoft`<br> `.company enroll microsoft` |
90 | 90 | - **Options:**
|
91 | 91 | - **Subcommands:** None
|
92 | 92 |
|
93 | 93 | ## company find
|
94 | 94 | - **Aliases:** `f`
|
95 | 95 | - **Description:** Find all individuals that work at the company.
|
96 |
| -- **Examples:**<br> `.company find https://www.crunchbase.com/organization/microsoft`<br> `.company f microsoft` |
| 96 | +- **Examples:**<br> `.company find https://www.crunchbase.com/organization/microsoft`<br> `.company f microsoft` |
97 | 97 | - **Options:**
|
98 | 98 | - **Subcommands:** None
|
99 | 99 |
|
100 | 100 | ## company profile
|
101 | 101 | - **Aliases:** `p`
|
102 | 102 | - **Description:** List all the companies you are associated with
|
103 |
| -- **Examples:**<br> `.company profile`<br> `.company p` |
| 103 | +- **Examples:**<br> `.company profile`<br> `.company p` |
104 | 104 | - **Options:** None
|
105 | 105 | - **Subcommands:** None
|
106 | 106 |
|
107 | 107 | ## company remove
|
108 | 108 | - **Aliases:** `r`
|
109 | 109 | - **Description:** Remove a company to your profile
|
110 |
| -- **Examples:**<br> `.company remove https://www.crunchbase.com/organization/microsoft`<br> `.company r microsoft ` |
| 110 | +- **Examples:**<br> `.company remove https://www.crunchbase.com/organization/microsoft`<br> `.company r microsoft ` |
111 | 111 | - **Options:**
|
112 | 112 | - **Subcommands:** None
|
113 | 113 |
|
|
122 | 122 | ## rolldice
|
123 | 123 | - **Aliases:** `rd`, `roll`, `roll-dice`, `dice-roll`, `diceroll`, `dice`
|
124 | 124 | - **Description:** Roll a dice! :game_die:
|
125 |
| -- **Examples:**<br> `.roll-dice 6`<br> `.dice-roll 30`<br> `.roll 100`<br> `.rd 4`<br> `.diceroll 2`<br> `.dice 1`<br> `.rolldice 10` |
| 125 | +- **Examples:**<br> `.roll-dice 6`<br> `.dice-roll 30`<br> `.roll 100`<br> `.rd 4`<br> `.diceroll 2`<br> `.dice 1`<br> `.rolldice 10` |
126 | 126 | - **Options:**
|
127 | 127 | - ``sides``: The number of sides on the die.
|
128 | 128 | - **Subcommands:** None
|
|
131 | 131 | ## bj
|
132 | 132 | - **Aliases:** `blj`, `blackjack`, `21`
|
133 | 133 | - **Description:** Play a Blackjack game to win some Codey coins!
|
134 |
| -- **Examples:**<br>`.bj 100`<br>`.blj 100` |
| 134 | +- **Examples:**<br>`.bj 100`<br>`.blj 100` |
135 | 135 | - **Options:**
|
136 | 136 | - ``bet``: A valid bet amount
|
137 | 137 | - **Subcommands:** None
|
138 | 138 |
|
139 | 139 | ## connect4
|
140 | 140 | - **Aliases:** None
|
141 | 141 | - **Description:** Play Connect 4!
|
142 |
| -- **Examples:**<br>`.connect4`<br>`.connect 4 @user` |
| 142 | +- **Examples:**<br>`.connect4`<br>`.connect 4 @user` |
143 | 143 | - **Options:** None
|
144 | 144 | - **Subcommands:** None
|
145 | 145 |
|
|
155 | 155 | ## interviewers
|
156 | 156 | - **Aliases:** `int`, `interviewer`
|
157 | 157 | - **Description:** Handle interviewer functions.
|
158 |
| -- **Examples:**<br>`.interviewer`<br>`.interviewer frontend` |
| 158 | +- **Examples:**<br>`.interviewer`<br>`.interviewer frontend` |
159 | 159 | - **Options:** None
|
160 | 160 | - **Subcommands:** `clear`, `domain`, `pause`, `profile`, `resume`, `signup`, `list`
|
161 | 161 |
|
162 | 162 | ## interviewer clear
|
163 | 163 | - **Aliases:** `clr`
|
164 | 164 | - **Description:** Clear all your interviewer data
|
165 |
| -- **Examples:**<br>`.interviewer clear` |
| 165 | +- **Examples:**<br>`.interviewer clear` |
166 | 166 | - **Options:** None
|
167 | 167 | - **Subcommands:** None
|
168 | 168 |
|
169 | 169 | ## interviewer domain
|
170 | 170 | - **Aliases:** `domain`
|
171 | 171 | - **Description:** Add/remove a domain of your choice
|
172 |
| -- **Examples:**<br>`.interviewer domain frontend` |
| 172 | +- **Examples:**<br>`.interviewer domain frontend` |
173 | 173 | - **Options:**
|
174 | 174 | - ``domain_name``: A valid domain name
|
175 | 175 | - **Subcommands:** None
|
176 | 176 |
|
177 | 177 | ## interviewer list
|
178 | 178 | - **Aliases:** `ls`
|
179 | 179 | - **Description:** List all interviewers or those under a specific domain
|
180 |
| -- **Examples:**<br>`.interviewer list`<br>`.interviewer list backend` |
| 180 | +- **Examples:**<br>`.interviewer list`<br>`.interviewer list backend` |
181 | 181 | - **Options:**
|
182 | 182 | - ``domain``: The domain to be examined
|
183 | 183 | - **Subcommands:** None
|
184 | 184 |
|
185 | 185 | ## interviewer pause
|
186 | 186 | - **Aliases:** `ps`
|
187 | 187 | - **Description:** Put your interviewer profile on pause
|
188 |
| -- **Examples:**<br>`.interviewer pause` |
| 188 | +- **Examples:**<br>`.interviewer pause` |
189 | 189 | - **Options:** None
|
190 | 190 | - **Subcommands:** None
|
191 | 191 |
|
192 | 192 | ## interviewer profile
|
193 | 193 | - **Aliases:** `pf`
|
194 | 194 | - **Description:** Display your interviewer profile data
|
195 |
| -- **Examples:**<br>`.interviewer profile` |
| 195 | +- **Examples:**<br>`.interviewer profile` |
196 | 196 | - **Options:** None
|
197 | 197 | - **Subcommands:** None
|
198 | 198 |
|
199 | 199 | ## interviewer resume
|
200 | 200 | - **Aliases:** `resume`
|
201 | 201 | - **Description:** Resume your interviewer profile
|
202 |
| -- **Examples:**<br>`.interviewer resume` |
| 202 | +- **Examples:**<br>`.interviewer resume` |
203 | 203 | - **Options:** None
|
204 | 204 | - **Subcommands:** None
|
205 | 205 |
|
206 | 206 | ## interviewer signup
|
207 | 207 | - **Aliases:** `signup`
|
208 | 208 | - **Description:** Sign yourself up to be an interviewer!
|
209 |
| -- **Examples:**<br>`.interviewer signup www.calendly.com` |
| 209 | +- **Examples:**<br>`.interviewer signup www.calendly.com` |
210 | 210 | - **Options:**
|
211 | 211 | - ``calendar_url``: A valid calendly.com or x.ai calendar link
|
212 | 212 | - **Subcommands:** None
|
|
222 | 222 | ## leetcode random
|
223 | 223 | - **Aliases:** `r`
|
224 | 224 | - **Description:** Get a random LeetCode problem.
|
225 |
| -- **Examples:**<br>`.leetcode`n<br>`.leetcode random` |
| 225 | +- **Examples:**<br>`.leetcode`n<br>`.leetcode random` |
226 | 226 | - **Options:**
|
227 | 227 | - ``difficulty``: The difficulty of the problem.
|
228 | 228 | - **Subcommands:** None
|
229 | 229 |
|
230 | 230 | ## leetcode specific
|
231 | 231 | - **Aliases:** `spec`, `s`
|
232 | 232 | - **Description:** Get a LeetCode problem with specified problem ID.
|
233 |
| -- **Examples:**<br>`.leetcode specific 1` |
| 233 | +- **Examples:**<br>`.leetcode specific 1` |
234 | 234 | - **Options:**
|
235 | 235 | - ``problem-id``: The problem ID.
|
236 | 236 | - **Subcommands:** None
|
|
239 | 239 | ## help
|
240 | 240 | - **Aliases:** `wiki`
|
241 | 241 | - **Description:** Get the URL to the wiki page.
|
242 |
| -- **Examples:**<br>`.help`<br>`.wiki` |
| 242 | +- **Examples:**<br>`.help`<br>`.wiki` |
243 | 243 | - **Options:** None
|
244 | 244 | - **Subcommands:** None
|
245 | 245 |
|
246 | 246 | ## info
|
247 | 247 | - **Aliases:** None
|
248 | 248 | - **Description:** Get Codey information - app version, repository link and issue templates.
|
249 |
| -- **Examples:**<br> `.info` |
| 249 | +- **Examples:**<br> `.info` |
250 | 250 | - **Options:** None
|
251 | 251 | - **Subcommands:** None
|
252 | 252 |
|
253 | 253 | ## member
|
254 | 254 | - **Aliases:** None
|
255 | 255 | - **Description:** Get CSC membership information of a user.
|
256 |
| -- **Examples:**<br>`.member [id]` |
| 256 | +- **Examples:**<br>`.member [id]` |
257 | 257 | - **Options:**
|
258 | 258 | - ``uwid``: The Quest ID of the user.
|
259 | 259 | - **Subcommands:** None
|
|
276 | 276 | ## profile
|
277 | 277 | - **Aliases:** `userprofile`, `aboutme`
|
278 | 278 | - **Description:** Handle user profile functions.
|
279 |
| -- **Examples:**<br> `.profile @Codey` |
| 279 | +- **Examples:**<br> `.profile @Codey` |
280 | 280 | - **Options:** None
|
281 | 281 | - **Subcommands:** `about`, `grad`, `set`
|
282 | 282 |
|
283 | 283 | ## profile about
|
284 | 284 | - **Aliases:** `a`
|
285 | 285 | - **Description:** Display user profile.
|
286 |
| -- **Examples:**<br> `.profile about @Codey`<br> `.profile a @Codey` |
| 286 | +- **Examples:**<br> `.profile about @Codey`<br> `.profile a @Codey` |
287 | 287 | - **Options:**
|
288 | 288 | - ``user``: The user to give profile of.
|
289 | 289 | - **Subcommands:** None
|
290 | 290 |
|
291 | 291 | ## profile grad
|
292 | 292 | - **Aliases:** `g`
|
293 | 293 | - **Description:** Update Grad Roles.
|
294 |
| -- **Examples:**<br> `.profile grad`<br> `.profile g` |
| 294 | +- **Examples:**<br> `.profile grad`<br> `.profile g` |
295 | 295 | - **Options:** None
|
296 | 296 | - **Subcommands:** None
|
297 | 297 |
|
298 | 298 | ## profile set
|
299 | 299 | - **Aliases:** `s`
|
300 | 300 | - **Description:** Set parameters of user profile.
|
301 |
| -- **Examples:**<br> `.profile set @Codey`<br> `.profile a @Codey` |
| 301 | +- **Examples:**<br> `.profile set @Codey`<br> `.profile a @Codey` |
302 | 302 | - **Options:**
|
303 | 303 | - ``customization``: The customization to be set for the user.
|
304 | 304 | - ``description``: The description of the customization to be set for the user.
|
|
0 commit comments