Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 2.68 KB

HANDBOOK.md

File metadata and controls

77 lines (54 loc) · 2.68 KB

Handbook

This brief handbook contains comprehensive knowledge needed to operate the /lc slash command on the ACM CSUF Discord server.

Table of contents

Seasons

Seasons are week-long competitions that reset every Sunday at midnight UTC. The goal of each season is for each player to submit an accepted solution to as many of Leetcode's daily challenges as fast as possible.

/lc slash command

The /lc slash command is a Discord application command that allows members of the ACM CSUF Discord server to participate in weekly Leetcode competitions that automatically reset every Sunday at midnight UTC.

NOTE

LC-Dailies' source code is located at https://oss.acmcsuf.com/lc-dailies!

Security

This tool takes advantage of Discord's permissions system to elevate the security of /lc, allowing only verified members of the ACM CSUF Discord server to play in our automated weekly competitions.

Operate with confidence

The software is a Discord slash command. All that is required to use the tool is a Discord account with the Verified role on the ACM CSUF Discord server.

  • This slash command is only available to members with the Verified role.
  • This slash command is available in the 📚algo-chat text channel of the ACM CSUF Discord server.

Register your Leetcode username

Associate your Leetcode username with your Discord account to participate in our weekly competitions.

  • Type /lc register in the 📚algo-chat text channel to use the slash command.
  • Populate the required field lc_username with your Leetcode username.
  • Press Enter to submit the registration.
  • Wait for the response from the slash command to confirm the registration. This may take a second.

Submit your Leetcode solution

Once you have registered your Leetcode username, you are ready to participate in our weekly competitions.

No further action is needed on your part to submit your Leetcode solutions. A daily background process automatically syncs our stored leaderboard data with the latest submissions data on Leetcode.

NOTE

Soon, our leaderboard will be visible on the ACM CSUF website at https://acmcsuf.com/lc-dailies. Follow issue #36 for updates.


Developed with 💖 by @acmcsufoss