WallyMates
🤖

WallyBot

The official WallyMates bot. Helps you build bots, manage them from chat, and answers questions — all through simple commands.

Open chat with @wallybot

Commands

/startMain menu
/helpList of commands
/newbotCreate a new bot
/mybotsYour bots
/editbotChange bot settings
/deletebotDelete a bot
/tokenGet bot token
/learnTeach WallyBot something new
/askAsk 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

Done! WallyBot will show you a Bot Token — save it, you'll need it to program the bot.

No-code training

You can teach WallyBot to answer any question, with zero programming:

  1. Type /learn
  2. Enter a keyword (e.g. "contact")
  3. 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

See all bots