Skip to content

Releases: GamesTwoLife/DiscordBot-Template

3.0.0

Choose a tag to compare

@GamesTwoLife GamesTwoLife released this 30 Nov 19:26
  • BREAKING CHANGES replaced MongoDB/Mongoose with PostgreSQL/Sequelize.
    Updated all models and handlers to work with new DB.
  • Integrated Redis for caching and latency monitoring.
  • Added new economy/timely command with cooldown and reward logic.
  • Updated ping command to display DB and Redis latency.
  • Improved overall code structure and modularity.
  • Updated documentation to reflect the new architecture.
  • Bumped version to 3.0.0.

Full Changelog: 2.0.0...3.0.0

2.0.0

Choose a tag to compare

@GamesTwoLife GamesTwoLife released this 06 May 15:47
  • BREAKING CHANGES migrated from CommonJS (require/module.exports) to native ES Modules (import/export)
  • Fixed the presence of an outdated name property in component files on customId
  • Improved PagginationV2 (now buttons are blocked depending on the page)
  • Updated discord.js from 14.19.1 to 14.19.3
  • Bump version to 2.0.0

1.5.0

Choose a tag to compare

@GamesTwoLife GamesTwoLife released this 26 Apr 07:00
  • Add buttonPaginationV2 with Discord Components V2 support
  • Updated discord.js from 14.18.0 to 14.19.1
  • Bump version to 1.5.0

1.4.0

Choose a tag to compare

@GamesTwoLife GamesTwoLife released this 17 Feb 23:08
  • Moved autocomplete from components to commands
  • Replaced path.join with join
  • Removed mongoose.Promise = Promise assignment
  • Cleaned up ClientOptions
  • Updated discord.js from 14.17.3 to 14.18.0
  • Bump version to 1.4.0

1.3.0

Choose a tag to compare

@GamesTwoLife GamesTwoLife released this 08 Oct 21:22
  • Enabled "editor.inlayHints.enabled": "on"
  • Added tabulation
  • Added client to the Event handler
  • Updated intents in new Client, added makeCache and sweepers
  • Reduced large_threshold from 250 to 100

1.2.0

Choose a tag to compare

@GamesTwoLife GamesTwoLife released this 07 Sep 17:33
  • Updated discord.js from ^14.15.2 to ^14.16.1
  • Removed Russian localization
  • Replaced setDMPermission(false) with setContexts([InteractionContextType.Guild])
  • Added tabulation for better code formatting
  • Bumped version to 1.2.0

1.1.1

Choose a tag to compare

@GamesTwoLife GamesTwoLife released this 25 May 13:26

• Оновлено discordjs до версії 14.15.2
• Додано 2 нових інтенти до ініціалізації клієнта (1 << 24 (GUILD_MESSAGE_POLLS) та 1 << 25 (DIRECT_MESSAGE_POLLS))

1.1.0

Choose a tag to compare

@GamesTwoLife GamesTwoLife released this 12 Mar 17:35

• Використання асинхронного зчитування замість синхроного в обробниках
• Об'єднано чотири компоненти в один обробник
• Створена єдина колекція компонентів замість чотирьох
• Додана підтримка локалізації за допомогою i18next
• Рефакторинг тексту в багатьох місцях під локалізацію і не тільки
• Загальні внутрішні роботи