#Add +1 to player value

1 messages · Page 1 of 1 (latest)

mild sailBOT
#

<@&987246652869971988> please have a look, thanks.

#
TJ-Bot
Do i put it in my helpchat command or do i make a new java class

If you are looking to add a new category in your Java Q&A Discord server, you have two options: you can either include it in your existing helpchat command or create a new Java class for it.

  1. Helpchat Command: If you choose to add the new category within your helpchat command, you can update the command to include the information related to the new category. This can be a quick and easy way to integrate the new category without creating additional complexity.

  2. New Java Class: On the other hand, if you anticipate that the new category will require more extensive functionality or organization, creating a new Java class dedicated to this category may be more suitable. This approach allows for better code organization and separation of concerns.

Ultimately, the decision between these two options depends on factors such as the complexity of the new category, how it fits within your existing codebase, and whether you anticipate adding more categories in the future. Consider these factors when deciding whether to include the new category in your helpchat command or create a separate Java class for it.