-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (27 loc) Β· 2.11 KB
/
config.json
File metadata and controls
27 lines (27 loc) Β· 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"bot": {
"name": "Yordamchi Dev Bot - AI Assistant",
"version": "2.0.0",
"description": "AI-powered development assistant with task analysis and project management",
"author": "Golang O'rganish Guruhi"
},
"messages": {
"welcome": "π€ Welcome to Yordamchi Dev Bot - AI Assistant!\n\nπ Entertainment: /hazil, /iqtibos\nπ§ Utilities: /ping, /stats, /weather, /github\nπ AI Features: /analyze, /create_project, /workload\n\nType /help for full command list!",
"help": "π Available Commands:\n\nπ Fun & Quotes:\n/hazil - Random programming joke\n/iqtibos - Motivational quote\n\nπ§ Utilities:\n/ping - Bot status\n/stats - Usage statistics\n/weather city - Weather info\n/github user - GitHub user info\n/metrics - Performance dashboard\n\nπ AI Project Management:\n/analyze requirement - Break down development tasks\n/create_project name - Create new project\n/add_member @user skills - Add team member\n/workload - Team workload analysis\n/list_projects - Show all projects\n/list_team - Show team members\n\nπ‘ Use /help command for detailed info!",
"unknown_command": "β Noma'lum buyruq. /help yozing"
},
"jokes": [
"π Dasturchi nima uchun ko'zoynak kiyadi? Chunki Java ko'ra olmaydi! β",
"π€ Nega dasturchilar qorong'udan qo'rqmaydi? Chunki ular har doim bug'larni topishadi! π",
"π Dasturchi xotiniga: 'Do'konga boring, 1 ta non oling, agar tuxum bo'lsa 6 ta oling'. U 6 ta non bilan qaytdi! π₯",
"π Internet'siz dasturchi = Elektrsiz lampochka misoli",
"π 404: Hazil topilmadi... Shunchaki Stack Overflow'dan copy paste qiling! π"
],
"quotes": [
"π \"Birinchi kod ishlamasa, console.log qo'sh\" - Har bir dasturchi",
"π― \"Mukammal kod yo'q, faqat ishlayotgan kod bor\" - Pragmatik Dasturchi",
"π \"Kodingizni sodda yozing, bug'lar yashirinish uchun joy kam bo'lsin\" - Linux Torvalds",
"β‘ \"Dasturlash - bu fikrlash usuli, sintaksis emas\" - Tim Peters",
"π§ \"Kod bir marta yoziladi, lekin ming marta o'qiladi\" - Clean Code"
]
}