Untitled
unknown
plain_text
4 years ago
260 B
6
Indexable
@disnake.ui.button(label="Button") async def button(self, button: disnake.ui.Button, inter: disnake.MessageInteraction): await inter.response.send_message( f"User locale: {inter.locale}, guild locale: {inter.guild_locale}" )
Editor is loading...