gckohaku / gckohaku/TrpgDiceBot
refactor:【変数名統一】Discordにメッセージを送る文字列はsend_msg
Open
refactoring
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Discord に SendMessageAsync でメッセージを送る時に、送る内容の文字列を変数に入れることがあるけど、その変数名は統一されていないので、これからは send_msg に統一する。
該当する場所で既に別の変数名を使っているところも、発見次第変更する。
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the repository for SendMessageAsync and inspect nearby message-content variables. Rename applicable variables to send_msg, including existing alternate names found during the search; done means the relevant Discord message-sending locations use the agreed name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100