Skip to content

Releases: GamesTwoLife/DiscordBot-Template

1.3.0

08 Oct 21:22
Compare
Choose a tag to compare
  • 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

07 Sep 17:33
Compare
Choose a tag to compare
  • 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

25 May 13:26
Compare
Choose a tag to compare

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

1.1.0

12 Mar 17:35
Compare
Choose a tag to compare

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