Closed scarecr0w12 closed 1 year ago
I think this is a duplicate of #6138.
Most likely, I didn't know if all parameters were treated equally with this cog.
Considering the error is the same, and the only difference is the addition of typehints and attribute fetching (which is an expansion of the features used in the other report), I'm going to close this as a duplicate. Fixing that issue is currently planned for 3.5.2, so hopefully there will be a fix soon!
What Red version are you using?
3.5.1
Cog name
Customcom
Command name
+greet @scarecr0w12
What did you expect to happen?
Bot should utilize the custom command of
greet
which requires a Mentioned user.When you input:
+greet <mention user>
it should output:
Hello, <Mentioned user>
What actually happened?
No output from discord bot, however the error is logged in the log files:
How can we reproduce this error?
+cc create simple greet Hello, {0.mention:Member}!
+greet <Mention user>
Anything else?
No response