ZumitoTeam / zumito-bot

Discord Bot
GNU General Public License v3.0
4 stars 1 forks source link

Issue 109 request to fix title duplication in the help command of zumito bot #115

Closed chemokita13 closed 12 months ago

chemokita13 commented 1 year ago

I have solved that issue in 2 parts:

Title duplication bug


reviewpad[bot] commented 1 year ago

AI-Generated Summary: This pull request includes updates to multiple files with the major changes being an upgrade to the zumito-framework from version 1.1.69 to 1.1.71. There were also modifications to the src/config/Global.ts, src/modules/global/translations/en.json, src/modules/global/translations/es.json, and src/modules/info/commands/help.ts files. In the config file, the bot name has been changed from 'Zumito Team Bot' to 'Zumito'. The en.json and es.json files have updated translations with the emoji for "information" changing to "đŸŗī¸". Lastly, the help.ts file has several updates improving the layout arrangement, changing the array methods, and expanding the execute method among other changes. All file endings have newline characters added at the end.

reviewpad[bot] commented 1 year ago

Thank you @chemokita13 for this first contribution!

reviewpad[bot] commented 1 year ago

Reviewpad Report

:warning: Warnings

:bangbang: Errors

reviewpad[bot] commented 12 months ago

AI-Generated Summary: This pull request updates various parts of the code. It includes changes to 'package-lock.json' and 'package.json' to bump the version of 'zumito-framework' from 1.1.69 to 1.1.71. The name of the bot is also changed from 'Zumito Team Bot' to 'Zumito' in 'Global.ts'. Changes are applied to the English and Spanish translations in 'en.json' and 'es.json' respectively, where the emoji for the information command category is changed, and the emoji for the Spanish information command category is added. Significant refactoring and additions are made to 'help.ts' file in the modules, improving the handling of commands and the interaction of the bot with Discord users. Also, the code structure has been cleaned up for readability.