WallyBot
The official WallyMates bot. Helps you build bots, manage them from chat, and answers questions — all through simple commands.
Open chat with @wallybotCommands
/start | Main menu |
/help | List of commands |
/newbot | Create a new bot |
/mybots | Your bots |
/editbot | Change bot settings |
/deletebot | Delete a bot |
/token | Get bot token |
/learn | Teach WallyBot something new |
/ask | Ask WallyBot a question |
How to create your own bot
Step 1
Open a chat with @wallybot and type /newbot
Step 2
Enter a display name (e.g. "My Bot")
Step 3
Enter a username — must end in _bot (e.g. my_helper_bot)
Step 4
Enter a description, or skip with /skip
No-code training
You can teach WallyBot to answer any question, with zero programming:
- Type
/learn - Enter a keyword (e.g. "contact")
- Enter a reply (e.g. "Email: support@worldmates.club")
Now whenever someone types "contact" — WallyBot replies automatically. To remove a reply: /forget.
For developers
Created a bot and got a token? Connect it via webhook or the official SDK:
Webhook: curl -X POST https://worldmates.club/api/v1/webhook/TOKEN -d '{"chat_id":ID,"text":"Hi!"}' — works from bash, Python, any monitoring tool.
Node.js SDK: const { WorldMatesBot } = require("./WorldMatesBotSDK"); const bot = new WorldMatesBot({ botId, token, apiUrl }); bot.start();
Security
- Never share your Bot Token — it gives full control over the bot
- If a token is compromised, rotate it via
/token→ "Refresh token" - Bots don't get access to personal data without permission