How to get message args ?
Like i have command
+mark 123
, how i can get the 123
Solution:Jump to solution
Sapphire Framework
Using arguments in your commands | Sapphire
This section is only for the message command and is not relevant for the other command types. If you are looking for how
5 Replies
Solution
Sapphire Framework
Using arguments in your commands | Sapphire
This section is only for the message command and is not relevant for the other command types. If you are looking for how
btw the GuildMemberAdd run method should be
run(client, member)
or just run(member)
Discord.js
Discord.js is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.
same as djs
oh tysm