diff --git a/menu.py b/menu.py index e6d5c58..44fed4f 100644 --- a/menu.py +++ b/menu.py @@ -530,9 +530,9 @@ def credits(): def donate(): """Open the donation webpage. - Opens the Ko-fi donation page. + Opens the donation page. """ - webbrowser.open('https://ko-fi.com/stormux') + webbrowser.open('https://www.paypal.com/donate/?business=stormdragon2976@gmail.com&no_recurring=0¤cy_code=USD') messagebox("The donation page has been opened in your browser.") def exit_game(fade=0):