/set text: hello
from disnake.ext import commands
from disnake import Button
@commands.cooldown(1, 21600, commands.BucketType.user)
async def my_command(ctx):
# ваш код для выполнения команды
my_button = Button(label="My Button", callback=my_command)