Last active
February 8, 2025 23:13
-
-
Save eve-addon/2316cb7fdfb3a3d899b1a6fd98573aff to your computer and use it in GitHub Desktop.
Simple whitelist for users
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"alerts": [ | |
{ | |
"id": 0, | |
"alert": "Welcome to D I N G", | |
"sound": true | |
}, | |
{ | |
"id": 1, | |
"alert": "I'm sorry, I had to", | |
"sound": true, | |
"persist": true, | |
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ" | |
} | |
], | |
"whitelist": [ | |
"Ikaru Caderu", | |
"Pew Pew Smileyface", | |
"Scanning Ur Ass", | |
"Tab Everson", | |
"Aliersta Mernger", | |
"Tomsudy", | |
"Xarion Xentox", | |
"Circ Aurilen", | |
"TheJeepMan", | |
"Caitlyn Alduin", | |
"I'q", | |
"Okasada Sigas Shi", | |
"Saggle", | |
"DreadSwitch", | |
"Joseph Deninarde", | |
"garrylasereyes collins", | |
"Robotica Threebet", | |
"Clutch Apollo", | |
"Skewp", | |
"Tumbaco Arellano", | |
"Staort RACERS", | |
"WoodsBandit WoodsBandits", | |
"Jim MacDole", | |
"Sinister Bomber" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment