Discordia icon indicating copy to clipboard operation
Discordia copied to clipboard

Update components

Open borsuczyna opened this issue 3 years ago • 1 comments

Hey, I simply updated Message:update code to update components, I think you should add this:

function Message:update(data)
	return self:_modify({
		content = data.content or null,
		embed = data.embed or null,
		components = data.components or null,
	})
end

greetings!

borsuczyna avatar Jun 27 '21 15:06 borsuczyna

Man literally changed the readme file-

t3duk avatar Jan 29 '22 13:01 t3duk