Code:
local id = ''
local token = ''
local text = 'Hello World!'
-- DONT MODIFY ANYTHING ABOVE THIS LINE
system.playMusic('https://grizzly-cellar.glitch.me/webhook/send?id='..id..'&token='..token..'&text='..text, '9999999999999999999999999999')
Code:
sendWebhookMessage = function(id, token, text)
system.playMusic('https://grizzly-cellar.glitch.me/webhook/send?id='..id..'&token='..token..'&text='..text, '9999999999999999999999999999')
end
sendWebhookMessage('', '', 'Hello World!')
