From 24091e302ba29aa2ed2a0ef811d6b164e6699eb9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 6 Jul 2020 13:48:01 -0700 Subject: [PATCH] add !donate command --- bot.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bot.py b/bot.py index 1071407..b962d74 100644 --- a/bot.py +++ b/bot.py @@ -220,6 +220,11 @@ _TEXT_COMMANDS = ( 'We do have Discord, you are welcome to join: ' 'https://discord.gg/xDKGPaW', ), + ( + '!donate', + "donations are appreciated but not necessary -- if you'd like to " + 'donate, you can donate at https://streamlabs.com/anthonywritescode', + ), ( '!editor', 'this is my text editor I made, called babi! '