Posts by user • 41 points
2 posts
-
4
votes2
answers341
viewsQ: What would be the correct way to verify if a value exists in the table in Lua?
if not name in Namez do table.insert(Namez,name) end What would be the correct way to check if a name is not in the table?
-
0
votes0
answers91
viewsQ: How do I install the Discord.py library in the unbutu terminal?
How do I install the Discord.py library in the unbutu terminal? Discord is already installed, I want to install the library now, through the terminal.