From 8c18cabe6d60b246f615b03882258c0820f6905c Mon Sep 17 00:00:00 2001 From: Faiyaz Date: Sat, 30 Jul 2022 11:52:12 +0600 Subject: [PATCH] fix: change donate links --- src/utils/bin/commands.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 `; };