-
Notifications
You must be signed in to change notification settings - Fork 18
Command Help
Marcus Chan edited this page Sep 4, 2022
·
2 revisions
-
.coffeechat match
Requires at least moderation permissions
Matches all users who has roleCOFFEE_ROLE_ID
, and DM's them their matchings.
TODO: Should not be required as CronJob should match weekly. -
.coffeechat test <int usercount>
Requires at least moderation permissions
Simulates a coffeematch withusercount
number of users. Runs repeatedly until a repeated matching of 2 people is found.
Warning: Try to keep matches < 100 or else bot may hang on other commands.
-
.coin info
Replies with a basic overview of the codeycoin system. -
.coin adjust <@user> <int amount> [string reason]
Changes@user
's coin balance byamount
. -
.coin update <@user> <int amount> [string reason]
Sets@user
's coin balance toamount
. -
.coin check [<@user>]
Checks@user
's coin balance. If user is not supplied, it defaults to the message's user. -
.coin leaderboard
Displays the top 10 current codey coin holders.
-
.blackjack [int bet = 10]
Starts a blackjack game bettingbet
. -
.rps [int bet = 10]
Starts a RPS game with Codey bettingbet
.
-
.interviewer signup <string link>
Signs sender up to mock interviews as a mock interviewer.
Link must be a calendly link. -
.interviewer clear
Removes sender from interviewer list. -
.interviewer pause
Stops, but doesn't remove, sender information from interviewer list. -
.interviewer resume
Resumes sender information to be shown on interviewer list, if it was previously paused. -
.interviewer profile
Shows sender's interviewer information, including domains. -
.interviewer domain
Adds a domain of expertise to interviewer's profile. -
.interviewer list <string domain>
Shows list of interviewers, optionally filtering for domain.
-
.profile about <@user>
Shows@user
's profile. -
.profile set <string category> <string content>
Updates senderscategory
tocontent
.
-
.suggestions create <string content>
Creates suggestions and adds to database. -
.suggestions list
List out all suggestions and their current status. -
.suggestions update <string state> [int ids, ]
Sets all suggestions with correspondingids
tostate
.