KumaHugg

Results 2 issues of KumaHugg

``` from discum.utils.button import Buttoner buts = Buttoner(message["components"]) bot.click( message["webhook_id"], channelID=message["channel_id"], guildID=message.get("guild_id"), messageID=message["id"], messageFlags=message["flags"], data=buts.getButton("First"), ) ``` What is First and how you get customId of button?

Hi,does anyone know how to send slash command in channel? I try triggerslashcommand but not work(I don't know to code) pls send me code for send slash command(for example:channelId='10001',botId='111000',token='plshelp')