diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index 338c9f8..48bd103 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -47,8 +47,7 @@ export const resume = async (args: string[]): Promise => { export const donate = async (args: string[]): Promise => { return `thank you for your interest. here are the ways you can support my work: -- paypal -- patreon +- ETH `; };