UNPKG

discord-canvas

Version:

A package to simplifie the usage of canvas for Discord !

11 lines (9 loc) 263 B
const Greeting = require("./Base"); module.exports = class Goodbye extends Greeting { constructor() { super(); this.textTitle = "GOODBYE"; this.textMessage = "Leaving {server}"; this.colorTitle = "#df0909"; } };