Optional user arguments
See original GitHub issueDescription
Take optional user arguments for .8bitify
(#247), .prideavatar
(#209), .avatareasterify
(#187) plus any other commands that I am missing, so that the avatars can be made of specific users rather than the message author
Since I created all 3 commands, I would like to work on this one too (since it shouldn’t take long)
Would you like to implement this yourself?
- I’d like to implement this feature myself
- Anyone can implement this feature
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
python - How do I define a function with optional arguments?
Try calling it like: obj.some_function( '1', 2, '3', g="foo", h="bar" ) . After the required positional arguments, you can specify specific optional arguments...
Read more >Named and Optional Arguments - C# Programming Guide
Named arguments enable you to specify an argument for a parameter by matching the argument with its name rather than with its position...
Read more >Python Optional Arguments: A How-To Guide - Career Karma
Optional arguments are arguments that do not need a value. On Career Karma, learn how to accept optional arguments in a Python function....
Read more >How to pass optional parameters to a function in Python?
In this way, the user can call the function by either passing those optional parameters or just passing the required parameters.
Read more >How to pass optional parameters to a function ... - Tutorialspoint
A type of argument with a default value is a Python optional parameter. A function definition's assignment operator or the Python **kwargs ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
To expand on this for others: This was a moderation decision that is two-fold.
@janine9vn Thank you. I will proceed to throw this issue into the sun.