This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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!" | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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 -- | |
---------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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 -- | |
---------------------- |