Update banner.js

This commit is contained in:
Isaac 2021-05-14 22:45:21 +01:00
parent 7cf039b8eb
commit deef97286f
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -23,6 +23,6 @@ module.exports = () => {
`));
console.log(leeks.colours.cyanBright(`Discord Tickets bot v${version} by eartharoid`));
console.log(leeks.colours.cyanBright(homepage + '\n'));
console.log(leeks.colours.cyanBright(`Please ${link('donate', 'https://ko-fi.com/eartharoid')} if you find this bot useful`));
console.log(leeks.colours.cyanBright(link('Sponsor this project', 'https://go.eartharoid.me/sponsor-dsctickets')));
console.log('\n\n');
};