- Joined
 - August 14, 2020
 
- Messages
 - 2,119
 
- Points
 - 249
 
- Age
 - 19
 
- IGN
 - not_Nuggets
 
Hey so I need some help..
Specifically with discord.py, the Python Wrapper for Discord!
I am making a bot, and need to get something from a JSON database

this is my players.json file, where when someone uses a command, Ex: =command funni
it saves "funni" with their id.
and I am creating a command that requires the name (funni), however I cannot figure out how to do that.

so I have this code, and before you tell me some of it is wrong, I know that
the var lol is wrong, as it clearly gets the member id.
However, how can I get the name (funni)
Thanks in advance
			
			Specifically with discord.py, the Python Wrapper for Discord!
I am making a bot, and need to get something from a JSON database

this is my players.json file, where when someone uses a command, Ex: =command funni
it saves "funni" with their id.
and I am creating a command that requires the name (funni), however I cannot figure out how to do that.

so I have this code, and before you tell me some of it is wrong, I know that
the var lol is wrong, as it clearly gets the member id.
However, how can I get the name (funni)
Thanks in advance