© 2026 Hedgehog Software, LLC
i18n: { i18next: { returnObjects: true, }, defaultLanguageDirectory: '/var/tictactoe/languages', backend: { paths: ['{{lng}}.json'], }, fetchLanguage: async (context: InternationalizationContext) => { const locale = context.interactionGuildLocale || context.interactionLocale; if (locale && container.i18n.languages.has(locale)) return locale; return 'en-US'; }, },
Join the Discord to ask follow-up questions and connect with the community
Sapphire is a next-gen object-oriented Discord.js bot framework.
2,286 Members