[NL] Как юзать discord webhooks library

  • Автор темы Автор темы jaxov
  • Дата начала Дата начала
code_language.lua:
Expand Collapse Copy
local library = require('neverlose/discord_webhooks')

local data = library.new_data()
local embeds = library.new_embed()

data:set_username('jaxov')
data:set_content('HYESOS')

embeds:set_color(13504785) --- @note: only decimal colors
embeds:set_description('from solar-tech with love')

local url = '' --- @note: token here
library.new(url):send(data, embeds)
Result:
D96F55C0-F61F-48F3-82AD-A477C70D2554.jpeg
 
Назад
Сверху Снизу