UNPKG

@getsolara/solara.js

Version:

A lightweight and modular Discord bot framework built on discord.js v14, with truly optional feature packages.

4 lines 255 B
module.exports = { name: "$getInteractionLocale", description: "Returns the locale of the interaction.", takesBrackets: false, execute: async (context, args) => { return context.interaction?.locale ?? "[Error: Not an interaction context]"; } };