Card collection
#7279
Replies: 1 comment 2 replies
-
You need to explain what you mean by "create an object for every player". Did you mean member/user objects? If yes, then author can be accessed with message.author, and while using ext.commands ctx.author... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm looking to make a game with my bot where every player collects cards, similar to pokémon basically. For that, my first thought was to create an object for every player that registers with a .gameRegister or something... how can I do that? Or would it be more practical to add a node to a list for every user or something?
Beta Was this translation helpful? Give feedback.
All reactions