scott_c
✅ Why does my list get zeroed?
The question is about searching for anagrams, and I'm not sure your solution takes that into account. (For example, looking at the sample answer above, you need to take every 3-character substring of cbaebabacd and check whether that substring can be rearranged into abc)
5 replies
Slash command choices [Answered]
Yup, here's an example from @MODiX: https://github.com/discord-csharp/MODiX/blob/main/Modix.Bot/Modules/FunModule.cs#L53-L69
5 replies