Skip to content

Instantly share code, notes, and snippets.

View Naiml007's full-sized avatar
🤒
Out sick

Naimur Islam Naiml007

🤒
Out sick
View GitHub Profile
@Naiml007
Naiml007 / quark_music.js
Created May 19, 2023 16:14 — forked from sr229/quark_music.js
full music bot written in eris. at this moment it only supports playing in one guild at a time, but this can be fixed very easily.
'use strict';
const Eris = require("eris");
const ytdl = require('ytdl-core');
var bot = new Eris.CommandClient("token", {}, {
description: "The Quantum MusicBot.",
owner: "Gus",
prefix: "q!"
});
@Naiml007
Naiml007 / ease_copy_1.0.3.lua
Created June 27, 2024 10:15 — forked from CHFR-wide/ease_copy_1.0.3.lua
Script for saving and applying easing presets within davinci fusion
-- Easecopy v1.0.3
-- Changelog:
-- v1.0.3 : Makes the script composition-agnostic
-- v1.0.2 : Fixes an issue where number-only ease names would crash the script
----------------------
-- UI_MANAGER SETUP --
----------------------
@Naiml007
Naiml007 / ease_copy_1.0.3.lua
Created June 27, 2024 10:15 — forked from CHFR-wide/ease_copy_1.0.3.lua
Script for saving and applying easing presets within davinci fusion
-- Easecopy v1.0.3
-- Changelog:
-- v1.0.3 : Makes the script composition-agnostic
-- v1.0.2 : Fixes an issue where number-only ease names would crash the script
----------------------
-- UI_MANAGER SETUP --
----------------------