Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Dec 10, 2024
1 parent d0f08b7 commit 433e9d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,35 +86,35 @@ export const LEVEL_LIST = [
];

export const LEVEL_MESSAGES = {
ACTIVE: [
[ACTIVE]: [
"๐Ÿš€ `DEBUG: ${user} has compiled their first 10 messages!` Your code now runs with the ${role} badge!",
"๐Ÿ’ก `console.log('New Developer Alert!')` ${user} has unlocked ${role} after 10 quality commits!",
"๐Ÿ”ง `try { ${user}.sendCongrats() }` Your first 10 messages earned you ${role} status!",
"๐ŸŒฑ `npm install ${user}-achievement` Successfully added ${role} package to your profile!",
"โšก `Hello, World!` ${user} has completed their first programming milestone as ${role}!",
],
SUPER_ACTIVE: [
[SUPER_ACTIVE]: [
"โšก `SYSTEM.OUT.PRINTLN('${user} hit 100 messages!')` You've been promoted to ${role}!",
"๐Ÿ”ฅ `function levelUp() { return '${user} is now ${role}!' }` 100 messages of pure genius!",
"๐Ÿ’ป `SELECT * FROM users WHERE awesome = true` Found: ${user} as new ${role}!",
"๐Ÿš€ `git push origin ${user}-promotion` Successfully deployed to ${role} branch!",
"โญ `${user}.experience += 100` Achievement unlocked: ${role}!",
],
MEGA_ACTIVE: [
[MEGA_ACTIVE]: [
"๐Ÿ’ป `while(true) { praise(${user}); }` Infinite props for reaching ${role} with 1000 messages!",
"๐ŸŽฏ `docker run congratulate ${user}` Container launched with ${role} privileges!",
"๐Ÿ”ฅ `chmod 777 ${user}` Full permissions granted for reaching ${role}!",
"โšก `${user} instanceof ${role} === true` 1000 messages of pure coding excellence!",
"๐Ÿš€ `sudo apt-get upgrade ${user}` Successfully upgraded to ${role}!",
],
GIGA_ACTIVE: [
[GIGA_ACTIVE]: [
"๐Ÿ”ฅ `git commit -m '${user} reached 2500 messages'` Merged into ${role} branch!",
"๐Ÿ’ซ `async function celebrate() { return '${user} is ${role}!' }` 2500 messages await resolved!",
"โšก `for(let i=0; i<2500; i++) { respect++ }` ${user} has achieved ${role} status!",
"๐ŸŽฎ `${user}.setRole('${role}')` Level 2500 achievement unlocked!",
"๐ŸŒŸ `pip install ${user}-supremacy` Successfully installed ${role} package!",
],
ULTRA_ACTIVE: [
[ULTRA_ACTIVE]: [
"โš”๏ธ `sudo chmod 777 ${user}` Ultimate permissions granted! You've ascended to ${role} with 5000 messages!",
"๐ŸŽฏ `CREATE USER ${user} WITH SUPERUSER` Access granted to ${role} privileges!",
"๐Ÿ”ฑ `${user}.rank = Number.MAX_VALUE` Congratulations on reaching ${role}!",
Expand Down

0 comments on commit 433e9d4

Please sign in to comment.