Edit commands #1030
-
Hi, I want to edit bot's commands, it is possible to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can set command alias by setting. (see wiki for detail) EditingThis bot (and the source code here) might not be easy to edit for inexperienced programmers. The main purpose of having the source public is to show the capabilities of the libraries, to allow others to understand how the bot works, and to allow those knowledgeable about java, JDA, and Discord bot development to contribute. There are many requirements and dependencies required to edit and compile it, and there will not be support provided for people looking to make changes on their own. Instead, consider making a feature request (see the above section). If you choose to make edits, please do so in accordance with the Apache 2.0 License. |
Beta Was this translation helpful? Give feedback.
You can set command alias by setting. (see wiki for detail)
If you want to edit command function itself, however, that's not supported.(See README.md for detail)
Editing
This bot (and the source code here) might not be easy to edit for inexperienced programmers. The main purpose of having the source public is to show the capabilities of the libraries, to allow others to understand how the bot works, and to allow those knowledgeable about java, JDA, and Discord bot development to contribute. There are many requirements and dependencies required to edit and compile it, and there will not be support provided for people looking to make changes on their own. Instead, consider making a feature …