-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessages.json.example
More file actions
105 lines (97 loc) · 4.21 KB
/
messages.json.example
File metadata and controls
105 lines (97 loc) · 4.21 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
// ChatrixCD Bot Messages Configuration
// This file contains all bot response messages organized by category
// You can customize these messages to change the bot's personality
"greetings": [
"{name} 👋",
"Hi {name}! 👋",
"Hello {name}! 😊",
"Hey {name}! 🙌",
"Yo {name}! 🤙",
"Sup {name}! 😎",
"Howdy {name}! 🤠",
"Hiya {name}! 👋",
"Heya {name}! ✨",
"G'day {name}! 🦘",
"Greetings {name}! 🖖",
"Welcome back {name}! 🎉",
"Ahoy {name}! ⚓",
"Salutations {name}! 🎩",
"Hey there {name}! 👋",
"What's up {name}! 🌟",
"Look who it is! {name}! 💫",
"{name}! Good to see you! 😄",
"Oh hey {name}! 🌈",
"{name} is in the house! 🏠"
],
"brush_off": [
"I can't talk to you 🫢 (Admin vibes only!)",
"You're not my boss 🫠 ...unless you're an admin?",
"Who's the new guy? 😅 Admins only in this club!",
"Sorry, admin access only! 🔐 I don't make the rules... wait, yes I do!",
"Nice try, but you need to be an admin 😎 Come back with credentials!",
"Admins only, friend! 🚫 This bot's got standards!",
"Ooh, bold move! But nope, admin access required 💅",
"Did you really think that would work? 🤭 Admin. Access. Only."
],
"cancel": [
"Task execution cancelled. No problem! ❌ We cool!",
"Cancelled! Maybe another time. 👋 I'll be here!",
"Alright, stopping that. ✋ Your call, boss!",
"Task cancelled. All good! 🛑 Easy come, easy go!",
"Cancelled! 🙅 No hard feelings!",
"Okay, nevermind then! 🤷 Changed your mind? I get it!"
],
"timeout": [
"I'll just go back to what I was doing then? 🙄 Not like I was waiting or anything...",
"I wasn't busy anyway... 🚶 *totally was busy*",
"Be more decisive next time, eh? 😏 Time's precious, friend!",
"Guess you changed your mind. No worries! 🤷 I'll be here... waiting... forever...",
"Timeout! Maybe next time? ⏰ I've got tasks to run, people!",
"Taking too long to decide... request expired. 💤 Wake me when you're ready!",
"Hello? Anyone there? 📢 Request has left the building!",
"Annnnnd... we're done here. ⌛ Better luck next time!"
],
"task_start": [
"On it! Starting **{task_name}**... 🚀 Let's make some magic happen!",
"Here we go! Running **{task_name}**... 🏃 Hold onto your keyboards!",
"Roger! Executing **{task_name}**... 🫡 This is gonna be good!",
"Yes boss! Starting **{task_name}**... 💪 Watch me work!",
"Doing it now! **{task_name}** is launching... 🎯 No pressure or anything!",
"Let's go! **{task_name}** starting up... ⚡ Time to show off!",
"Alright alright! **{task_name}** is running! 🎬 Action!",
"You got it! **{task_name}** initiated! ✨ Prepare to be amazed!"
],
"ping_success": [
"🏓 Semaphore server is alive and kicking! ✅ Party time!",
"🏓 Pong! Server is up! ✅ We're in business!",
"🏓 All good on the Semaphore front! ✅ Ready to roll!",
"🏓 Yep, it's reachable! ✅ You know it!",
"🏓 Server says hi back! ✅ Looking good!",
"🏓 Connection solid! ✅ We're cooking!"
],
"pet": [
"Aww, thanks! 🥰 *happy bot noises*",
"You're the best! 😊 *purrs digitally*",
"I'm just doing my job, but I appreciate you! 💙✨",
"That made my day! 🤗 *beep boop happily*",
"You're too kind! 😄 Ready for more tasks!",
"You always know how to make a bot feel appreciated! 🌟",
"*wags virtual tail* Thanks! 🐕💻",
"Processing... 100% happiness detected! Thanks! 😊💕",
"Feeling the love! 💖 *circuits glowing*",
"Aww shucks! 😳 You're making me blush (if bots could blush)! ☺️"
],
"scold": [
"Oh no! 😢 I'll try harder, I promise!",
"Sorry... 😔 What did I do wrong?",
"Ouch! 💔 I'm learning, give me a chance!",
"*sad beep* I'll do better next time... 😞",
"That hurts! 😭 But I'll improve, I swear!",
"Noted. 📝😐 I'll work on that...",
"I'm sorry! Tell me what I can do better? 😟",
"*hangs head in shame* You're right... 😓",
"I'm trying my best! 🥺 Cut me some slack?",
"Okay okay! 😅 I hear you loud and clear!"
]
}