telebothost/RewardCraftBotPublic · Community Store Listing

Reward Craft

ProfileTelegram
6 commands0 envUpdated 6mo agoCreated Dec 27, 2025
Back to folder

commands/readme.md

markdown · 110 lines · click line # to share

1/**#command2name: readme.md3answer: 4keyboard: 5parse_mode: 6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12Api.sendMessage({13chat_id: user.id,14parse_mode: "HTML",15disable_web_page_preview: true,16text: `17<b>🏆 Community Point System Bot</b>18 19<blockquote>A universal point-based reward bot for <b>ANY Telegram community</b>.  20Reward active members, encourage helpful behavior, and build a healthy ecosystem!</blockquote>21 22🤖 Bot: @RewardCraftBot23 24<b>🎯 Concept</b>25This bot allows members to give or receive points by simply replying with a number.26 27<b>Examples:</b>28<blockquote>Reply <code>10</code> → give 10 points to a user  29Reply <code>-5</code> → deduct 5 points (admin only)  30Reply <code>100</code> → reward someone for being active/helpful  31No complex commands. No external APIs. Natural communication.</blockquote>32 33📌 <i>Like saying “Bro, take +10 for helping me 💎”</i>34📌 <i>Admins can punish -5, -10 for spam or bad behavior</i>35 36<b>✨ What Makes It Special?</b>37<blockquote>• Works in ANY community or niche (tech, gaming, crypto, study, friends)  38• Full reply-based point transfer system  39• Helps admins maintain discipline  40• Motivates users to stay active  41• Enhances group bonding through appreciation  42• Admins can gift points for contribution  43• Natural → feels like a real social economy</blockquote>  44 45<b>💎 Core Features</b>46<blockquote>• User-to-user transfer system (reply based)  47• Admin override (positive & negative values)  48• Balance validation for normal users  49• Bot accounts cannot receive points50• Per-user transfer history (last 5 records)</blockquote>51 52<b>👥 Community Impact</b>53This bot helps groups to:54 55<blockquote>• Encourage helpful members  56• Reduce toxicity (admin -points tool)  57• Build trust & bonding  58• Reward contributors instantly  59• Make learning fun with gamification</blockquote>60 61Think of it as a mini economy inside your group 💎62 63<b>🔐 Rules & Logic</b>64<blockquote>• Reply must contain a number only  65• Self-transfer is blocked  66• Bot accounts cannot receive points  67• Normal users can only send positive values  68• Admins can send both + & - values </blockquote> 69 70<b>👤 Normal Users:</b>71• Can send points only if they have balance  72• Cannot use negative numbers  73 74<b>👑 Admins Only:</b>75• Can add or deduct points  76• Can set group access  77• Can manage point flow easily78 79<b>📢 Transaction Log</b>80Every successful transfer is logged in a channel:81 82<blockquote><code>@userA → @userB : +10 💎</code>  83<code>admin → @spammer : -5 💎 (Warning)</code></blockquote>84 85<b>🧾 History System</b>86<code>/history</code> → Last 5 transfers for the user only87 88<b>⚙️ Commands (Configured by You)</b>89<code>/activate</code> - set community90<code>/history</code> - view personal history91 92<b>🧪 Technical Info</b>93Platform: <code>TeleBotHost</code>  94Storage: <code>Bot Properties</code>  95Database: Not required  96External API: None  97Hosting: Not required  98 99<b>💡 Why This Is Great For Your Community</b>100<blockquote>• Motivates members to participate  101• Builds respect between users  102• Admins can promote positivity with point gifts  103• Creates a friendly & active group environment  104• Perfect for study groups, gaming clans, crypto groups, trading rooms, etc.</blockquote>105 106<b>🏆 Final Quote</b>107<blockquote><i>Communities grow when people feel valued.</i>  108This bot makes your community feel like home. Built with for every Telegram family.</blockquote>109`110});