mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 18:56:02 +10:00
feat: add donate command to support the developer
This commit is contained in:
17
website/scripts/commands/donate.js
Normal file
17
website/scripts/commands/donate.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Donate command - Support the developer
|
||||
*/
|
||||
export default {
|
||||
description: 'Support via donation',
|
||||
execute: () => {
|
||||
return [
|
||||
'',
|
||||
' If you enjoy what I do, consider buying me a iced coffee!',
|
||||
'',
|
||||
' 💳 Donate: https://donate.stripe.com/9AQdRv6ttfv40Ra289',
|
||||
'',
|
||||
' Your support allows me to continue developing and maintaining my projects, and is greatly appreciated!',
|
||||
''
|
||||
].join('\r\n');
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user