A playful Telegram bot created by Haki 🧠💬
- AI-powered chat
- Fast response system
- Modular command structure
- Bun runtime support
- Works on VPS, locally, or cloud (Render)
curl -fsSL https://bun.sh/install | bashThen restart terminal or source your shell config.
git clone https://github.com/hakisolos/amatullah.git
cd amatullahbun installCreate or edit /config.ts like this:
export default {
BOT_TOKEN: process.env.BOT_TOKEN || "your_token_here"
};Then create a .env file:
BOT_TOKEN=your_telegram_bot_token_hereKeep
.envprivate — do not commit it.
bun start- Push this project to GitHub
- Create a new Web Service on Render
- Set Build Command to:
bun install - Set Start Command to:
bun start - Add your BOT_TOKEN in Render's Environment Variables
- Deploy 🚀
sudo apt update && sudo apt install git curl
curl -fsSL https://bun.sh/install | bash
# Clone and setup
git clone https://github.com/hakisolos/amatullah.git
cd amatullah
bun install
# Add your .env
nano .env
# Run
bun start- Fork the repo
- Create a new branch:
git checkout -b feature-name - Make your changes
- Commit:
git commit -m "Add: cool feature" - Push:
git push origin feature-name - Open a Pull Request
- Open an Issue
- Describe what happened
- Add logs or screenshots if needed
This project is licensed under the MIT License
Made with 💖 by Nikka Tech Inc