This file contains 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
/** | |
* @name system24 (monochrome) | |
* @description A tui-style discord theme. Has less colors and more neutral greys and whites. | |
* @author refact0r, DeadGrip | |
* @version 1.0.0 | |
* @invite nz87hXyvcy | |
* @website https://github.com/refact0r/system24 | |
* @authorId 508863359777505290 | |
* @authorLink https://refact0r.dev/ | |
*/ |
This file contains 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
// Name: Transfer.sh Uploader | |
import "@johnlindquist/kit" | |
import fs from "fs"; | |
import got from "got"; | |
import path from "path"; | |
import { pipeline, PassThrough } from "stream"; | |
import { promisify } from "util"; | |
import clipboard from "clipboardy"; | |
This file contains 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
/** | |
* @name AMOLED | |
* @version 1.0.0 | |
* @description A theme that's nice on your eyes.. lights out baby! | |
* @author PandaDEV | |
* | |
* @website https://pandadev.net | |
* @source https://gist.github.com/0PandaDEV/d70f9e9f870497d4ad2bcdc2d7f1a4fb | |
**/ |