Skip to content

Commands

Jordan B edited this page May 9, 2023 · 3 revisions

Discord Pickem Bot Commands

/authorize command

This command is handled by the authorize method of the MyClient class. It initiates the process of authorizing a user's Steam profile by sending them a direct message with instructions on how to link their Steam profile and create a Pick'em authentication code. You could create a page for this command that explains how it works in more detail, and includes screenshots of the DMs the bot sends to the user.


/showpickem command

This command is handled by the showpickem method of the MyClient class. It retrieves the user's Pick'em information from the Steam API using the getPickemInfo function, and sends it back to the user as an embed in the current channel. You could create a page for this command that explains how it works in more detail, and includes screenshots of what the embed looks like.

Clone this wiki locally