Code2Gether-Discord / Code2Gether-Discord/Code2Gether-Discord-Bot
[User Story] As a user, I want a leet answer command so that I can answer programming questions
- 主要语言
- C#
- 星标
- 3
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
**Given...**
An open question exists.
**When...**
Any user sends the message "c!leetans `title`; response:
\```lang
`response`
\```".
**Then...**
Query the answer against the targeted question on [leetcode](https://leetcode.com/problemset/all/), and return whether the answer was correct or not.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start with the requested `c!leetans` message format and the linked LeetCode problem set. The issue does not name implementation files, tests, or an existing command entry point, so those must be located in the bot before work begins. Done means the command targets the requested question, evaluates the submitted response, and reports whether it is correct.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- backend
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100