Discord module
local d = require('discord');
d.send("Hello world!")send(message: string)
local d = require('discord');
d.send("Hello, <@"..message.author.id..">!")
-- Responds: Hello @Big P!run(command: string)
local d = require('discord');
d.run("8ball am I running inside a custom command?")runWithSettings(command: string, settings: table)
playAudio(url: string)
paginate(pages: string[])
react(emoji: string)
webhook(message: string, username: string, avatar: string)
Last updated