├── LICENSE.md ├── README.md ├── birb.json ├── blargbot.json ├── discordcards.json ├── parkerbot.json ├── trellobot.json └── website-template.json /LICENSE.md: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Terminal 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Botlist Servers 2 | 3 | In this repository we aim to give you a list of all servers that we have deemed to be using a botlist, however dependant on the user who submitted the file this should change how you approach there lists. Each list is given in different formats and hopefully by reading the list below you will be able to deter what amount the user has made the bot leave the servers. 4 | 5 | [If you're looking to contribute to the site, please checkout this branch.](https://github.com/Terminal/botlist-servers/tree/gh-pages) 6 | 7 | Bot | Author | Definition | Date | Description 8 | --- | ------ | ---------- | ---- | ----------- 9 | blargbot
[view](blargbot.json) | stupid cat | 20m, 50% | 2017-07-20 | Ran by blargbot and generated into a list for another project this was created in order to catch pesky users however never acted upon. 10 | Parkerbot
[view](parkerbot.json) | MSS | 20m, 50% | 2017-08-16 | A Parker Square of a Bot listing. Contains more detailed details compared to previously. 11 | DiscordMail
[view](https://discordmail.com/api/collection) | MSS | 20m, 50% | Live | Uses the same system as Parkerbot. 12 | Trello Bot
[view](trellobot.json) | Snazzah | 20m, 75% | 2017-07-19 | A snapshot of all guilds matched by the definition in all shards. 13 | Discord Cards
[view](discordcards.json) | Snazzah | 20m, 75% | 2017-07-19 | A snapshot of all guilds matched by the definition in all shards. 14 | Birb
[view](birb.json) | Jakeoid | 10m, 60% | 2017-07-28 | A snapshot of all guilds matched by the definition in all shards. 15 | 16 | ## Contributing 17 | 18 | 1. Fork this repo 19 | 2. Add your files/make changes 20 | 3. Create a pull request 21 | 4. ??? 22 | 5. Profit 23 | 24 | ### Adding an entry to the Website Template 25 | ```json 26 | { 27 | "name": "some cool bot", 28 | "date": "2017-07-19", 29 | "def": "20m 50%", 30 | "author": "bot finder", 31 | "description": "This is a description", 32 | "icon": "https://blargbot.xyz/img/blargbot.png", 33 | "link": "https://rawgit.com/Terminal/botlist-servers/master/blargbot.json", 34 | "entry_info_link": "https://github.com/Terminal/botlist-servers/blob/master/blargbot.json", 35 | "disect": { 36 | "entry": { 37 | "title": "{{name}}", 38 | "subtitle": "{{id}}", 39 | "icon": "{{icon}}" 40 | }, 41 | "full_info": { 42 | "Name": "{{name}}", 43 | "ID": "{{id}}", 44 | "Bot Percentage": "{{percentageBots}}", 45 | "User / Bots / Total": "{{userAccounts}} / {{botAccounts}} / {{totalMembers}}", 46 | "Timestamp": "{{timestamp}}" 47 | } 48 | } 49 | } 50 | ``` 51 | | Key | Description | 52 | |-----|-------------| 53 | | name, author, data, description | The values corresponding with the main table above. | 54 | | def | The definition. | 55 | | icon | The icon used for displaying the entry. | 56 | | link | The link the website will be using to request data. | 57 | | entry_info_link | The link to display the JSON. (i.e. a GitHub link) | 58 | | disect | See below | 59 | 60 | ### `disect` 61 | | Key | Description | 62 | |-----|-------------| 63 | | entry | The values to use when displaying a guild. The keys shown are required. Uses [Mustache](https://github.com/janl/mustache.js). | 64 | | full_info | The keys and values to use when displaying full information in a table. Everything in the object is customizable. Both keys and values use [Mustache](https://github.com/janl/mustache.js). | 65 | 66 | ## Requirements 67 | 68 | - Must be in `.json` format and an array 69 | - Must not be a full list of every guild, only show bot lists. 70 | - If doing so manually, place information wherever you can in the table above. 71 | - Make sure you edit the table before submitting a pull request. 72 | 73 | ## Column Key 74 | 75 | ### Definition 76 | 77 | Written | Definition 78 | ------- | ---------- 79 | 5u | Minimum of 5 users 80 | 5b | Minimum of 5 bots 81 | 5m | Minimum of 5 members 82 | 30% | Maximum of 30% bots 83 | 5m, 30% | Minimum of 5 members AND 30% maximum bots 84 | -------------------------------------------------------------------------------- /discordcards.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": "322436268300566529", 4 | "name": "Mindscape", 5 | "percentage": 91.66666666666666, 6 | "fixed_percentage": "92", 7 | "count": { 8 | "user": 2, 9 | "bot": 22, 10 | "total": 24 11 | }, 12 | "timestamp": "Thu Jun 08 2017 18:06:36 GMT+0000 (UTC)" 13 | }, 14 | { 15 | "id": "243369418019700737", 16 | "name": "bot test room", 17 | "percentage": 93.10344827586206, 18 | "fixed_percentage": "93", 19 | "count": { 20 | "user": 4, 21 | "bot": 54, 22 | "total": 58 23 | }, 24 | "timestamp": "Wed Nov 02 2016 13:43:10 GMT+0000 (UTC)" 25 | }, 26 | { 27 | "id": "331981755177238530", 28 | "name": "Bot HeLL: Crono is a homo edition", 29 | "percentage": 98.13664596273291, 30 | "fixed_percentage": "98", 31 | "count": { 32 | "user": 21, 33 | "bot": 1106, 34 | "total": 1127 35 | }, 36 | "timestamp": "Wed Jul 05 2017 02:16:58 GMT+0000 (UTC)" 37 | }, 38 | { 39 | "id": "321370330507771906", 40 | "name": "Joysick and Extraxz's stream hangout", 41 | "percentage": 75.55555555555556, 42 | "fixed_percentage": "76", 43 | "count": { 44 | "user": 11, 45 | "bot": 34, 46 | "total": 45 47 | }, 48 | "timestamp": "Mon Jun 05 2017 19:30:57 GMT+0000 (UTC)" 49 | }, 50 | { 51 | "id": "306442264174002197", 52 | "name": "Bots Home", 53 | "percentage": 76.66666666666667, 54 | "fixed_percentage": "77", 55 | "count": { 56 | "user": 7, 57 | "bot": 23, 58 | "total": 30 59 | }, 60 | "timestamp": "Tue Apr 25 2017 14:52:09 GMT+0000 (UTC)" 61 | }, 62 | { 63 | "id": "302121669437161492", 64 | "name": "Game and alot of bot", 65 | "percentage": 86.95652173913044, 66 | "fixed_percentage": "87", 67 | "count": { 68 | "user": 3, 69 | "bot": 20, 70 | "total": 23 71 | }, 72 | "timestamp": "Thu Apr 13 2017 16:43:39 GMT+0000 (UTC)" 73 | }, 74 | { 75 | "id": "307559748780425218", 76 | "name": "KingJoongeDner7", 77 | "percentage": 83.33333333333334, 78 | "fixed_percentage": "83", 79 | "count": { 80 | "user": 6, 81 | "bot": 30, 82 | "total": 36 83 | }, 84 | "timestamp": "Fri Apr 28 2017 16:52:38 GMT+0000 (UTC)" 85 | }, 86 | { 87 | "id": "315553128512618497", 88 | "name": "Dynamic Fun", 89 | "percentage": 80.55555555555556, 90 | "fixed_percentage": "81", 91 | "count": { 92 | "user": 7, 93 | "bot": 29, 94 | "total": 36 95 | }, 96 | "timestamp": "Sat May 20 2017 18:15:28 GMT+0000 (UTC)" 97 | }, 98 | { 99 | "id": "302842641798922241", 100 | "name": "CyndaquilDAC Offical Server", 101 | "percentage": 81.48148148148148, 102 | "fixed_percentage": "81", 103 | "count": { 104 | "user": 10, 105 | "bot": 44, 106 | "total": 54 107 | }, 108 | "timestamp": "Sat Apr 15 2017 16:28:32 GMT+0000 (UTC)" 109 | }, 110 | { 111 | "id": "292971870221893632", 112 | "name": "games and tornei", 113 | "percentage": 75.75757575757575, 114 | "fixed_percentage": "76", 115 | "count": { 116 | "user": 8, 117 | "bot": 25, 118 | "total": 33 119 | }, 120 | "timestamp": "Sun Mar 19 2017 10:45:37 GMT+0000 (UTC)" 121 | }, 122 | { 123 | "id": "272016808544960513", 124 | "name": "1T1C", 125 | "percentage": 96.29629629629629, 126 | "fixed_percentage": "96", 127 | "count": { 128 | "user": 1, 129 | "bot": 26, 130 | "total": 27 131 | }, 132 | "timestamp": "Fri Jan 20 2017 14:57:40 GMT+0000 (UTC)" 133 | }, 134 | { 135 | "id": "332688889296846850", 136 | "name": "BOT", 137 | "percentage": 96, 138 | "fixed_percentage": "96", 139 | "count": { 140 | "user": 1, 141 | "bot": 24, 142 | "total": 25 143 | }, 144 | "timestamp": "Fri Jul 07 2017 01:06:52 GMT+0000 (UTC)" 145 | }, 146 | { 147 | "id": "277883105740849160", 148 | "name": "Bot-Hell", 149 | "percentage": 92.23300970873787, 150 | "fixed_percentage": "92", 151 | "count": { 152 | "user": 8, 153 | "bot": 95, 154 | "total": 103 155 | }, 156 | "timestamp": "Sun Feb 05 2017 19:28:15 GMT+0000 (UTC)" 157 | }, 158 | { 159 | "id": "272853143879024650", 160 | "name": "trump is orange", 161 | "percentage": 76, 162 | "fixed_percentage": "76", 163 | "count": { 164 | "user": 6, 165 | "bot": 19, 166 | "total": 25 167 | }, 168 | "timestamp": "Sun Jan 22 2017 22:20:58 GMT+0000 (UTC)" 169 | }, 170 | { 171 | "id": "252388688766435328", 172 | "name": "The Mall", 173 | "percentage": 91.14173228346458, 174 | "fixed_percentage": "91", 175 | "count": { 176 | "user": 45, 177 | "bot": 463, 178 | "total": 508 179 | }, 180 | "timestamp": "Sun Nov 27 2016 11:02:32 GMT+0000 (UTC)" 181 | }, 182 | { 183 | "id": "282091622349537280", 184 | "name": "[KiNG] Semi-Public", 185 | "percentage": 84.44444444444444, 186 | "fixed_percentage": "84", 187 | "count": { 188 | "user": 7, 189 | "bot": 38, 190 | "total": 45 191 | }, 192 | "timestamp": "Fri Feb 17 2017 10:11:23 GMT+0000 (UTC)" 193 | }, 194 | { 195 | "id": "289331292883910658", 196 | "name": "┌─ AjLukNetwork ─┐", 197 | "percentage": 82.6086956521739, 198 | "fixed_percentage": "83", 199 | "count": { 200 | "user": 4, 201 | "bot": 19, 202 | "total": 23 203 | }, 204 | "timestamp": "Thu Mar 09 2017 09:39:15 GMT+0000 (UTC)" 205 | }, 206 | { 207 | "id": "308766461130833922", 208 | "name": "MLG PRO MISHO", 209 | "percentage": 89.65517241379311, 210 | "fixed_percentage": "90", 211 | "count": { 212 | "user": 3, 213 | "bot": 26, 214 | "total": 29 215 | }, 216 | "timestamp": "Tue May 02 2017 00:47:40 GMT+0000 (UTC)" 217 | }, 218 | { 219 | "id": "295205098714562560", 220 | "name": "@@", 221 | "percentage": 87.09677419354838, 222 | "fixed_percentage": "87", 223 | "count": { 224 | "user": 8, 225 | "bot": 54, 226 | "total": 62 227 | }, 228 | "timestamp": "Sat Mar 25 2017 14:39:40 GMT+0000 (UTC)" 229 | }, 230 | { 231 | "id": "334393245071048706", 232 | "name": "fag", 233 | "percentage": 94.82758620689656, 234 | "fixed_percentage": "95", 235 | "count": { 236 | "user": 3, 237 | "bot": 55, 238 | "total": 58 239 | }, 240 | "timestamp": "Tue Jul 11 2017 17:59:22 GMT+0000 (UTC)" 241 | }, 242 | { 243 | "id": "320321896828633098", 244 | "name": "Chrab Maghir 97ab AKA SADE9", 245 | "percentage": 97.19626168224299, 246 | "fixed_percentage": "97", 247 | "count": { 248 | "user": 3, 249 | "bot": 104, 250 | "total": 107 251 | }, 252 | "timestamp": "Fri Jun 02 2017 22:04:51 GMT+0000 (UTC)" 253 | }, 254 | { 255 | "id": "292308888416681985", 256 | "name": "الجيش الثوري في ون بيس", 257 | "percentage": 75.55555555555556, 258 | "fixed_percentage": "76", 259 | "count": { 260 | "user": 11, 261 | "bot": 34, 262 | "total": 45 263 | }, 264 | "timestamp": "Fri Mar 17 2017 14:51:09 GMT+0000 (UTC)" 265 | }, 266 | { 267 | "id": "309843057757650945", 268 | "name": "Trevor's Land of Freaks", 269 | "percentage": 84.84848484848484, 270 | "fixed_percentage": "85", 271 | "count": { 272 | "user": 5, 273 | "bot": 28, 274 | "total": 33 275 | }, 276 | "timestamp": "Fri May 05 2017 00:05:41 GMT+0000 (UTC)" 277 | }, 278 | { 279 | "id": "322654111180914688", 280 | "name": "Barack Obama Takes Shit (BOTS)", 281 | "percentage": 95.6140350877193, 282 | "fixed_percentage": "96", 283 | "count": { 284 | "user": 10, 285 | "bot": 218, 286 | "total": 228 287 | }, 288 | "timestamp": "Fri Jun 09 2017 08:32:14 GMT+0000 (UTC)" 289 | }, 290 | { 291 | "id": "320183766796599309", 292 | "name": "ALL THE BOTS!", 293 | "percentage": 98.06451612903226, 294 | "fixed_percentage": "98", 295 | "count": { 296 | "user": 3, 297 | "bot": 152, 298 | "total": 155 299 | }, 300 | "timestamp": "Fri Jun 02 2017 12:55:58 GMT+0000 (UTC)" 301 | }, 302 | { 303 | "id": "320004330788749313", 304 | "name": "Beep World", 305 | "percentage": 93.75, 306 | "fixed_percentage": "94", 307 | "count": { 308 | "user": 9, 309 | "bot": 135, 310 | "total": 144 311 | }, 312 | "timestamp": "Fri Jun 02 2017 01:02:57 GMT+0000 (UTC)" 313 | }, 314 | { 315 | "id": "321323090783109121", 316 | "name": "\"The chat.\"", 317 | "percentage": 95.65217391304348, 318 | "fixed_percentage": "96", 319 | "count": { 320 | "user": 2, 321 | "bot": 44, 322 | "total": 46 323 | }, 324 | "timestamp": "Mon Jun 05 2017 16:23:14 GMT+0000 (UTC)" 325 | }, 326 | { 327 | "id": "265598826935615490", 328 | "name": "The server of memes", 329 | "percentage": 88.88888888888889, 330 | "fixed_percentage": "89", 331 | "count": { 332 | "user": 3, 333 | "bot": 24, 334 | "total": 27 335 | }, 336 | "timestamp": "Mon Jan 02 2017 21:54:54 GMT+0000 (UTC)" 337 | }, 338 | { 339 | "id": "331235602932695050", 340 | "name": "roblox hangout", 341 | "percentage": 96, 342 | "fixed_percentage": "96", 343 | "count": { 344 | "user": 1, 345 | "bot": 24, 346 | "total": 25 347 | }, 348 | "timestamp": "Mon Jul 03 2017 00:52:01 GMT+0000 (UTC)" 349 | }, 350 | { 351 | "id": "289127548343025666", 352 | "name": "Bot World", 353 | "percentage": 80, 354 | "fixed_percentage": "80", 355 | "count": { 356 | "user": 5, 357 | "bot": 20, 358 | "total": 25 359 | }, 360 | "timestamp": "Wed Mar 08 2017 20:09:39 GMT+0000 (UTC)" 361 | }, 362 | { 363 | "id": "314503819390091274", 364 | "name": "youtube", 365 | "percentage": 76.92307692307693, 366 | "fixed_percentage": "77", 367 | "count": { 368 | "user": 9, 369 | "bot": 30, 370 | "total": 39 371 | }, 372 | "timestamp": "Wed May 17 2017 20:45:53 GMT+0000 (UTC)" 373 | }, 374 | { 375 | "id": "331473552022831106", 376 | "name": "קבוצע של אנשים שרוצים לשתשע בבוטים", 377 | "percentage": 96.29629629629629, 378 | "fixed_percentage": "96", 379 | "count": { 380 | "user": 2, 381 | "bot": 52, 382 | "total": 54 383 | }, 384 | "timestamp": "Mon Jul 03 2017 16:37:33 GMT+0000 (UTC)" 385 | }, 386 | { 387 | "id": "317025646633025536", 388 | "name": "Obnoxious Bot Server", 389 | "percentage": 98.36065573770492, 390 | "fixed_percentage": "98", 391 | "count": { 392 | "user": 2, 393 | "bot": 120, 394 | "total": 122 395 | }, 396 | "timestamp": "Wed May 24 2017 19:46:44 GMT+0000 (UTC)" 397 | }, 398 | { 399 | "id": "313879037300834308", 400 | "name": "No Go Zone", 401 | "percentage": 97.30458221024259, 402 | "fixed_percentage": "97", 403 | "count": { 404 | "user": 10, 405 | "bot": 361, 406 | "total": 371 407 | }, 408 | "timestamp": "Tue May 16 2017 03:23:14 GMT+0000 (UTC)" 409 | }, 410 | { 411 | "id": "292085473059405825", 412 | "name": "philip", 413 | "percentage": 94, 414 | "fixed_percentage": "94", 415 | "count": { 416 | "user": 3, 417 | "bot": 47, 418 | "total": 50 419 | }, 420 | "timestamp": "Fri Mar 17 2017 00:03:23 GMT+0000 (UTC)" 421 | }, 422 | { 423 | "id": "244513016471748608", 424 | "name": "Фотожоп", 425 | "percentage": 93.93939393939394, 426 | "fixed_percentage": "94", 427 | "count": { 428 | "user": 2, 429 | "bot": 31, 430 | "total": 33 431 | }, 432 | "timestamp": "Sat Nov 05 2016 17:27:25 GMT+0000 (UTC)" 433 | }, 434 | { 435 | "id": "187711591729463296", 436 | "name": "Temple's Temple", 437 | "percentage": 98.63481228668942, 438 | "fixed_percentage": "99", 439 | "count": { 440 | "user": 4, 441 | "bot": 289, 442 | "total": 293 443 | }, 444 | "timestamp": "Wed Jun 01 2016 23:38:50 GMT+0000 (UTC)" 445 | }, 446 | { 447 | "id": "291777866620993536", 448 | "name": "toss me my beer", 449 | "percentage": 99.50980392156863, 450 | "fixed_percentage": "100", 451 | "count": { 452 | "user": 1, 453 | "bot": 203, 454 | "total": 204 455 | }, 456 | "timestamp": "Thu Mar 16 2017 03:41:04 GMT+0000 (UTC)" 457 | }, 458 | { 459 | "id": "271533746040078336", 460 | "name": "the retard zone", 461 | "percentage": 94.91525423728814, 462 | "fixed_percentage": "95", 463 | "count": { 464 | "user": 12, 465 | "bot": 224, 466 | "total": 236 467 | }, 468 | "timestamp": "Thu Jan 19 2017 06:58:09 GMT+0000 (UTC)" 469 | }, 470 | { 471 | "id": "293266623207571457", 472 | "name": "A Diophantine in Prime Odd Degrees", 473 | "percentage": 88.76611418047882, 474 | "fixed_percentage": "89", 475 | "count": { 476 | "user": 61, 477 | "bot": 482, 478 | "total": 543 479 | }, 480 | "timestamp": "Mon Mar 20 2017 06:16:51 GMT+0000 (UTC)" 481 | }, 482 | { 483 | "id": "282544895825281025", 484 | "name": "Personal Server", 485 | "percentage": 88.63636363636364, 486 | "fixed_percentage": "89", 487 | "count": { 488 | "user": 5, 489 | "bot": 39, 490 | "total": 44 491 | }, 492 | "timestamp": "Sat Feb 18 2017 16:12:32 GMT+0000 (UTC)" 493 | }, 494 | { 495 | "id": "334773226003628033", 496 | "name": "Bot hell", 497 | "percentage": 99.50433705080545, 498 | "fixed_percentage": "100", 499 | "count": { 500 | "user": 4, 501 | "bot": 803, 502 | "total": 807 503 | }, 504 | "timestamp": "Wed Jul 12 2017 19:09:16 GMT+0000 (UTC)" 505 | }, 506 | { 507 | "id": "301545824339492874", 508 | "name": "1 SYDNEY'S BOT HELL", 509 | "percentage": 97.9381443298969, 510 | "fixed_percentage": "98", 511 | "count": { 512 | "user": 4, 513 | "bot": 190, 514 | "total": 194 515 | }, 516 | "timestamp": "Wed Apr 12 2017 02:35:26 GMT+0000 (UTC)" 517 | }, 518 | { 519 | "id": "313143259239284736", 520 | "name": "GIGA HELL (jesus friendly :]", 521 | "percentage": 81.37931034482759, 522 | "fixed_percentage": "81", 523 | "count": { 524 | "user": 27, 525 | "bot": 118, 526 | "total": 145 527 | }, 528 | "timestamp": "Sun May 14 2017 02:39:30 GMT+0000 (UTC)" 529 | }, 530 | { 531 | "id": "331875002750074880", 532 | "name": "discord gone wrong", 533 | "percentage": 82.6086956521739, 534 | "fixed_percentage": "83", 535 | "count": { 536 | "user": 4, 537 | "bot": 19, 538 | "total": 23 539 | }, 540 | "timestamp": "Tue Jul 04 2017 19:12:46 GMT+0000 (UTC)" 541 | }, 542 | { 543 | "id": "288388698741932032", 544 | "name": "Harambae", 545 | "percentage": 78.26086956521739, 546 | "fixed_percentage": "78", 547 | "count": { 548 | "user": 5, 549 | "bot": 18, 550 | "total": 23 551 | }, 552 | "timestamp": "Mon Mar 06 2017 19:13:43 GMT+0000 (UTC)" 553 | }, 554 | { 555 | "id": "333504880679452683", 556 | "name": "Samir's Discord Server (alpha 4)", 557 | "percentage": 84.61538461538461, 558 | "fixed_percentage": "85", 559 | "count": { 560 | "user": 4, 561 | "bot": 22, 562 | "total": 26 563 | }, 564 | "timestamp": "Sun Jul 09 2017 07:09:19 GMT+0000 (UTC)" 565 | }, 566 | { 567 | "id": "287436231778893824", 568 | "name": "Aiden is Dead", 569 | "percentage": 96.42857142857143, 570 | "fixed_percentage": "96", 571 | "count": { 572 | "user": 1, 573 | "bot": 27, 574 | "total": 28 575 | }, 576 | "timestamp": "Sat Mar 04 2017 04:08:57 GMT+0000 (UTC)" 577 | }, 578 | { 579 | "id": "277720517564301313", 580 | "name": "CS Players :D :D", 581 | "percentage": 80, 582 | "fixed_percentage": "80", 583 | "count": { 584 | "user": 6, 585 | "bot": 24, 586 | "total": 30 587 | }, 588 | "timestamp": "Sun Feb 05 2017 08:42:11 GMT+0000 (UTC)" 589 | }, 590 | { 591 | "id": "277930117924257792", 592 | "name": "Why Tako Festr", 593 | "percentage": 90.35087719298247, 594 | "fixed_percentage": "90", 595 | "count": { 596 | "user": 11, 597 | "bot": 103, 598 | "total": 114 599 | }, 600 | "timestamp": "Sun Feb 05 2017 22:35:03 GMT+0000 (UTC)" 601 | }, 602 | { 603 | "id": "316440416352206848", 604 | "name": "BOTS", 605 | "percentage": 96.875, 606 | "fixed_percentage": "97", 607 | "count": { 608 | "user": 3, 609 | "bot": 93, 610 | "total": 96 611 | }, 612 | "timestamp": "Tue May 23 2017 05:01:14 GMT+0000 (UTC)" 613 | }, 614 | { 615 | "id": "315000722880200710", 616 | "name": "Sly recruitment", 617 | "percentage": 95.83333333333334, 618 | "fixed_percentage": "96", 619 | "count": { 620 | "user": 1, 621 | "bot": 23, 622 | "total": 24 623 | }, 624 | "timestamp": "Fri May 19 2017 05:40:24 GMT+0000 (UTC)" 625 | }, 626 | { 627 | "id": "318006047543525376", 628 | "name": "TESTING", 629 | "percentage": 98.76543209876543, 630 | "fixed_percentage": "99", 631 | "count": { 632 | "user": 1, 633 | "bot": 80, 634 | "total": 81 635 | }, 636 | "timestamp": "Sat May 27 2017 12:42:30 GMT+0000 (UTC)" 637 | }, 638 | { 639 | "id": "332982851404431361", 640 | "name": "poo gang", 641 | "percentage": 95.83333333333334, 642 | "fixed_percentage": "96", 643 | "count": { 644 | "user": 5, 645 | "bot": 115, 646 | "total": 120 647 | }, 648 | "timestamp": "Fri Jul 07 2017 20:34:58 GMT+0000 (UTC)" 649 | }, 650 | { 651 | "id": "317912698165788673", 652 | "name": "Botnet", 653 | "percentage": 94.93243243243244, 654 | "fixed_percentage": "95", 655 | "count": { 656 | "user": 15, 657 | "bot": 281, 658 | "total": 296 659 | }, 660 | "timestamp": "Sat May 27 2017 06:31:33 GMT+0000 (UTC)" 661 | }, 662 | { 663 | "id": "284847207163756544", 664 | "name": "The Happiest House", 665 | "percentage": 84, 666 | "fixed_percentage": "84", 667 | "count": { 668 | "user": 4, 669 | "bot": 21, 670 | "total": 25 671 | }, 672 | "timestamp": "Sat Feb 25 2017 00:41:06 GMT+0000 (UTC)" 673 | }, 674 | { 675 | "id": "311521706567270400", 676 | "name": "Serwer Boga Zarathosa", 677 | "percentage": 75, 678 | "fixed_percentage": "75", 679 | "count": { 680 | "user": 6, 681 | "bot": 18, 682 | "total": 24 683 | }, 684 | "timestamp": "Tue May 09 2017 15:16:02 GMT+0000 (UTC)" 685 | }, 686 | { 687 | "id": "310661533896278016", 688 | "name": "●□●", 689 | "percentage": 75, 690 | "fixed_percentage": "75", 691 | "count": { 692 | "user": 8, 693 | "bot": 24, 694 | "total": 32 695 | }, 696 | "timestamp": "Sun May 07 2017 06:18:01 GMT+0000 (UTC)" 697 | }, 698 | { 699 | "id": "317347251116703745", 700 | "name": "380+ Bots! [Testing/Fun]", 701 | "percentage": 95.97855227882037, 702 | "fixed_percentage": "96", 703 | "count": { 704 | "user": 15, 705 | "bot": 358, 706 | "total": 373 707 | }, 708 | "timestamp": "Thu May 25 2017 17:04:40 GMT+0000 (UTC)" 709 | }, 710 | { 711 | "id": "292688595242713088", 712 | "name": "qυιк!ѕтσρ", 713 | "percentage": 77.55102040816327, 714 | "fixed_percentage": "78", 715 | "count": { 716 | "user": 11, 717 | "bot": 38, 718 | "total": 49 719 | }, 720 | "timestamp": "Sat Mar 18 2017 15:59:58 GMT+0000 (UTC)" 721 | }, 722 | { 723 | "id": "163485670906658817", 724 | "name": "Dooku's Droid Army", 725 | "percentage": 96.90721649484536, 726 | "fixed_percentage": "97", 727 | "count": { 728 | "user": 6, 729 | "bot": 188, 730 | "total": 194 731 | }, 732 | "timestamp": "Sun Mar 27 2016 03:13:41 GMT+0000 (UTC)" 733 | }, 734 | { 735 | "id": "266700211294961665", 736 | "name": "Elbaite", 737 | "percentage": 84, 738 | "fixed_percentage": "84", 739 | "count": { 740 | "user": 4, 741 | "bot": 21, 742 | "total": 25 743 | }, 744 | "timestamp": "Thu Jan 05 2017 22:51:25 GMT+0000 (UTC)" 745 | }, 746 | { 747 | "id": "290167593371959306", 748 | "name": "Touchy und retlit100 Gemeinschaft Server", 749 | "percentage": 87.5, 750 | "fixed_percentage": "88", 751 | "count": { 752 | "user": 4, 753 | "bot": 28, 754 | "total": 32 755 | }, 756 | "timestamp": "Sat Mar 11 2017 17:02:25 GMT+0000 (UTC)" 757 | }, 758 | { 759 | "id": "335530322521227284", 760 | "name": "KUL KEEDZ", 761 | "percentage": 96.07843137254902, 762 | "fixed_percentage": "96", 763 | "count": { 764 | "user": 4, 765 | "bot": 98, 766 | "total": 102 767 | }, 768 | "timestamp": "Fri Jul 14 2017 21:17:42 GMT+0000 (UTC)" 769 | }, 770 | { 771 | "id": "333767380230602773", 772 | "name": "Bot Fun!", 773 | "percentage": 93.85964912280701, 774 | "fixed_percentage": "94", 775 | "count": { 776 | "user": 7, 777 | "bot": 107, 778 | "total": 114 779 | }, 780 | "timestamp": "Mon Jul 10 2017 00:32:24 GMT+0000 (UTC)" 781 | }, 782 | { 783 | "id": "309290019187851265", 784 | "name": "I love Bots Server", 785 | "percentage": 96.15384615384616, 786 | "fixed_percentage": "96", 787 | "count": { 788 | "user": 1, 789 | "bot": 25, 790 | "total": 26 791 | }, 792 | "timestamp": "Wed May 03 2017 11:28:06 GMT+0000 (UTC)" 793 | }, 794 | { 795 | "id": "334660084485324803", 796 | "name": "BOT ARMY", 797 | "percentage": 85.71428571428571, 798 | "fixed_percentage": "86", 799 | "count": { 800 | "user": 5, 801 | "bot": 30, 802 | "total": 35 803 | }, 804 | "timestamp": "Wed Jul 12 2017 11:39:41 GMT+0000 (UTC)" 805 | }, 806 | { 807 | "id": "334034715512274945", 808 | "name": "Super Smash Bros", 809 | "percentage": 97.70114942528735, 810 | "fixed_percentage": "98", 811 | "count": { 812 | "user": 2, 813 | "bot": 85, 814 | "total": 87 815 | }, 816 | "timestamp": "Mon Jul 10 2017 18:14:42 GMT+0000 (UTC)" 817 | }, 818 | { 819 | "id": "318836486726483968", 820 | "name": "Bot", 821 | "percentage": 93.87755102040816, 822 | "fixed_percentage": "94", 823 | "count": { 824 | "user": 3, 825 | "bot": 46, 826 | "total": 49 827 | }, 828 | "timestamp": "Mon May 29 2017 19:42:22 GMT+0000 (UTC)" 829 | }, 830 | { 831 | "id": "300236540385427457", 832 | "name": "El grupo de fans de MlgBenja268", 833 | "percentage": 88.23529411764706, 834 | "fixed_percentage": "88", 835 | "count": { 836 | "user": 4, 837 | "bot": 30, 838 | "total": 34 839 | }, 840 | "timestamp": "Sat Apr 08 2017 11:52:49 GMT+0000 (UTC)" 841 | }, 842 | { 843 | "id": "328360162819702784", 844 | "name": "Gay Hell", 845 | "percentage": 91.30434782608695, 846 | "fixed_percentage": "91", 847 | "count": { 848 | "user": 2, 849 | "bot": 21, 850 | "total": 23 851 | }, 852 | "timestamp": "Sun Jun 25 2017 02:26:03 GMT+0000 (UTC)" 853 | }, 854 | { 855 | "id": "297746360357224450", 856 | "name": "OTP Yasuo", 857 | "percentage": 76.19047619047619, 858 | "fixed_percentage": "76", 859 | "count": { 860 | "user": 5, 861 | "bot": 16, 862 | "total": 21 863 | }, 864 | "timestamp": "Sat Apr 01 2017 14:57:44 GMT+0000 (UTC)" 865 | }, 866 | { 867 | "id": "291463187948109826", 868 | "name": "Liliac in the Summer", 869 | "percentage": 88.88888888888889, 870 | "fixed_percentage": "89", 871 | "count": { 872 | "user": 3, 873 | "bot": 24, 874 | "total": 27 875 | }, 876 | "timestamp": "Wed Mar 15 2017 06:50:39 GMT+0000 (UTC)" 877 | }, 878 | { 879 | "id": "304027801382551552", 880 | "name": "#HailSatan", 881 | "percentage": 89.6103896103896, 882 | "fixed_percentage": "90", 883 | "count": { 884 | "user": 8, 885 | "bot": 69, 886 | "total": 77 887 | }, 888 | "timestamp": "Tue Apr 18 2017 22:57:56 GMT+0000 (UTC)" 889 | }, 890 | { 891 | "id": "294286936007507969", 892 | "name": "BotEarth", 893 | "percentage": 97.34513274336283, 894 | "fixed_percentage": "97", 895 | "count": { 896 | "user": 3, 897 | "bot": 110, 898 | "total": 113 899 | }, 900 | "timestamp": "Thu Mar 23 2017 01:51:13 GMT+0000 (UTC)" 901 | }, 902 | { 903 | "id": "268275323332853761", 904 | "name": "xX_Scrubs_Xx", 905 | "percentage": 84.61538461538461, 906 | "fixed_percentage": "85", 907 | "count": { 908 | "user": 4, 909 | "bot": 22, 910 | "total": 26 911 | }, 912 | "timestamp": "Tue Jan 10 2017 07:10:21 GMT+0000 (UTC)" 913 | }, 914 | { 915 | "id": "231587606314352641", 916 | "name": "»Sweet home«", 917 | "percentage": 92.3076923076923, 918 | "fixed_percentage": "92", 919 | "count": { 920 | "user": 2, 921 | "bot": 24, 922 | "total": 26 923 | }, 924 | "timestamp": "Sat Oct 01 2016 01:26:28 GMT+0000 (UTC)" 925 | }, 926 | { 927 | "id": "309024853854519297", 928 | "name": "Bots 101", 929 | "percentage": 96, 930 | "fixed_percentage": "96", 931 | "count": { 932 | "user": 1, 933 | "bot": 24, 934 | "total": 25 935 | }, 936 | "timestamp": "Tue May 02 2017 17:54:26 GMT+0000 (UTC)" 937 | }, 938 | { 939 | "id": "310432555407245323", 940 | "name": "Bot Testing", 941 | "percentage": 88.88888888888889, 942 | "fixed_percentage": "89", 943 | "count": { 944 | "user": 3, 945 | "bot": 24, 946 | "total": 27 947 | }, 948 | "timestamp": "Sat May 06 2017 15:08:08 GMT+0000 (UTC)" 949 | }, 950 | { 951 | "id": "285755800423497728", 952 | "name": "CESLEUDAWAAAAA", 953 | "percentage": 97.89915966386555, 954 | "fixed_percentage": "98", 955 | "count": { 956 | "user": 5, 957 | "bot": 233, 958 | "total": 238 959 | }, 960 | "timestamp": "Mon Feb 27 2017 12:51:31 GMT+0000 (UTC)" 961 | }, 962 | { 963 | "id": "307300618949623818", 964 | "name": "Jeff (Bot Test Region)", 965 | "percentage": 84.61538461538461, 966 | "fixed_percentage": "85", 967 | "count": { 968 | "user": 4, 969 | "bot": 22, 970 | "total": 26 971 | }, 972 | "timestamp": "Thu Apr 27 2017 23:42:56 GMT+0000 (UTC)" 973 | }, 974 | { 975 | "id": "326663174558318594", 976 | "name": "TheArchon Games", 977 | "percentage": 92.3076923076923, 978 | "fixed_percentage": "92", 979 | "count": { 980 | "user": 2, 981 | "bot": 24, 982 | "total": 26 983 | }, 984 | "timestamp": "Tue Jun 20 2017 10:02:49 GMT+0000 (UTC)" 985 | }, 986 | { 987 | "id": "292726073169412096", 988 | "name": "worst husbando v4", 989 | "percentage": 91.57894736842105, 990 | "fixed_percentage": "92", 991 | "count": { 992 | "user": 16, 993 | "bot": 174, 994 | "total": 190 995 | }, 996 | "timestamp": "Sat Mar 18 2017 18:28:54 GMT+0000 (UTC)" 997 | }, 998 | { 999 | "id": "317203692119916544", 1000 | "name": "The Bot Server", 1001 | "percentage": 84.89208633093526, 1002 | "fixed_percentage": "85", 1003 | "count": { 1004 | "user": 42, 1005 | "bot": 236, 1006 | "total": 278 1007 | }, 1008 | "timestamp": "Thu May 25 2017 07:34:13 GMT+0000 (UTC)" 1009 | }, 1010 | { 1011 | "id": "290234036339605505", 1012 | "name": "Issou", 1013 | "percentage": 97.36842105263158, 1014 | "fixed_percentage": "97", 1015 | "count": { 1016 | "user": 1, 1017 | "bot": 37, 1018 | "total": 38 1019 | }, 1020 | "timestamp": "Sat Mar 11 2017 21:26:26 GMT+0000 (UTC)" 1021 | }, 1022 | { 1023 | "id": "316308439792091136", 1024 | "name": "Dark Flames", 1025 | "percentage": 78.26086956521739, 1026 | "fixed_percentage": "78", 1027 | "count": { 1028 | "user": 5, 1029 | "bot": 18, 1030 | "total": 23 1031 | }, 1032 | "timestamp": "Mon May 22 2017 20:16:48 GMT+0000 (UTC)" 1033 | }, 1034 | { 1035 | "id": "301081720147542016", 1036 | "name": "Discord Bot Server", 1037 | "percentage": 97.98657718120806, 1038 | "fixed_percentage": "98", 1039 | "count": { 1040 | "user": 3, 1041 | "bot": 146, 1042 | "total": 149 1043 | }, 1044 | "timestamp": "Mon Apr 10 2017 19:51:15 GMT+0000 (UTC)" 1045 | }, 1046 | { 1047 | "id": "299338901045116930", 1048 | "name": "Botty Bot Bot", 1049 | "percentage": 95.72649572649573, 1050 | "fixed_percentage": "96", 1051 | "count": { 1052 | "user": 5, 1053 | "bot": 112, 1054 | "total": 117 1055 | }, 1056 | "timestamp": "Thu Apr 06 2017 00:25:55 GMT+0000 (UTC)" 1057 | }, 1058 | { 1059 | "id": "333365973627305985", 1060 | "name": "Bots", 1061 | "percentage": 92.3076923076923, 1062 | "fixed_percentage": "92", 1063 | "count": { 1064 | "user": 2, 1065 | "bot": 24, 1066 | "total": 26 1067 | }, 1068 | "timestamp": "Sat Jul 08 2017 21:57:21 GMT+0000 (UTC)" 1069 | }, 1070 | { 1071 | "id": "287346552325013505", 1072 | "name": "DISCORD DOAR PT BOTI (CA MINE)", 1073 | "percentage": 97.5, 1074 | "fixed_percentage": "98", 1075 | "count": { 1076 | "user": 2, 1077 | "bot": 78, 1078 | "total": 80 1079 | }, 1080 | "timestamp": "Fri Mar 03 2017 22:12:36 GMT+0000 (UTC)" 1081 | }, 1082 | { 1083 | "id": "286429529302499328", 1084 | "name": "™゚玩咖ℳic½俱樂部", 1085 | "percentage": 83.76623376623377, 1086 | "fixed_percentage": "84", 1087 | "count": { 1088 | "user": 25, 1089 | "bot": 129, 1090 | "total": 154 1091 | }, 1092 | "timestamp": "Wed Mar 01 2017 09:28:41 GMT+0000 (UTC)" 1093 | }, 1094 | { 1095 | "id": "320924103806681098", 1096 | "name": "The Bot-Challenge", 1097 | "percentage": 98.6013986013986, 1098 | "fixed_percentage": "99", 1099 | "count": { 1100 | "user": 2, 1101 | "bot": 141, 1102 | "total": 143 1103 | }, 1104 | "timestamp": "Sun Jun 04 2017 13:57:48 GMT+0000 (UTC)" 1105 | }, 1106 | { 1107 | "id": "291716420998529024", 1108 | "name": "where is the fucking lamb piss", 1109 | "percentage": 78.78787878787878, 1110 | "fixed_percentage": "79", 1111 | "count": { 1112 | "user": 7, 1113 | "bot": 26, 1114 | "total": 33 1115 | }, 1116 | "timestamp": "Wed Mar 15 2017 23:36:54 GMT+0000 (UTC)" 1117 | }, 1118 | { 1119 | "id": "317794808410275840", 1120 | "name": "Night's Server", 1121 | "percentage": 80.76923076923077, 1122 | "fixed_percentage": "81", 1123 | "count": { 1124 | "user": 5, 1125 | "bot": 21, 1126 | "total": 26 1127 | }, 1128 | "timestamp": "Fri May 26 2017 22:43:06 GMT+0000 (UTC)" 1129 | }, 1130 | { 1131 | "id": "290107057292443648", 1132 | "name": "Azuther's Server of Randomness", 1133 | "percentage": 84, 1134 | "fixed_percentage": "84", 1135 | "count": { 1136 | "user": 4, 1137 | "bot": 21, 1138 | "total": 25 1139 | }, 1140 | "timestamp": "Sat Mar 11 2017 13:01:52 GMT+0000 (UTC)" 1141 | }, 1142 | { 1143 | "id": "278654351944450058", 1144 | "name": "New Dawn Raisers", 1145 | "percentage": 76.19047619047619, 1146 | "fixed_percentage": "76", 1147 | "count": { 1148 | "user": 5, 1149 | "bot": 16, 1150 | "total": 21 1151 | }, 1152 | "timestamp": "Tue Feb 07 2017 22:32:54 GMT+0000 (UTC)" 1153 | }, 1154 | { 1155 | "id": "300377953944993794", 1156 | "name": "[iS]Bot - Command Testing", 1157 | "percentage": 85.71428571428571, 1158 | "fixed_percentage": "86", 1159 | "count": { 1160 | "user": 3, 1161 | "bot": 18, 1162 | "total": 21 1163 | }, 1164 | "timestamp": "Sat Apr 08 2017 21:14:44 GMT+0000 (UTC)" 1165 | }, 1166 | { 1167 | "id": "289067160498733067", 1168 | "name": "Puffle's Server", 1169 | "percentage": 89.47368421052632, 1170 | "fixed_percentage": "89", 1171 | "count": { 1172 | "user": 4, 1173 | "bot": 34, 1174 | "total": 38 1175 | }, 1176 | "timestamp": "Wed Mar 08 2017 16:09:41 GMT+0000 (UTC)" 1177 | }, 1178 | { 1179 | "id": "316621212077916170", 1180 | "name": "#GAMER44HD™'s community", 1181 | "percentage": 86.56716417910447, 1182 | "fixed_percentage": "87", 1183 | "count": { 1184 | "user": 9, 1185 | "bot": 58, 1186 | "total": 67 1187 | }, 1188 | "timestamp": "Tue May 23 2017 16:59:39 GMT+0000 (UTC)" 1189 | }, 1190 | { 1191 | "id": "333397612411617283", 1192 | "name": "Wolf's Discord", 1193 | "percentage": 75.75757575757575, 1194 | "fixed_percentage": "76", 1195 | "count": { 1196 | "user": 8, 1197 | "bot": 25, 1198 | "total": 33 1199 | }, 1200 | "timestamp": "Sun Jul 09 2017 00:03:05 GMT+0000 (UTC)" 1201 | }, 1202 | { 1203 | "id": "330897512997191680", 1204 | "name": "PUNI POUR LA VIE", 1205 | "percentage": 78.37837837837837, 1206 | "fixed_percentage": "78", 1207 | "count": { 1208 | "user": 8, 1209 | "bot": 29, 1210 | "total": 37 1211 | }, 1212 | "timestamp": "Sun Jul 02 2017 02:28:34 GMT+0000 (UTC)" 1213 | }, 1214 | { 1215 | "id": "291775682806284289", 1216 | "name": "Discord Bots v6", 1217 | "percentage": 99.65397923875432, 1218 | "fixed_percentage": "100", 1219 | "count": { 1220 | "user": 1, 1221 | "bot": 288, 1222 | "total": 289 1223 | }, 1224 | "timestamp": "Thu Mar 16 2017 03:32:23 GMT+0000 (UTC)" 1225 | }, 1226 | { 1227 | "id": "266883793900535808", 1228 | "name": "! !", 1229 | "percentage": 90, 1230 | "fixed_percentage": "90", 1231 | "count": { 1232 | "user": 3, 1233 | "bot": 27, 1234 | "total": 30 1235 | }, 1236 | "timestamp": "Fri Jan 06 2017 11:00:54 GMT+0000 (UTC)" 1237 | }, 1238 | { 1239 | "id": "289442059838947329", 1240 | "name": "BKDSC", 1241 | "percentage": 88.46153846153845, 1242 | "fixed_percentage": "88", 1243 | "count": { 1244 | "user": 3, 1245 | "bot": 23, 1246 | "total": 26 1247 | }, 1248 | "timestamp": "Thu Mar 09 2017 16:59:24 GMT+0000 (UTC)" 1249 | }, 1250 | { 1251 | "id": "311477707303157770", 1252 | "name": "me vic new blood sf and dom mabey some more people", 1253 | "percentage": 83.33333333333334, 1254 | "fixed_percentage": "83", 1255 | "count": { 1256 | "user": 4, 1257 | "bot": 20, 1258 | "total": 24 1259 | }, 1260 | "timestamp": "Tue May 09 2017 12:21:12 GMT+0000 (UTC)" 1261 | }, 1262 | { 1263 | "id": "274386939170521089", 1264 | "name": "🅱ool🅱eans🅱ro", 1265 | "percentage": 90.09009009009009, 1266 | "fixed_percentage": "90", 1267 | "count": { 1268 | "user": 11, 1269 | "bot": 100, 1270 | "total": 111 1271 | }, 1272 | "timestamp": "Fri Jan 27 2017 03:55:44 GMT+0000 (UTC)" 1273 | }, 1274 | { 1275 | "id": "335173926470811650", 1276 | "name": "RWBY:TWOR With Bots", 1277 | "percentage": 98.02371541501977, 1278 | "fixed_percentage": "98", 1279 | "count": { 1280 | "user": 5, 1281 | "bot": 248, 1282 | "total": 253 1283 | }, 1284 | "timestamp": "Thu Jul 13 2017 21:41:31 GMT+0000 (UTC)" 1285 | }, 1286 | { 1287 | "id": "320528048086843402", 1288 | "name": "hermanos", 1289 | "percentage": 95.65217391304348, 1290 | "fixed_percentage": "96", 1291 | "count": { 1292 | "user": 2, 1293 | "bot": 44, 1294 | "total": 46 1295 | }, 1296 | "timestamp": "Sat Jun 03 2017 11:44:01 GMT+0000 (UTC)" 1297 | }, 1298 | { 1299 | "id": "177386884077453312", 1300 | "name": "Bot_Paradise™", 1301 | "percentage": 98.29059829059828, 1302 | "fixed_percentage": "98", 1303 | "count": { 1304 | "user": 4, 1305 | "bot": 230, 1306 | "total": 234 1307 | }, 1308 | "timestamp": "Wed May 04 2016 11:52:08 GMT+0000 (UTC)" 1309 | }, 1310 | { 1311 | "id": "296091153495752704", 1312 | "name": "bot overflow", 1313 | "percentage": 94.36619718309859, 1314 | "fixed_percentage": "94", 1315 | "count": { 1316 | "user": 12, 1317 | "bot": 201, 1318 | "total": 213 1319 | }, 1320 | "timestamp": "Tue Mar 28 2017 01:20:32 GMT+0000 (UTC)" 1321 | }, 1322 | { 1323 | "id": "294637800526053387", 1324 | "name": "Bots Bots Bots", 1325 | "percentage": 93.02788844621513, 1326 | "fixed_percentage": "93", 1327 | "count": { 1328 | "user": 35, 1329 | "bot": 467, 1330 | "total": 502 1331 | }, 1332 | "timestamp": "Fri Mar 24 2017 01:05:25 GMT+0000 (UTC)" 1333 | }, 1334 | { 1335 | "id": "290405007797387264", 1336 | "name": "Mass Effect 2", 1337 | "percentage": 98.55072463768117, 1338 | "fixed_percentage": "99", 1339 | "count": { 1340 | "user": 1, 1341 | "bot": 68, 1342 | "total": 69 1343 | }, 1344 | "timestamp": "Sun Mar 12 2017 08:45:49 GMT+0000 (UTC)" 1345 | }, 1346 | { 1347 | "id": "308592732773810178", 1348 | "name": "Bots of Discord", 1349 | "percentage": 98.02306425041186, 1350 | "fixed_percentage": "98", 1351 | "count": { 1352 | "user": 12, 1353 | "bot": 595, 1354 | "total": 607 1355 | }, 1356 | "timestamp": "Mon May 01 2017 13:17:20 GMT+0000 (UTC)" 1357 | }, 1358 | { 1359 | "id": "302199023635267584", 1360 | "name": "Nuclear Testing Zone", 1361 | "percentage": 95.23809523809523, 1362 | "fixed_percentage": "95", 1363 | "count": { 1364 | "user": 1, 1365 | "bot": 20, 1366 | "total": 21 1367 | }, 1368 | "timestamp": "Thu Apr 13 2017 21:51:01 GMT+0000 (UTC)" 1369 | }, 1370 | { 1371 | "id": "317574258920259584", 1372 | "name": "Grand Theft Auto 5", 1373 | "percentage": 99.2, 1374 | "fixed_percentage": "99", 1375 | "count": { 1376 | "user": 1, 1377 | "bot": 124, 1378 | "total": 125 1379 | }, 1380 | "timestamp": "Fri May 26 2017 08:06:43 GMT+0000 (UTC)" 1381 | }, 1382 | { 1383 | "id": "296054081301250064", 1384 | "name": "Server of Something", 1385 | "percentage": 83.87096774193549, 1386 | "fixed_percentage": "84", 1387 | "count": { 1388 | "user": 5, 1389 | "bot": 26, 1390 | "total": 31 1391 | }, 1392 | "timestamp": "Mon Mar 27 2017 22:53:13 GMT+0000 (UTC)" 1393 | }, 1394 | { 1395 | "id": "323476777093824512", 1396 | "name": "☪ ☢ ☠ ☞ Galaxy Soldiers ☜ ☠ ☢ ☣", 1397 | "percentage": 96.06299212598425, 1398 | "fixed_percentage": "96", 1399 | "count": { 1400 | "user": 5, 1401 | "bot": 122, 1402 | "total": 127 1403 | }, 1404 | "timestamp": "Sun Jun 11 2017 15:01:13 GMT+0000 (UTC)" 1405 | }, 1406 | { 1407 | "id": "297088947203604492", 1408 | "name": "derp", 1409 | "percentage": 78.49462365591397, 1410 | "fixed_percentage": "78", 1411 | "count": { 1412 | "user": 20, 1413 | "bot": 73, 1414 | "total": 93 1415 | }, 1416 | "timestamp": "Thu Mar 30 2017 19:25:24 GMT+0000 (UTC)" 1417 | }, 1418 | { 1419 | "id": "308055842559754240", 1420 | "name": "Apoc", 1421 | "percentage": 80.64516129032258, 1422 | "fixed_percentage": "81", 1423 | "count": { 1424 | "user": 6, 1425 | "bot": 25, 1426 | "total": 31 1427 | }, 1428 | "timestamp": "Sun Apr 30 2017 01:43:56 GMT+0000 (UTC)" 1429 | }, 1430 | { 1431 | "id": "299242603038375937", 1432 | "name": "Test1ng Chamber Ch4nn3l", 1433 | "percentage": 81.81818181818183, 1434 | "fixed_percentage": "82", 1435 | "count": { 1436 | "user": 4, 1437 | "bot": 18, 1438 | "total": 22 1439 | }, 1440 | "timestamp": "Wed Apr 05 2017 18:03:16 GMT+0000 (UTC)" 1441 | }, 1442 | { 1443 | "id": "306105432110530560", 1444 | "name": "Lol", 1445 | "percentage": 87.5, 1446 | "fixed_percentage": "88", 1447 | "count": { 1448 | "user": 3, 1449 | "bot": 21, 1450 | "total": 24 1451 | }, 1452 | "timestamp": "Mon Apr 24 2017 16:33:42 GMT+0000 (UTC)" 1453 | }, 1454 | { 1455 | "id": "113807773786963968", 1456 | "name": "Bot Central", 1457 | "percentage": 98.19587628865979, 1458 | "fixed_percentage": "98", 1459 | "count": { 1460 | "user": 7, 1461 | "bot": 381, 1462 | "total": 388 1463 | }, 1464 | "timestamp": "Wed Nov 11 2015 01:11:27 GMT+0000 (UTC)" 1465 | }, 1466 | { 1467 | "id": "319656965208801280", 1468 | "name": "ᖴυяяιє ᗯσяℓ∂ + ᏞᎶᏴᎢ", 1469 | "percentage": 86.27450980392157, 1470 | "fixed_percentage": "86", 1471 | "count": { 1472 | "user": 7, 1473 | "bot": 44, 1474 | "total": 51 1475 | }, 1476 | "timestamp": "Thu Jun 01 2017 02:02:39 GMT+0000 (UTC)" 1477 | }, 1478 | { 1479 | "id": "296101043823968256", 1480 | "name": "Smariol545", 1481 | "percentage": 93.54838709677419, 1482 | "fixed_percentage": "94", 1483 | "count": { 1484 | "user": 2, 1485 | "bot": 29, 1486 | "total": 31 1487 | }, 1488 | "timestamp": "Tue Mar 28 2017 01:59:50 GMT+0000 (UTC)" 1489 | }, 1490 | { 1491 | "id": "317710517865021441", 1492 | "name": "babygirls", 1493 | "percentage": 97.59036144578313, 1494 | "fixed_percentage": "98", 1495 | "count": { 1496 | "user": 2, 1497 | "bot": 81, 1498 | "total": 83 1499 | }, 1500 | "timestamp": "Fri May 26 2017 17:08:10 GMT+0000 (UTC)" 1501 | }, 1502 | { 1503 | "id": "310178018314289153", 1504 | "name": "Trollpixel", 1505 | "percentage": 75, 1506 | "fixed_percentage": "75", 1507 | "count": { 1508 | "user": 6, 1509 | "bot": 18, 1510 | "total": 24 1511 | }, 1512 | "timestamp": "Fri May 05 2017 22:16:42 GMT+0000 (UTC)" 1513 | }, 1514 | { 1515 | "id": "292265832417984512", 1516 | "name": "Botland", 1517 | "percentage": 85.71428571428571, 1518 | "fixed_percentage": "86", 1519 | "count": { 1520 | "user": 3, 1521 | "bot": 18, 1522 | "total": 21 1523 | }, 1524 | "timestamp": "Fri Mar 17 2017 12:00:04 GMT+0000 (UTC)" 1525 | }, 1526 | { 1527 | "id": "316032319079317504", 1528 | "name": "CY@", 1529 | "percentage": 99.14529914529915, 1530 | "fixed_percentage": "99", 1531 | "count": { 1532 | "user": 1, 1533 | "bot": 116, 1534 | "total": 117 1535 | }, 1536 | "timestamp": "Mon May 22 2017 01:59:36 GMT+0000 (UTC)" 1537 | }, 1538 | { 1539 | "id": "317210721395933186", 1540 | "name": "Тест!", 1541 | "percentage": 96.02803738317756, 1542 | "fixed_percentage": "96", 1543 | "count": { 1544 | "user": 17, 1545 | "bot": 411, 1546 | "total": 428 1547 | }, 1548 | "timestamp": "Thu May 25 2017 08:02:09 GMT+0000 (UTC)" 1549 | }, 1550 | { 1551 | "id": "292367927129276417", 1552 | "name": "Infinity Codes", 1553 | "percentage": 86.02941176470588, 1554 | "fixed_percentage": "86", 1555 | "count": { 1556 | "user": 19, 1557 | "bot": 117, 1558 | "total": 136 1559 | }, 1560 | "timestamp": "Fri Mar 17 2017 18:45:45 GMT+0000 (UTC)" 1561 | }, 1562 | { 1563 | "id": "304410588354707458", 1564 | "name": "BOB's Gaming Co.", 1565 | "percentage": 92.45283018867924, 1566 | "fixed_percentage": "92", 1567 | "count": { 1568 | "user": 4, 1569 | "bot": 49, 1570 | "total": 53 1571 | }, 1572 | "timestamp": "Thu Apr 20 2017 00:18:59 GMT+0000 (UTC)" 1573 | }, 1574 | { 1575 | "id": "304371505486102529", 1576 | "name": "DiscordCommunity", 1577 | "percentage": 95.23809523809523, 1578 | "fixed_percentage": "95", 1579 | "count": { 1580 | "user": 2, 1581 | "bot": 40, 1582 | "total": 42 1583 | }, 1584 | "timestamp": "Wed Apr 19 2017 21:43:41 GMT+0000 (UTC)" 1585 | }, 1586 | { 1587 | "id": "225329467122253824", 1588 | "name": "BotGrounds", 1589 | "percentage": 88.88888888888889, 1590 | "fixed_percentage": "89", 1591 | "count": { 1592 | "user": 4, 1593 | "bot": 32, 1594 | "total": 36 1595 | }, 1596 | "timestamp": "Tue Sep 13 2016 18:58:51 GMT+0000 (UTC)" 1597 | }, 1598 | { 1599 | "id": "131771382748020736", 1600 | "name": "Bot Testing", 1601 | "percentage": 89.28571428571429, 1602 | "fixed_percentage": "89", 1603 | "count": { 1604 | "user": 3, 1605 | "bot": 25, 1606 | "total": 28 1607 | }, 1608 | "timestamp": "Wed Dec 30 2015 14:52:25 GMT+0000 (UTC)" 1609 | }, 1610 | { 1611 | "id": "302794879296339968", 1612 | "name": "Bots' Hell", 1613 | "percentage": 94.30051813471503, 1614 | "fixed_percentage": "94", 1615 | "count": { 1616 | "user": 22, 1617 | "bot": 364, 1618 | "total": 386 1619 | }, 1620 | "timestamp": "Sat Apr 15 2017 13:18:44 GMT+0000 (UTC)" 1621 | }, 1622 | { 1623 | "id": "270598114577088524", 1624 | "name": "Farm'", 1625 | "percentage": 80.46875, 1626 | "fixed_percentage": "80", 1627 | "count": { 1628 | "user": 25, 1629 | "bot": 103, 1630 | "total": 128 1631 | }, 1632 | "timestamp": "Mon Jan 16 2017 17:00:17 GMT+0000 (UTC)" 1633 | }, 1634 | { 1635 | "id": "333105678568914948", 1636 | "name": "NiggerRS", 1637 | "percentage": 84.61538461538461, 1638 | "fixed_percentage": "85", 1639 | "count": { 1640 | "user": 4, 1641 | "bot": 22, 1642 | "total": 26 1643 | }, 1644 | "timestamp": "Sat Jul 08 2017 04:43:02 GMT+0000 (UTC)" 1645 | }, 1646 | { 1647 | "id": "310914422149218305", 1648 | "name": "TestServer/Bot*", 1649 | "percentage": 97.36842105263158, 1650 | "fixed_percentage": "97", 1651 | "count": { 1652 | "user": 1, 1653 | "bot": 37, 1654 | "total": 38 1655 | }, 1656 | "timestamp": "Sun May 07 2017 23:02:54 GMT+0000 (UTC)" 1657 | }, 1658 | { 1659 | "id": "305332537863962624", 1660 | "name": "Unsere ZockerGang", 1661 | "percentage": 89.65517241379311, 1662 | "fixed_percentage": "90", 1663 | "count": { 1664 | "user": 6, 1665 | "bot": 52, 1666 | "total": 58 1667 | }, 1668 | "timestamp": "Sat Apr 22 2017 13:22:29 GMT+0000 (UTC)" 1669 | }, 1670 | { 1671 | "id": "333937841669144577", 1672 | "name": "Lexotaku", 1673 | "percentage": 91.66666666666666, 1674 | "fixed_percentage": "92", 1675 | "count": { 1676 | "user": 2, 1677 | "bot": 22, 1678 | "total": 24 1679 | }, 1680 | "timestamp": "Mon Jul 10 2017 11:49:45 GMT+0000 (UTC)" 1681 | }, 1682 | { 1683 | "id": "313404262153453570", 1684 | "name": "Bot Testing", 1685 | "percentage": 95.65217391304348, 1686 | "fixed_percentage": "96", 1687 | "count": { 1688 | "user": 1, 1689 | "bot": 22, 1690 | "total": 23 1691 | }, 1692 | "timestamp": "Sun May 14 2017 19:56:38 GMT+0000 (UTC)" 1693 | }, 1694 | { 1695 | "id": "293552159268536330", 1696 | "name": "soul-less", 1697 | "percentage": 90.47619047619048, 1698 | "fixed_percentage": "90", 1699 | "count": { 1700 | "user": 2, 1701 | "bot": 19, 1702 | "total": 21 1703 | }, 1704 | "timestamp": "Tue Mar 21 2017 01:11:28 GMT+0000 (UTC)" 1705 | }, 1706 | { 1707 | "id": "291657913217581056", 1708 | "name": "test server", 1709 | "percentage": 98.24561403508771, 1710 | "fixed_percentage": "98", 1711 | "count": { 1712 | "user": 1, 1713 | "bot": 56, 1714 | "total": 57 1715 | }, 1716 | "timestamp": "Wed Mar 15 2017 19:44:25 GMT+0000 (UTC)" 1717 | }, 1718 | { 1719 | "id": "307575748984700929", 1720 | "name": "Minecraft", 1721 | "percentage": 78.26086956521739, 1722 | "fixed_percentage": "78", 1723 | "count": { 1724 | "user": 5, 1725 | "bot": 18, 1726 | "total": 23 1727 | }, 1728 | "timestamp": "Fri Apr 28 2017 17:56:13 GMT+0000 (UTC)" 1729 | }, 1730 | { 1731 | "id": "294149749005615104", 1732 | "name": "Solo", 1733 | "percentage": 97.5, 1734 | "fixed_percentage": "98", 1735 | "count": { 1736 | "user": 1, 1737 | "bot": 39, 1738 | "total": 40 1739 | }, 1740 | "timestamp": "Wed Mar 22 2017 16:46:05 GMT+0000 (UTC)" 1741 | }, 1742 | { 1743 | "id": "286532855151067136", 1744 | "name": "COOLACRIBET", 1745 | "percentage": 92.71523178807946, 1746 | "fixed_percentage": "93", 1747 | "count": { 1748 | "user": 11, 1749 | "bot": 140, 1750 | "total": 151 1751 | }, 1752 | "timestamp": "Wed Mar 01 2017 16:19:16 GMT+0000 (UTC)" 1753 | }, 1754 | { 1755 | "id": "300321945205997568", 1756 | "name": "Bhop", 1757 | "percentage": 95, 1758 | "fixed_percentage": "95", 1759 | "count": { 1760 | "user": 3, 1761 | "bot": 57, 1762 | "total": 60 1763 | }, 1764 | "timestamp": "Sat Apr 08 2017 17:32:11 GMT+0000 (UTC)" 1765 | }, 1766 | { 1767 | "id": "320564359803830275", 1768 | "name": "Jill's Server", 1769 | "percentage": 81.69934640522875, 1770 | "fixed_percentage": "82", 1771 | "count": { 1772 | "user": 28, 1773 | "bot": 125, 1774 | "total": 153 1775 | }, 1776 | "timestamp": "Sat Jun 03 2017 14:08:19 GMT+0000 (UTC)" 1777 | }, 1778 | { 1779 | "id": "272663181141213185", 1780 | "name": "BotTopia", 1781 | "percentage": 99.5850622406639, 1782 | "fixed_percentage": "100", 1783 | "count": { 1784 | "user": 2, 1785 | "bot": 480, 1786 | "total": 482 1787 | }, 1788 | "timestamp": "Sun Jan 22 2017 09:46:08 GMT+0000 (UTC)" 1789 | }, 1790 | { 1791 | "id": "327476512624214016", 1792 | "name": "ItsFoxyPlayz YT fans!", 1793 | "percentage": 83.78378378378379, 1794 | "fixed_percentage": "84", 1795 | "count": { 1796 | "user": 12, 1797 | "bot": 62, 1798 | "total": 74 1799 | }, 1800 | "timestamp": "Thu Jun 22 2017 15:54:44 GMT+0000 (UTC)" 1801 | }, 1802 | { 1803 | "id": "292448581430804480", 1804 | "name": "jeff", 1805 | "percentage": 92.3076923076923, 1806 | "fixed_percentage": "92", 1807 | "count": { 1808 | "user": 4, 1809 | "bot": 48, 1810 | "total": 52 1811 | }, 1812 | "timestamp": "Sat Mar 18 2017 00:06:15 GMT+0000 (UTC)" 1813 | }, 1814 | { 1815 | "id": "301127923770064896", 1816 | "name": "•⭐°^F@mili@ JFPT^°⭐• Já Foste 🇵🇹MBLD⭐🔐♣🔛🔝🆒😝", 1817 | "percentage": 92.7536231884058, 1818 | "fixed_percentage": "93", 1819 | "count": { 1820 | "user": 5, 1821 | "bot": 64, 1822 | "total": 69 1823 | }, 1824 | "timestamp": "Mon Apr 10 2017 22:54:51 GMT+0000 (UTC)" 1825 | }, 1826 | { 1827 | "id": "333776199761526784", 1828 | "name": "Safyre's Kingdom", 1829 | "percentage": 80, 1830 | "fixed_percentage": "80", 1831 | "count": { 1832 | "user": 8, 1833 | "bot": 32, 1834 | "total": 40 1835 | }, 1836 | "timestamp": "Mon Jul 10 2017 01:07:27 GMT+0000 (UTC)" 1837 | }, 1838 | { 1839 | "id": "274210504564670464", 1840 | "name": "GAMERS", 1841 | "percentage": 94.85294117647058, 1842 | "fixed_percentage": "95", 1843 | "count": { 1844 | "user": 7, 1845 | "bot": 129, 1846 | "total": 136 1847 | }, 1848 | "timestamp": "Thu Jan 26 2017 16:14:38 GMT+0000 (UTC)" 1849 | }, 1850 | { 1851 | "id": "285956704967852041", 1852 | "name": "Three Musketers", 1853 | "percentage": 94.44444444444444, 1854 | "fixed_percentage": "94", 1855 | "count": { 1856 | "user": 4, 1857 | "bot": 68, 1858 | "total": 72 1859 | }, 1860 | "timestamp": "Tue Feb 28 2017 02:09:51 GMT+0000 (UTC)" 1861 | }, 1862 | { 1863 | "id": "301822124870598666", 1864 | "name": "Stuff", 1865 | "percentage": 80.95238095238095, 1866 | "fixed_percentage": "81", 1867 | "count": { 1868 | "user": 4, 1869 | "bot": 17, 1870 | "total": 21 1871 | }, 1872 | "timestamp": "Wed Apr 12 2017 20:53:22 GMT+0000 (UTC)" 1873 | }, 1874 | { 1875 | "id": "263959101258596352", 1876 | "name": "The Bees Knees", 1877 | "percentage": 85, 1878 | "fixed_percentage": "85", 1879 | "count": { 1880 | "user": 6, 1881 | "bot": 34, 1882 | "total": 40 1883 | }, 1884 | "timestamp": "Thu Dec 29 2016 09:19:13 GMT+0000 (UTC)" 1885 | }, 1886 | { 1887 | "id": "300344554719150081", 1888 | "name": "uh", 1889 | "percentage": 95.83333333333334, 1890 | "fixed_percentage": "96", 1891 | "count": { 1892 | "user": 1, 1893 | "bot": 23, 1894 | "total": 24 1895 | }, 1896 | "timestamp": "Sat Apr 08 2017 19:02:01 GMT+0000 (UTC)" 1897 | }, 1898 | { 1899 | "id": "329793948220522506", 1900 | "name": "#Features (WIP)", 1901 | "percentage": 82.97872340425532, 1902 | "fixed_percentage": "83", 1903 | "count": { 1904 | "user": 8, 1905 | "bot": 39, 1906 | "total": 47 1907 | }, 1908 | "timestamp": "Thu Jun 29 2017 01:23:24 GMT+0000 (UTC)" 1909 | }, 1910 | { 1911 | "id": "333403885135986689", 1912 | "name": "بوت، الجمع، دائرة", 1913 | "percentage": 99.83498349834984, 1914 | "fixed_percentage": "100", 1915 | "count": { 1916 | "user": 1, 1917 | "bot": 605, 1918 | "total": 606 1919 | }, 1920 | "timestamp": "Sun Jul 09 2017 00:28:00 GMT+0000 (UTC)" 1921 | }, 1922 | { 1923 | "id": "315577064658829323", 1924 | "name": "Bot test server", 1925 | "percentage": 96.29629629629629, 1926 | "fixed_percentage": "96", 1927 | "count": { 1928 | "user": 3, 1929 | "bot": 78, 1930 | "total": 81 1931 | }, 1932 | "timestamp": "Sat May 20 2017 19:50:35 GMT+0000 (UTC)" 1933 | }, 1934 | { 1935 | "id": "298546596742823937", 1936 | "name": "The Boner Brothers!!! **BETA**", 1937 | "percentage": 80.95238095238095, 1938 | "fixed_percentage": "81", 1939 | "count": { 1940 | "user": 4, 1941 | "bot": 17, 1942 | "total": 21 1943 | }, 1944 | "timestamp": "Mon Apr 03 2017 19:57:35 GMT+0000 (UTC)" 1945 | }, 1946 | { 1947 | "id": "277871945528377355", 1948 | "name": "bots", 1949 | "percentage": 91.66666666666666, 1950 | "fixed_percentage": "92", 1951 | "count": { 1952 | "user": 3, 1953 | "bot": 33, 1954 | "total": 36 1955 | }, 1956 | "timestamp": "Sun Feb 05 2017 18:43:54 GMT+0000 (UTC)" 1957 | }, 1958 | { 1959 | "id": "281350368380846080", 1960 | "name": "bot server", 1961 | "percentage": 93.56725146198829, 1962 | "fixed_percentage": "94", 1963 | "count": { 1964 | "user": 11, 1965 | "bot": 160, 1966 | "total": 171 1967 | }, 1968 | "timestamp": "Wed Feb 15 2017 09:05:55 GMT+0000 (UTC)" 1969 | }, 1970 | { 1971 | "id": "291775066184613888", 1972 | "name": "Discord Bots v3", 1973 | "percentage": 100, 1974 | "fixed_percentage": "100", 1975 | "count": { 1976 | "user": 0, 1977 | "bot": 289, 1978 | "total": 289 1979 | }, 1980 | "timestamp": "Thu Mar 16 2017 03:29:56 GMT+0000 (UTC)" 1981 | }, 1982 | { 1983 | "id": "257475952647471104", 1984 | "name": "Bot Test Server", 1985 | "percentage": 95.45454545454545, 1986 | "fixed_percentage": "95", 1987 | "count": { 1988 | "user": 1, 1989 | "bot": 21, 1990 | "total": 22 1991 | }, 1992 | "timestamp": "Sun Dec 11 2016 11:57:30 GMT+0000 (UTC)" 1993 | }, 1994 | { 1995 | "id": "328275571383599105", 1996 | "name": "⚫Mobile Game Hackers⚫", 1997 | "percentage": 81.81818181818183, 1998 | "fixed_percentage": "82", 1999 | "count": { 2000 | "user": 4, 2001 | "bot": 18, 2002 | "total": 22 2003 | }, 2004 | "timestamp": "Sat Jun 24 2017 20:49:55 GMT+0000 (UTC)" 2005 | }, 2006 | { 2007 | "id": "244553397770911744", 2008 | "name": "TheSast", 2009 | "percentage": 76.19047619047619, 2010 | "fixed_percentage": "76", 2011 | "count": { 2012 | "user": 5, 2013 | "bot": 16, 2014 | "total": 21 2015 | }, 2016 | "timestamp": "Sat Nov 05 2016 20:07:53 GMT+0000 (UTC)" 2017 | }, 2018 | { 2019 | "id": "284323493825478657", 2020 | "name": "@everyone", 2021 | "percentage": 99.49238578680203, 2022 | "fixed_percentage": "99", 2023 | "count": { 2024 | "user": 3, 2025 | "bot": 588, 2026 | "total": 591 2027 | }, 2028 | "timestamp": "Thu Feb 23 2017 14:00:03 GMT+0000 (UTC)" 2029 | }, 2030 | { 2031 | "id": "309424213578612762", 2032 | "name": "BoTLand", 2033 | "percentage": 87.5, 2034 | "fixed_percentage": "88", 2035 | "count": { 2036 | "user": 3, 2037 | "bot": 21, 2038 | "total": 24 2039 | }, 2040 | "timestamp": "Wed May 03 2017 20:21:21 GMT+0000 (UTC)" 2041 | }, 2042 | { 2043 | "id": "290417919148687360", 2044 | "name": "SERVER OF BOTS", 2045 | "percentage": 97.2972972972973, 2046 | "fixed_percentage": "97", 2047 | "count": { 2048 | "user": 1, 2049 | "bot": 36, 2050 | "total": 37 2051 | }, 2052 | "timestamp": "Sun Mar 12 2017 09:37:07 GMT+0000 (UTC)" 2053 | }, 2054 | { 2055 | "id": "322895173736464395", 2056 | "name": "Bot Server", 2057 | "percentage": 93.7007874015748, 2058 | "fixed_percentage": "94", 2059 | "count": { 2060 | "user": 8, 2061 | "bot": 119, 2062 | "total": 127 2063 | }, 2064 | "timestamp": "Sat Jun 10 2017 00:30:08 GMT+0000 (UTC)" 2065 | }, 2066 | { 2067 | "id": "291773354698866688", 2068 | "name": "uh who are you", 2069 | "percentage": 99.65870307167235, 2070 | "fixed_percentage": "100", 2071 | "count": { 2072 | "user": 1, 2073 | "bot": 292, 2074 | "total": 293 2075 | }, 2076 | "timestamp": "Thu Mar 16 2017 03:23:08 GMT+0000 (UTC)" 2077 | }, 2078 | { 2079 | "id": "292150984103297032", 2080 | "name": "its time for oc fun", 2081 | "percentage": 81.48148148148148, 2082 | "fixed_percentage": "81", 2083 | "count": { 2084 | "user": 5, 2085 | "bot": 22, 2086 | "total": 27 2087 | }, 2088 | "timestamp": "Fri Mar 17 2017 04:23:42 GMT+0000 (UTC)" 2089 | }, 2090 | { 2091 | "id": "280415749162663936", 2092 | "name": "❤Galaxy Server❤", 2093 | "percentage": 90.47619047619048, 2094 | "fixed_percentage": "90", 2095 | "count": { 2096 | "user": 4, 2097 | "bot": 38, 2098 | "total": 42 2099 | }, 2100 | "timestamp": "Sun Feb 12 2017 19:12:04 GMT+0000 (UTC)" 2101 | }, 2102 | { 2103 | "id": "206456339872874499", 2104 | "name": "Worlds Collide", 2105 | "percentage": 85.86956521739131, 2106 | "fixed_percentage": "86", 2107 | "count": { 2108 | "user": 39, 2109 | "bot": 237, 2110 | "total": 276 2111 | }, 2112 | "timestamp": "Sat Jul 23 2016 17:03:47 GMT+0000 (UTC)" 2113 | }, 2114 | { 2115 | "id": "286341566040113154", 2116 | "name": "bot test", 2117 | "percentage": 96.66666666666667, 2118 | "fixed_percentage": "97", 2119 | "count": { 2120 | "user": 1, 2121 | "bot": 29, 2122 | "total": 30 2123 | }, 2124 | "timestamp": "Wed Mar 01 2017 03:39:09 GMT+0000 (UTC)" 2125 | }, 2126 | { 2127 | "id": "291777408250544138", 2128 | "name": "@here pass me my beer v2", 2129 | "percentage": 99.6551724137931, 2130 | "fixed_percentage": "100", 2131 | "count": { 2132 | "user": 1, 2133 | "bot": 289, 2134 | "total": 290 2135 | }, 2136 | "timestamp": "Thu Mar 16 2017 03:39:15 GMT+0000 (UTC)" 2137 | }, 2138 | { 2139 | "id": "222107152112812035", 2140 | "name": "Test", 2141 | "percentage": 84.21052631578947, 2142 | "fixed_percentage": "84", 2143 | "count": { 2144 | "user": 6, 2145 | "bot": 32, 2146 | "total": 38 2147 | }, 2148 | "timestamp": "Sun Sep 04 2016 21:34:31 GMT+0000 (UTC)" 2149 | }, 2150 | { 2151 | "id": "304746050164490240", 2152 | "name": "ClanServers", 2153 | "percentage": 92, 2154 | "fixed_percentage": "92", 2155 | "count": { 2156 | "user": 2, 2157 | "bot": 23, 2158 | "total": 25 2159 | }, 2160 | "timestamp": "Thu Apr 20 2017 22:32:00 GMT+0000 (UTC)" 2161 | }, 2162 | { 2163 | "id": "315512518757842945", 2164 | "name": "gaming server", 2165 | "percentage": 80.76923076923077, 2166 | "fixed_percentage": "81", 2167 | "count": { 2168 | "user": 5, 2169 | "bot": 21, 2170 | "total": 26 2171 | }, 2172 | "timestamp": "Sat May 20 2017 15:34:06 GMT+0000 (UTC)" 2173 | }, 2174 | { 2175 | "id": "305093963763679232", 2176 | "name": "Trash Server", 2177 | "percentage": 96.82539682539682, 2178 | "fixed_percentage": "97", 2179 | "count": { 2180 | "user": 4, 2181 | "bot": 122, 2182 | "total": 126 2183 | }, 2184 | "timestamp": "Fri Apr 21 2017 21:34:29 GMT+0000 (UTC)" 2185 | }, 2186 | { 2187 | "id": "299256317271474179", 2188 | "name": "Friends Chat", 2189 | "percentage": 80.95238095238095, 2190 | "fixed_percentage": "81", 2191 | "count": { 2192 | "user": 4, 2193 | "bot": 17, 2194 | "total": 21 2195 | }, 2196 | "timestamp": "Wed Apr 05 2017 18:57:45 GMT+0000 (UTC)" 2197 | }, 2198 | { 2199 | "id": "285469466429620224", 2200 | "name": "My Deescord", 2201 | "percentage": 90.54054054054053, 2202 | "fixed_percentage": "91", 2203 | "count": { 2204 | "user": 7, 2205 | "bot": 67, 2206 | "total": 74 2207 | }, 2208 | "timestamp": "Sun Feb 26 2017 17:53:44 GMT+0000 (UTC)" 2209 | }, 2210 | { 2211 | "id": "289127302556811266", 2212 | "name": "Za Farmn", 2213 | "percentage": 79.51807228915662, 2214 | "fixed_percentage": "80", 2215 | "count": { 2216 | "user": 17, 2217 | "bot": 66, 2218 | "total": 83 2219 | }, 2220 | "timestamp": "Wed Mar 08 2017 20:08:40 GMT+0000 (UTC)" 2221 | }, 2222 | { 2223 | "id": "291772504043683841", 2224 | "name": "@here will you marry me?", 2225 | "percentage": 100, 2226 | "fixed_percentage": "100", 2227 | "count": { 2228 | "user": 0, 2229 | "bot": 290, 2230 | "total": 290 2231 | }, 2232 | "timestamp": "Thu Mar 16 2017 03:19:45 GMT+0000 (UTC)" 2233 | }, 2234 | { 2235 | "id": "321404438109749249", 2236 | "name": "💙~Blook's~💙", 2237 | "percentage": 95.65217391304348, 2238 | "fixed_percentage": "96", 2239 | "count": { 2240 | "user": 4, 2241 | "bot": 88, 2242 | "total": 92 2243 | }, 2244 | "timestamp": "Mon Jun 05 2017 21:46:29 GMT+0000 (UTC)" 2245 | }, 2246 | { 2247 | "id": "306450144625164288", 2248 | "name": "Bots Server", 2249 | "percentage": 76.19047619047619, 2250 | "fixed_percentage": "76", 2251 | "count": { 2252 | "user": 5, 2253 | "bot": 16, 2254 | "total": 21 2255 | }, 2256 | "timestamp": "Tue Apr 25 2017 15:23:28 GMT+0000 (UTC)" 2257 | }, 2258 | { 2259 | "id": "321625133460488192", 2260 | "name": "BRUH", 2261 | "percentage": 83.87096774193549, 2262 | "fixed_percentage": "84", 2263 | "count": { 2264 | "user": 10, 2265 | "bot": 52, 2266 | "total": 62 2267 | }, 2268 | "timestamp": "Tue Jun 06 2017 12:23:27 GMT+0000 (UTC)" 2269 | }, 2270 | { 2271 | "id": "308427858550718496", 2272 | "name": "Cancerous Sex Slave Dungeon", 2273 | "percentage": 89.28571428571429, 2274 | "fixed_percentage": "89", 2275 | "count": { 2276 | "user": 6, 2277 | "bot": 50, 2278 | "total": 56 2279 | }, 2280 | "timestamp": "Mon May 01 2017 02:22:11 GMT+0000 (UTC)" 2281 | }, 2282 | { 2283 | "id": "275689876387790850", 2284 | "name": "Gaming Squad", 2285 | "percentage": 94.16666666666667, 2286 | "fixed_percentage": "94", 2287 | "count": { 2288 | "user": 7, 2289 | "bot": 113, 2290 | "total": 120 2291 | }, 2292 | "timestamp": "Mon Jan 30 2017 18:13:08 GMT+0000 (UTC)" 2293 | }, 2294 | { 2295 | "id": "336330113513684992", 2296 | "name": "bots", 2297 | "percentage": 98.00995024875621, 2298 | "fixed_percentage": "98", 2299 | "count": { 2300 | "user": 4, 2301 | "bot": 197, 2302 | "total": 201 2303 | }, 2304 | "timestamp": "Mon Jul 17 2017 02:15:47 GMT+0000 (UTC)" 2305 | }, 2306 | { 2307 | "id": "327251846576209920", 2308 | "name": "man this cookie is beautful", 2309 | "percentage": 90, 2310 | "fixed_percentage": "90", 2311 | "count": { 2312 | "user": 4, 2313 | "bot": 36, 2314 | "total": 40 2315 | }, 2316 | "timestamp": "Thu Jun 22 2017 01:02:00 GMT+0000 (UTC)" 2317 | }, 2318 | { 2319 | "id": "336385146053984261", 2320 | "name": "Boats", 2321 | "percentage": 96.07843137254902, 2322 | "fixed_percentage": "96", 2323 | "count": { 2324 | "user": 2, 2325 | "bot": 49, 2326 | "total": 51 2327 | }, 2328 | "timestamp": "Mon Jul 17 2017 05:54:28 GMT+0000 (UTC)" 2329 | }, 2330 | { 2331 | "id": "336962435728670720", 2332 | "name": "Bot Party", 2333 | "percentage": 83.33333333333334, 2334 | "fixed_percentage": "83", 2335 | "count": { 2336 | "user": 4, 2337 | "bot": 20, 2338 | "total": 24 2339 | }, 2340 | "timestamp": "Tue Jul 18 2017 20:08:25 GMT+0000 (UTC)" 2341 | }, 2342 | { 2343 | "id": "326522415528148993", 2344 | "name": "Kush Lounge! 🔒", 2345 | "percentage": 98.36065573770492, 2346 | "fixed_percentage": "98", 2347 | "count": { 2348 | "user": 1, 2349 | "bot": 60, 2350 | "total": 61 2351 | }, 2352 | "timestamp": "Tue Jun 20 2017 00:43:30 GMT+0000 (UTC)" 2353 | }, 2354 | { 2355 | "id": "307976617332965376", 2356 | "name": "THE BOT CLAN", 2357 | "percentage": 91.93548387096774, 2358 | "fixed_percentage": "92", 2359 | "count": { 2360 | "user": 5, 2361 | "bot": 57, 2362 | "total": 62 2363 | }, 2364 | "timestamp": "Sat Apr 29 2017 20:29:07 GMT+0000 (UTC)" 2365 | }, 2366 | { 2367 | "id": "286646039992074241", 2368 | "name": "9gag Army", 2369 | "percentage": 86, 2370 | "fixed_percentage": "86", 2371 | "count": { 2372 | "user": 7, 2373 | "bot": 43, 2374 | "total": 50 2375 | }, 2376 | "timestamp": "Wed Mar 01 2017 23:49:01 GMT+0000 (UTC)" 2377 | }, 2378 | { 2379 | "id": "311857404067184640", 2380 | "name": "I <3 Anime", 2381 | "percentage": 89.83050847457628, 2382 | "fixed_percentage": "90", 2383 | "count": { 2384 | "user": 6, 2385 | "bot": 53, 2386 | "total": 59 2387 | }, 2388 | "timestamp": "Wed May 10 2017 13:29:59 GMT+0000 (UTC)" 2389 | }, 2390 | { 2391 | "id": "158666807388012544", 2392 | "name": "Family-friendly server", 2393 | "percentage": 75.75757575757575, 2394 | "fixed_percentage": "76", 2395 | "count": { 2396 | "user": 32, 2397 | "bot": 100, 2398 | "total": 132 2399 | }, 2400 | "timestamp": "Sun Mar 13 2016 20:05:14 GMT+0000 (UTC)" 2401 | }, 2402 | { 2403 | "id": "335369378834939908", 2404 | "name": "Server testy", 2405 | "percentage": 99.3421052631579, 2406 | "fixed_percentage": "99", 2407 | "count": { 2408 | "user": 1, 2409 | "bot": 151, 2410 | "total": 152 2411 | }, 2412 | "timestamp": "Fri Jul 14 2017 10:38:10 GMT+0000 (UTC)" 2413 | }, 2414 | { 2415 | "id": "333660796728901633", 2416 | "name": "Un bordel sans nom.", 2417 | "percentage": 97.9381443298969, 2418 | "fixed_percentage": "98", 2419 | "count": { 2420 | "user": 2, 2421 | "bot": 95, 2422 | "total": 97 2423 | }, 2424 | "timestamp": "Sun Jul 09 2017 17:28:53 GMT+0000 (UTC)" 2425 | }, 2426 | { 2427 | "id": "320905005584482306", 2428 | "name": "Megabot(z)", 2429 | "percentage": 91.66666666666666, 2430 | "fixed_percentage": "92", 2431 | "count": { 2432 | "user": 7, 2433 | "bot": 77, 2434 | "total": 84 2435 | }, 2436 | "timestamp": "Sun Jun 04 2017 12:41:55 GMT+0000 (UTC)" 2437 | }, 2438 | { 2439 | "id": "280343481896140800", 2440 | "name": "PhoenixFlame", 2441 | "percentage": 75, 2442 | "fixed_percentage": "75", 2443 | "count": { 2444 | "user": 18, 2445 | "bot": 54, 2446 | "total": 72 2447 | }, 2448 | "timestamp": "Sun Feb 12 2017 14:24:54 GMT+0000 (UTC)" 2449 | }, 2450 | { 2451 | "id": "329761291877089282", 2452 | "name": "Os Biriguís", 2453 | "percentage": 77.27272727272727, 2454 | "fixed_percentage": "77", 2455 | "count": { 2456 | "user": 5, 2457 | "bot": 17, 2458 | "total": 22 2459 | }, 2460 | "timestamp": "Wed Jun 28 2017 23:13:38 GMT+0000 (UTC)" 2461 | }, 2462 | { 2463 | "id": "314512130458255361", 2464 | "name": "COLD ONES WITH WEEABOOS", 2465 | "percentage": 86.04651162790698, 2466 | "fixed_percentage": "86", 2467 | "count": { 2468 | "user": 6, 2469 | "bot": 37, 2470 | "total": 43 2471 | }, 2472 | "timestamp": "Wed May 17 2017 21:18:55 GMT+0000 (UTC)" 2473 | }, 2474 | { 2475 | "id": "302078209791492097", 2476 | "name": "SARRS", 2477 | "percentage": 96.3302752293578, 2478 | "fixed_percentage": "96", 2479 | "count": { 2480 | "user": 4, 2481 | "bot": 105, 2482 | "total": 109 2483 | }, 2484 | "timestamp": "Thu Apr 13 2017 13:50:57 GMT+0000 (UTC)" 2485 | }, 2486 | { 2487 | "id": "155643995429535744", 2488 | "name": "A server", 2489 | "percentage": 90.14084507042254, 2490 | "fixed_percentage": "90", 2491 | "count": { 2492 | "user": 7, 2493 | "bot": 64, 2494 | "total": 71 2495 | }, 2496 | "timestamp": "Sat Mar 05 2016 11:53:40 GMT+0000 (UTC)" 2497 | }, 2498 | { 2499 | "id": "285143714471477250", 2500 | "name": "TEST BOTS", 2501 | "percentage": 95.45454545454545, 2502 | "fixed_percentage": "95", 2503 | "count": { 2504 | "user": 1, 2505 | "bot": 21, 2506 | "total": 22 2507 | }, 2508 | "timestamp": "Sat Feb 25 2017 20:19:19 GMT+0000 (UTC)" 2509 | }, 2510 | { 2511 | "id": "114062191824601091", 2512 | "name": "Xandaismo", 2513 | "percentage": 90.9090909090909, 2514 | "fixed_percentage": "91", 2515 | "count": { 2516 | "user": 2, 2517 | "bot": 20, 2518 | "total": 22 2519 | }, 2520 | "timestamp": "Wed Nov 11 2015 18:02:25 GMT+0000 (UTC)" 2521 | }, 2522 | { 2523 | "id": "313837420019712000", 2524 | "name": "muy anem jefff cxddxdd", 2525 | "percentage": 78.26086956521739, 2526 | "fixed_percentage": "78", 2527 | "count": { 2528 | "user": 5, 2529 | "bot": 18, 2530 | "total": 23 2531 | }, 2532 | "timestamp": "Tue May 16 2017 00:37:51 GMT+0000 (UTC)" 2533 | }, 2534 | { 2535 | "id": "321518686525456384", 2536 | "name": "Fidget Spinner Fans", 2537 | "percentage": 98.98989898989899, 2538 | "fixed_percentage": "99", 2539 | "count": { 2540 | "user": 2, 2541 | "bot": 196, 2542 | "total": 198 2543 | }, 2544 | "timestamp": "Tue Jun 06 2017 05:20:28 GMT+0000 (UTC)" 2545 | }, 2546 | { 2547 | "id": "317550636352798721", 2548 | "name": "fanii", 2549 | "percentage": 77.55102040816327, 2550 | "fixed_percentage": "78", 2551 | "count": { 2552 | "user": 11, 2553 | "bot": 38, 2554 | "total": 49 2555 | }, 2556 | "timestamp": "Fri May 26 2017 06:32:51 GMT+0000 (UTC)" 2557 | }, 2558 | { 2559 | "id": "325827902400888833", 2560 | "name": "Friend Channel", 2561 | "percentage": 85.71428571428571, 2562 | "fixed_percentage": "86", 2563 | "count": { 2564 | "user": 3, 2565 | "bot": 18, 2566 | "total": 21 2567 | }, 2568 | "timestamp": "Sun Jun 18 2017 02:43:45 GMT+0000 (UTC)" 2569 | }, 2570 | { 2571 | "id": "291776478100717569", 2572 | "name": "Discord Bots v7", 2573 | "percentage": 100, 2574 | "fixed_percentage": "100", 2575 | "count": { 2576 | "user": 0, 2577 | "bot": 286, 2578 | "total": 286 2579 | }, 2580 | "timestamp": "Thu Mar 16 2017 03:35:33 GMT+0000 (UTC)" 2581 | }, 2582 | { 2583 | "id": "286284180961099778", 2584 | "name": "kys", 2585 | "percentage": 89.28571428571429, 2586 | "fixed_percentage": "89", 2587 | "count": { 2588 | "user": 6, 2589 | "bot": 50, 2590 | "total": 56 2591 | }, 2592 | "timestamp": "Tue Feb 28 2017 23:51:07 GMT+0000 (UTC)" 2593 | }, 2594 | { 2595 | "id": "323069488654319616", 2596 | "name": "ЛЕДЕНЦЫ АРТЁМА", 2597 | "percentage": 77.41935483870968, 2598 | "fixed_percentage": "77", 2599 | "count": { 2600 | "user": 7, 2601 | "bot": 24, 2602 | "total": 31 2603 | }, 2604 | "timestamp": "Sat Jun 10 2017 12:02:48 GMT+0000 (UTC)" 2605 | }, 2606 | { 2607 | "id": "334019495074988034", 2608 | "name": "The Spoopy Lounge", 2609 | "percentage": 97.36842105263158, 2610 | "fixed_percentage": "97", 2611 | "count": { 2612 | "user": 3, 2613 | "bot": 111, 2614 | "total": 114 2615 | }, 2616 | "timestamp": "Mon Jul 10 2017 17:14:13 GMT+0000 (UTC)" 2617 | }, 2618 | { 2619 | "id": "315177612060262401", 2620 | "name": "Bot Fun", 2621 | "percentage": 96.7741935483871, 2622 | "fixed_percentage": "97", 2623 | "count": { 2624 | "user": 1, 2625 | "bot": 30, 2626 | "total": 31 2627 | }, 2628 | "timestamp": "Fri May 19 2017 17:23:18 GMT+0000 (UTC)" 2629 | }, 2630 | { 2631 | "id": "333771815132463104", 2632 | "name": "Loyalty", 2633 | "percentage": 78.41726618705036, 2634 | "fixed_percentage": "78", 2635 | "count": { 2636 | "user": 30, 2637 | "bot": 109, 2638 | "total": 139 2639 | }, 2640 | "timestamp": "Mon Jul 10 2017 00:50:01 GMT+0000 (UTC)" 2641 | }, 2642 | { 2643 | "id": "279274352472752129", 2644 | "name": "Bot-Testing", 2645 | "percentage": 83.33333333333334, 2646 | "fixed_percentage": "83", 2647 | "count": { 2648 | "user": 5, 2649 | "bot": 25, 2650 | "total": 30 2651 | }, 2652 | "timestamp": "Thu Feb 09 2017 15:36:34 GMT+0000 (UTC)" 2653 | }, 2654 | { 2655 | "id": "292763028792016898", 2656 | "name": "Discord bot [FR]", 2657 | "percentage": 92.7536231884058, 2658 | "fixed_percentage": "93", 2659 | "count": { 2660 | "user": 10, 2661 | "bot": 128, 2662 | "total": 138 2663 | }, 2664 | "timestamp": "Sat Mar 18 2017 20:55:45 GMT+0000 (UTC)" 2665 | }, 2666 | { 2667 | "id": "311694205577854995", 2668 | "name": "FLEPPLAYS BETS STUDIOa [Alpha]", 2669 | "percentage": 80, 2670 | "fixed_percentage": "80", 2671 | "count": { 2672 | "user": 6, 2673 | "bot": 24, 2674 | "total": 30 2675 | }, 2676 | "timestamp": "Wed May 10 2017 02:41:29 GMT+0000 (UTC)" 2677 | }, 2678 | { 2679 | "id": "210363454706417664", 2680 | "name": "Cheeseville filled with bots", 2681 | "percentage": 97.16981132075472, 2682 | "fixed_percentage": "97", 2683 | "count": { 2684 | "user": 6, 2685 | "bot": 206, 2686 | "total": 212 2687 | }, 2688 | "timestamp": "Wed Aug 03 2016 11:49:15 GMT+0000 (UTC)" 2689 | }, 2690 | { 2691 | "id": "249934879188451328", 2692 | "name": "Butt's!", 2693 | "percentage": 83.64779874213836, 2694 | "fixed_percentage": "84", 2695 | "count": { 2696 | "user": 52, 2697 | "bot": 266, 2698 | "total": 318 2699 | }, 2700 | "timestamp": "Sun Nov 20 2016 16:31:58 GMT+0000 (UTC)" 2701 | }, 2702 | { 2703 | "id": "257441162988748811", 2704 | "name": "Lazy's Safehouse", 2705 | "percentage": 78.26086956521739, 2706 | "fixed_percentage": "78", 2707 | "count": { 2708 | "user": 10, 2709 | "bot": 36, 2710 | "total": 46 2711 | }, 2712 | "timestamp": "Sun Dec 11 2016 09:39:16 GMT+0000 (UTC)" 2713 | }, 2714 | { 2715 | "id": "314114608182853632", 2716 | "name": "Secret City", 2717 | "percentage": 97.1830985915493, 2718 | "fixed_percentage": "97", 2719 | "count": { 2720 | "user": 4, 2721 | "bot": 138, 2722 | "total": 142 2723 | }, 2724 | "timestamp": "Tue May 16 2017 18:59:18 GMT+0000 (UTC)" 2725 | }, 2726 | { 2727 | "id": "319066302478286849", 2728 | "name": "HibernatingBear's Group", 2729 | "percentage": 80, 2730 | "fixed_percentage": "80", 2731 | "count": { 2732 | "user": 7, 2733 | "bot": 28, 2734 | "total": 35 2735 | }, 2736 | "timestamp": "Tue May 30 2017 10:55:34 GMT+0000 (UTC)" 2737 | }, 2738 | { 2739 | "id": "327405621357969408", 2740 | "name": "귀찮은 bot testing", 2741 | "percentage": 94.28571428571428, 2742 | "fixed_percentage": "94", 2743 | "count": { 2744 | "user": 2, 2745 | "bot": 33, 2746 | "total": 35 2747 | }, 2748 | "timestamp": "Thu Jun 22 2017 11:13:03 GMT+0000 (UTC)" 2749 | }, 2750 | { 2751 | "id": "284372351011782667", 2752 | "name": "Creentroll | ID pour rejoindre: https://discord.gg/Jmn4s3h", 2753 | "percentage": 82.35294117647058, 2754 | "fixed_percentage": "82", 2755 | "count": { 2756 | "user": 9, 2757 | "bot": 42, 2758 | "total": 51 2759 | }, 2760 | "timestamp": "Thu Feb 23 2017 17:14:11 GMT+0000 (UTC)" 2761 | }, 2762 | { 2763 | "id": "257868054854238208", 2764 | "name": "Η Λίγκα των Δολοφόνων - The Killers League", 2765 | "percentage": 88, 2766 | "fixed_percentage": "88", 2767 | "count": { 2768 | "user": 3, 2769 | "bot": 22, 2770 | "total": 25 2771 | }, 2772 | "timestamp": "Mon Dec 12 2016 13:55:35 GMT+0000 (UTC)" 2773 | }, 2774 | { 2775 | "id": "312950249578561538", 2776 | "name": "BotLand", 2777 | "percentage": 95.45454545454545, 2778 | "fixed_percentage": "95", 2779 | "count": { 2780 | "user": 5, 2781 | "bot": 105, 2782 | "total": 110 2783 | }, 2784 | "timestamp": "Sat May 13 2017 13:52:33 GMT+0000 (UTC)" 2785 | }, 2786 | { 2787 | "id": "293147892791771137", 2788 | "name": "RobotTesting_Facility", 2789 | "percentage": 99.2831541218638, 2790 | "fixed_percentage": "99", 2791 | "count": { 2792 | "user": 2, 2793 | "bot": 277, 2794 | "total": 279 2795 | }, 2796 | "timestamp": "Sun Mar 19 2017 22:25:04 GMT+0000 (UTC)" 2797 | }, 2798 | { 2799 | "id": "150609040551051264", 2800 | "name": "Discord For The Mentally Disabled", 2801 | "percentage": 96.41025641025641, 2802 | "fixed_percentage": "96", 2803 | "count": { 2804 | "user": 7, 2805 | "bot": 188, 2806 | "total": 195 2807 | }, 2808 | "timestamp": "Sat Feb 20 2016 14:26:33 GMT+0000 (UTC)" 2809 | }, 2810 | { 2811 | "id": "280900066053455872", 2812 | "name": "dead server", 2813 | "percentage": 92.20779220779221, 2814 | "fixed_percentage": "92", 2815 | "count": { 2816 | "user": 6, 2817 | "bot": 71, 2818 | "total": 77 2819 | }, 2820 | "timestamp": "Tue Feb 14 2017 03:16:34 GMT+0000 (UTC)" 2821 | }, 2822 | { 2823 | "id": "308898948595056640", 2824 | "name": "Boty testowe", 2825 | "percentage": 91.42857142857143, 2826 | "fixed_percentage": "91", 2827 | "count": { 2828 | "user": 3, 2829 | "bot": 32, 2830 | "total": 35 2831 | }, 2832 | "timestamp": "Tue May 02 2017 09:34:08 GMT+0000 (UTC)" 2833 | }, 2834 | { 2835 | "id": "247119199359598593", 2836 | "name": "Double Whooper cheese", 2837 | "percentage": 96.47058823529412, 2838 | "fixed_percentage": "96", 2839 | "count": { 2840 | "user": 6, 2841 | "bot": 164, 2842 | "total": 170 2843 | }, 2844 | "timestamp": "Sat Nov 12 2016 22:03:28 GMT+0000 (UTC)" 2845 | }, 2846 | { 2847 | "id": "293475754262528000", 2848 | "name": "NerdsAndNerdsOnly", 2849 | "percentage": 94.61538461538461, 2850 | "fixed_percentage": "95", 2851 | "count": { 2852 | "user": 7, 2853 | "bot": 123, 2854 | "total": 130 2855 | }, 2856 | "timestamp": "Mon Mar 20 2017 20:07:52 GMT+0000 (UTC)" 2857 | }, 2858 | { 2859 | "id": "290539149864468481", 2860 | "name": "Some Random Server", 2861 | "percentage": 97.5, 2862 | "fixed_percentage": "98", 2863 | "count": { 2864 | "user": 1, 2865 | "bot": 39, 2866 | "total": 40 2867 | }, 2868 | "timestamp": "Sun Mar 12 2017 17:38:51 GMT+0000 (UTC)" 2869 | }, 2870 | { 2871 | "id": "314117918361255949", 2872 | "name": "RCA-NoCharlie!!!", 2873 | "percentage": 90, 2874 | "fixed_percentage": "90", 2875 | "count": { 2876 | "user": 3, 2877 | "bot": 27, 2878 | "total": 30 2879 | }, 2880 | "timestamp": "Tue May 16 2017 19:12:27 GMT+0000 (UTC)" 2881 | }, 2882 | { 2883 | "id": "291777661221601281", 2884 | "name": "pass me my BEERS", 2885 | "percentage": 100, 2886 | "fixed_percentage": "100", 2887 | "count": { 2888 | "user": 0, 2889 | "bot": 291, 2890 | "total": 291 2891 | }, 2892 | "timestamp": "Thu Mar 16 2017 03:40:15 GMT+0000 (UTC)" 2893 | }, 2894 | { 2895 | "id": "305821266072436737", 2896 | "name": "The Worst Discord Server", 2897 | "percentage": 99.13544668587896, 2898 | "fixed_percentage": "99", 2899 | "count": { 2900 | "user": 3, 2901 | "bot": 344, 2902 | "total": 347 2903 | }, 2904 | "timestamp": "Sun Apr 23 2017 21:44:31 GMT+0000 (UTC)" 2905 | }, 2906 | { 2907 | "id": "300396348170305537", 2908 | "name": "Waffles", 2909 | "percentage": 94.44444444444444, 2910 | "fixed_percentage": "94", 2911 | "count": { 2912 | "user": 2, 2913 | "bot": 34, 2914 | "total": 36 2915 | }, 2916 | "timestamp": "Sat Apr 08 2017 22:27:50 GMT+0000 (UTC)" 2917 | }, 2918 | { 2919 | "id": "294203377951178752", 2920 | "name": "Вова Игры Chips", 2921 | "percentage": 75, 2922 | "fixed_percentage": "75", 2923 | "count": { 2924 | "user": 34, 2925 | "bot": 102, 2926 | "total": 136 2927 | }, 2928 | "timestamp": "Wed Mar 22 2017 20:19:11 GMT+0000 (UTC)" 2929 | }, 2930 | { 2931 | "id": "291775454891999232", 2932 | "name": "Discord Bots v4", 2933 | "percentage": 100, 2934 | "fixed_percentage": "100", 2935 | "count": { 2936 | "user": 0, 2937 | "bot": 287, 2938 | "total": 287 2939 | }, 2940 | "timestamp": "Thu Mar 16 2017 03:31:29 GMT+0000 (UTC)" 2941 | }, 2942 | { 2943 | "id": "277212916481130497", 2944 | "name": "The Empire Of Sugar", 2945 | "percentage": 80, 2946 | "fixed_percentage": "80", 2947 | "count": { 2948 | "user": 13, 2949 | "bot": 52, 2950 | "total": 65 2951 | }, 2952 | "timestamp": "Fri Feb 03 2017 23:05:09 GMT+0000 (UTC)" 2953 | }, 2954 | { 2955 | "id": "321986121397567489", 2956 | "name": "Neger", 2957 | "percentage": 96.15384615384616, 2958 | "fixed_percentage": "96", 2959 | "count": { 2960 | "user": 2, 2961 | "bot": 50, 2962 | "total": 52 2963 | }, 2964 | "timestamp": "Wed Jun 07 2017 12:17:53 GMT+0000 (UTC)" 2965 | }, 2966 | { 2967 | "id": "255913724341125120", 2968 | "name": "bot heaven", 2969 | "percentage": 98.83040935672514, 2970 | "fixed_percentage": "99", 2971 | "count": { 2972 | "user": 2, 2973 | "bot": 169, 2974 | "total": 171 2975 | }, 2976 | "timestamp": "Wed Dec 07 2016 04:29:46 GMT+0000 (UTC)" 2977 | }, 2978 | { 2979 | "id": "292732126032297984", 2980 | "name": "Humans vs Bots", 2981 | "percentage": 98, 2982 | "fixed_percentage": "98", 2983 | "count": { 2984 | "user": 1, 2985 | "bot": 49, 2986 | "total": 50 2987 | }, 2988 | "timestamp": "Sat Mar 18 2017 18:52:57 GMT+0000 (UTC)" 2989 | }, 2990 | { 2991 | "id": "304806903362355210", 2992 | "name": "GRAVEYARD", 2993 | "percentage": 94.89795918367348, 2994 | "fixed_percentage": "95", 2995 | "count": { 2996 | "user": 5, 2997 | "bot": 93, 2998 | "total": 98 2999 | }, 3000 | "timestamp": "Fri Apr 21 2017 02:33:48 GMT+0000 (UTC)" 3001 | }, 3002 | { 3003 | "id": "274621988482580490", 3004 | "name": "BW ist eh das beste", 3005 | "percentage": 92.85714285714286, 3006 | "fixed_percentage": "93", 3007 | "count": { 3008 | "user": 2, 3009 | "bot": 26, 3010 | "total": 28 3011 | }, 3012 | "timestamp": "Fri Jan 27 2017 19:29:44 GMT+0000 (UTC)" 3013 | }, 3014 | { 3015 | "id": "321889631819923457", 3016 | "name": "Mair", 3017 | "percentage": 97.59036144578313, 3018 | "fixed_percentage": "98", 3019 | "count": { 3020 | "user": 2, 3021 | "bot": 81, 3022 | "total": 83 3023 | }, 3024 | "timestamp": "Wed Jun 07 2017 05:54:28 GMT+0000 (UTC)" 3025 | }, 3026 | { 3027 | "id": "335085727106990080", 3028 | "name": "All Bots", 3029 | "percentage": 92.22222222222223, 3030 | "fixed_percentage": "92", 3031 | "count": { 3032 | "user": 7, 3033 | "bot": 83, 3034 | "total": 90 3035 | }, 3036 | "timestamp": "Thu Jul 13 2017 15:51:02 GMT+0000 (UTC)" 3037 | }, 3038 | { 3039 | "id": "299910663562854400", 3040 | "name": "Private - siajin", 3041 | "percentage": 94.5945945945946, 3042 | "fixed_percentage": "95", 3043 | "count": { 3044 | "user": 2, 3045 | "bot": 35, 3046 | "total": 37 3047 | }, 3048 | "timestamp": "Fri Apr 07 2017 14:17:54 GMT+0000 (UTC)" 3049 | }, 3050 | { 3051 | "id": "291396334177746944", 3052 | "name": "BOT TEST SERVER", 3053 | "percentage": 92.6829268292683, 3054 | "fixed_percentage": "93", 3055 | "count": { 3056 | "user": 3, 3057 | "bot": 38, 3058 | "total": 41 3059 | }, 3060 | "timestamp": "Wed Mar 15 2017 02:24:59 GMT+0000 (UTC)" 3061 | }, 3062 | { 3063 | "id": "291776957593550848", 3064 | "name": "Discord Bots v8", 3065 | "percentage": 99.6551724137931, 3066 | "fixed_percentage": "100", 3067 | "count": { 3068 | "user": 1, 3069 | "bot": 289, 3070 | "total": 290 3071 | }, 3072 | "timestamp": "Thu Mar 16 2017 03:37:27 GMT+0000 (UTC)" 3073 | }, 3074 | { 3075 | "id": "322107915806834701", 3076 | "name": "Diamond Offical Clan", 3077 | "percentage": 91.30434782608695, 3078 | "fixed_percentage": "91", 3079 | "count": { 3080 | "user": 2, 3081 | "bot": 21, 3082 | "total": 23 3083 | }, 3084 | "timestamp": "Wed Jun 07 2017 20:21:51 GMT+0000 (UTC)" 3085 | }, 3086 | { 3087 | "id": "299942305979301888", 3088 | "name": "TheCatClub", 3089 | "percentage": 80.64516129032258, 3090 | "fixed_percentage": "81", 3091 | "count": { 3092 | "user": 6, 3093 | "bot": 25, 3094 | "total": 31 3095 | }, 3096 | "timestamp": "Fri Apr 07 2017 16:23:38 GMT+0000 (UTC)" 3097 | }, 3098 | { 3099 | "id": "293967503850340352", 3100 | "name": "Private", 3101 | "percentage": 92.3076923076923, 3102 | "fixed_percentage": "92", 3103 | "count": { 3104 | "user": 2, 3105 | "bot": 24, 3106 | "total": 26 3107 | }, 3108 | "timestamp": "Wed Mar 22 2017 04:41:54 GMT+0000 (UTC)" 3109 | }, 3110 | { 3111 | "id": "332568125348511755", 3112 | "name": "Nostalgia Central", 3113 | "percentage": 77.27272727272727, 3114 | "fixed_percentage": "77", 3115 | "count": { 3116 | "user": 5, 3117 | "bot": 17, 3118 | "total": 22 3119 | }, 3120 | "timestamp": "Thu Jul 06 2017 17:06:59 GMT+0000 (UTC)" 3121 | }, 3122 | { 3123 | "id": "316688815538307076", 3124 | "name": "Botz", 3125 | "percentage": 83.33333333333334, 3126 | "fixed_percentage": "83", 3127 | "count": { 3128 | "user": 4, 3129 | "bot": 20, 3130 | "total": 24 3131 | }, 3132 | "timestamp": "Tue May 23 2017 21:28:17 GMT+0000 (UTC)" 3133 | }, 3134 | { 3135 | "id": "305919181185089547", 3136 | "name": "Eeks Dee", 3137 | "percentage": 77.27272727272727, 3138 | "fixed_percentage": "77", 3139 | "count": { 3140 | "user": 5, 3141 | "bot": 17, 3142 | "total": 22 3143 | }, 3144 | "timestamp": "Mon Apr 24 2017 04:13:36 GMT+0000 (UTC)" 3145 | }, 3146 | { 3147 | "id": "301109738563698699", 3148 | "name": "BOT LAND USA", 3149 | "percentage": 94.87179487179486, 3150 | "fixed_percentage": "95", 3151 | "count": { 3152 | "user": 6, 3153 | "bot": 111, 3154 | "total": 117 3155 | }, 3156 | "timestamp": "Mon Apr 10 2017 21:42:36 GMT+0000 (UTC)" 3157 | }, 3158 | { 3159 | "id": "131535085638909952", 3160 | "name": "Meat", 3161 | "percentage": 88.37209302325581, 3162 | "fixed_percentage": "88", 3163 | "count": { 3164 | "user": 10, 3165 | "bot": 76, 3166 | "total": 86 3167 | }, 3168 | "timestamp": "Tue Dec 29 2015 23:13:28 GMT+0000 (UTC)" 3169 | }, 3170 | { 3171 | "id": "211548472086626314", 3172 | "name": "Emoji Server 1", 3173 | "percentage": 77.27272727272727, 3174 | "fixed_percentage": "77", 3175 | "count": { 3176 | "user": 5, 3177 | "bot": 17, 3178 | "total": 22 3179 | }, 3180 | "timestamp": "Sat Aug 06 2016 18:18:06 GMT+0000 (UTC)" 3181 | }, 3182 | { 3183 | "id": "322379141993201674", 3184 | "name": "Discord Bot List BOT FARM", 3185 | "percentage": 99.04306220095694, 3186 | "fixed_percentage": "99", 3187 | "count": { 3188 | "user": 4, 3189 | "bot": 414, 3190 | "total": 418 3191 | }, 3192 | "timestamp": "Thu Jun 08 2017 14:19:36 GMT+0000 (UTC)" 3193 | }, 3194 | { 3195 | "id": "315244121424134145", 3196 | "name": "Bot Test Room", 3197 | "percentage": 96.55172413793103, 3198 | "fixed_percentage": "97", 3199 | "count": { 3200 | "user": 1, 3201 | "bot": 28, 3202 | "total": 29 3203 | }, 3204 | "timestamp": "Fri May 19 2017 21:47:35 GMT+0000 (UTC)" 3205 | }, 3206 | { 3207 | "id": "320494017311670273", 3208 | "name": "$̷̡̢̢̲̞̜̠̞̘͈̗̉̓̈́́͗̽̌̎͋̊͘ͅQ̴̡̡̥͚̪̹̗͓́̓͂̇̊̂̋̈́͘Ṳ̷̢͍̝̩͙͈̄̈́͊ͅÄ̷̢̯͇̠̺̭͎̞̦̝̭̉͗̂̏̈́̅̔̚͝͝͝Đ̸̧̫̱͋͗̽̍̀̈́͘͘̚͝͠͝", 3209 | "percentage": 94.85094850948511, 3210 | "fixed_percentage": "95", 3211 | "count": { 3212 | "user": 19, 3213 | "bot": 350, 3214 | "total": 369 3215 | }, 3216 | "timestamp": "Sat Jun 03 2017 09:28:48 GMT+0000 (UTC)" 3217 | }, 3218 | { 3219 | "id": "281503079789101056", 3220 | "name": "teste", 3221 | "percentage": 85.71428571428571, 3222 | "fixed_percentage": "86", 3223 | "count": { 3224 | "user": 4, 3225 | "bot": 24, 3226 | "total": 28 3227 | }, 3228 | "timestamp": "Wed Feb 15 2017 19:12:44 GMT+0000 (UTC)" 3229 | }, 3230 | { 3231 | "id": "325950708677476352", 3232 | "name": "fellsbadman", 3233 | "percentage": 85.18518518518519, 3234 | "fixed_percentage": "85", 3235 | "count": { 3236 | "user": 4, 3237 | "bot": 23, 3238 | "total": 27 3239 | }, 3240 | "timestamp": "Sun Jun 18 2017 10:51:44 GMT+0000 (UTC)" 3241 | }, 3242 | { 3243 | "id": "306244083540688897", 3244 | "name": "Messing around chat", 3245 | "percentage": 97.93388429752066, 3246 | "fixed_percentage": "98", 3247 | "count": { 3248 | "user": 5, 3249 | "bot": 237, 3250 | "total": 242 3251 | }, 3252 | "timestamp": "Tue Apr 25 2017 01:44:39 GMT+0000 (UTC)" 3253 | }, 3254 | { 3255 | "id": "242186911043551232", 3256 | "name": "DH.", 3257 | "percentage": 96.42857142857143, 3258 | "fixed_percentage": "96", 3259 | "count": { 3260 | "user": 1, 3261 | "bot": 27, 3262 | "total": 28 3263 | }, 3264 | "timestamp": "Sun Oct 30 2016 07:24:19 GMT+0000 (UTC)" 3265 | }, 3266 | { 3267 | "id": "291774720771096576", 3268 | "name": "@here are you online?", 3269 | "percentage": 100, 3270 | "fixed_percentage": "100", 3271 | "count": { 3272 | "user": 0, 3273 | "bot": 284, 3274 | "total": 284 3275 | }, 3276 | "timestamp": "Thu Mar 16 2017 03:28:34 GMT+0000 (UTC)" 3277 | }, 3278 | { 3279 | "id": "323917110793207810", 3280 | "name": "The Burrito Cult", 3281 | "percentage": 83.92857142857143, 3282 | "fixed_percentage": "84", 3283 | "count": { 3284 | "user": 18, 3285 | "bot": 94, 3286 | "total": 112 3287 | }, 3288 | "timestamp": "Mon Jun 12 2017 20:10:57 GMT+0000 (UTC)" 3289 | }, 3290 | { 3291 | "id": "305911826003001346", 3292 | "name": "Banana nut maids", 3293 | "percentage": 84.94623655913979, 3294 | "fixed_percentage": "85", 3295 | "count": { 3296 | "user": 14, 3297 | "bot": 79, 3298 | "total": 93 3299 | }, 3300 | "timestamp": "Mon Apr 24 2017 03:44:22 GMT+0000 (UTC)" 3301 | }, 3302 | { 3303 | "id": "315659837591781388", 3304 | "name": "Bot Collection", 3305 | "percentage": 92.98245614035088, 3306 | "fixed_percentage": "93", 3307 | "count": { 3308 | "user": 4, 3309 | "bot": 53, 3310 | "total": 57 3311 | }, 3312 | "timestamp": "Sun May 21 2017 01:19:29 GMT+0000 (UTC)" 3313 | }, 3314 | { 3315 | "id": "294518316318457858", 3316 | "name": "BotHell", 3317 | "percentage": 91.86046511627907, 3318 | "fixed_percentage": "92", 3319 | "count": { 3320 | "user": 14, 3321 | "bot": 158, 3322 | "total": 172 3323 | }, 3324 | "timestamp": "Thu Mar 23 2017 17:10:38 GMT+0000 (UTC)" 3325 | }, 3326 | { 3327 | "id": "334875326691672065", 3328 | "name": "Test bot", 3329 | "percentage": 95.23809523809523, 3330 | "fixed_percentage": "95", 3331 | "count": { 3332 | "user": 1, 3333 | "bot": 20, 3334 | "total": 21 3335 | }, 3336 | "timestamp": "Thu Jul 13 2017 01:54:59 GMT+0000 (UTC)" 3337 | }, 3338 | { 3339 | "id": "281540857918914562", 3340 | "name": "Avant Heim", 3341 | "percentage": 82.35294117647058, 3342 | "fixed_percentage": "82", 3343 | "count": { 3344 | "user": 6, 3345 | "bot": 28, 3346 | "total": 34 3347 | }, 3348 | "timestamp": "Wed Feb 15 2017 21:42:51 GMT+0000 (UTC)" 3349 | }, 3350 | { 3351 | "id": "290807766237446146", 3352 | "name": ";)", 3353 | "percentage": 97.72727272727273, 3354 | "fixed_percentage": "98", 3355 | "count": { 3356 | "user": 2, 3357 | "bot": 86, 3358 | "total": 88 3359 | }, 3360 | "timestamp": "Mon Mar 13 2017 11:26:14 GMT+0000 (UTC)" 3361 | }, 3362 | { 3363 | "id": "321215084850315264", 3364 | "name": "РУССКИЕ ЭЖЖИКИ", 3365 | "percentage": 92.5925925925926, 3366 | "fixed_percentage": "93", 3367 | "count": { 3368 | "user": 2, 3369 | "bot": 25, 3370 | "total": 27 3371 | }, 3372 | "timestamp": "Mon Jun 05 2017 09:14:04 GMT+0000 (UTC)" 3373 | }, 3374 | { 3375 | "id": "321422541509885953", 3376 | "name": "bot server", 3377 | "percentage": 96.06299212598425, 3378 | "fixed_percentage": "96", 3379 | "count": { 3380 | "user": 5, 3381 | "bot": 122, 3382 | "total": 127 3383 | }, 3384 | "timestamp": "Mon Jun 05 2017 22:58:25 GMT+0000 (UTC)" 3385 | }, 3386 | { 3387 | "id": "281871879453802497", 3388 | "name": "Offizieller NoixRP Discord", 3389 | "percentage": 87.67123287671232, 3390 | "fixed_percentage": "88", 3391 | "count": { 3392 | "user": 9, 3393 | "bot": 64, 3394 | "total": 73 3395 | }, 3396 | "timestamp": "Thu Feb 16 2017 19:38:12 GMT+0000 (UTC)" 3397 | }, 3398 | { 3399 | "id": "324014503782121472", 3400 | "name": "Bot City", 3401 | "percentage": 96.42857142857143, 3402 | "fixed_percentage": "96", 3403 | "count": { 3404 | "user": 3, 3405 | "bot": 81, 3406 | "total": 84 3407 | }, 3408 | "timestamp": "Tue Jun 13 2017 02:37:57 GMT+0000 (UTC)" 3409 | }, 3410 | { 3411 | "id": "290140098765389824", 3412 | "name": "U S A", 3413 | "percentage": 99.1304347826087, 3414 | "fixed_percentage": "99", 3415 | "count": { 3416 | "user": 1, 3417 | "bot": 114, 3418 | "total": 115 3419 | }, 3420 | "timestamp": "Sat Mar 11 2017 15:13:10 GMT+0000 (UTC)" 3421 | }, 3422 | { 3423 | "id": "180410195615154176", 3424 | "name": "Memecorner", 3425 | "percentage": 87.2340425531915, 3426 | "fixed_percentage": "87", 3427 | "count": { 3428 | "user": 6, 3429 | "bot": 41, 3430 | "total": 47 3431 | }, 3432 | "timestamp": "Thu May 12 2016 20:05:42 GMT+0000 (UTC)" 3433 | }, 3434 | { 3435 | "id": "312011815691485187", 3436 | "name": "everyone gets admin", 3437 | "percentage": 97.89473684210527, 3438 | "fixed_percentage": "98", 3439 | "count": { 3440 | "user": 2, 3441 | "bot": 93, 3442 | "total": 95 3443 | }, 3444 | "timestamp": "Wed May 10 2017 23:43:33 GMT+0000 (UTC)" 3445 | }, 3446 | { 3447 | "id": "297898321648025610", 3448 | "name": "Soviet Swampland Union", 3449 | "percentage": 76.92307692307693, 3450 | "fixed_percentage": "77", 3451 | "count": { 3452 | "user": 6, 3453 | "bot": 20, 3454 | "total": 26 3455 | }, 3456 | "timestamp": "Sun Apr 02 2017 01:01:34 GMT+0000 (UTC)" 3457 | }, 3458 | { 3459 | "id": "302126450654576640", 3460 | "name": "quainthi's community", 3461 | "percentage": 76.92307692307693, 3462 | "fixed_percentage": "77", 3463 | "count": { 3464 | "user": 12, 3465 | "bot": 40, 3466 | "total": 52 3467 | }, 3468 | "timestamp": "Thu Apr 13 2017 17:02:39 GMT+0000 (UTC)" 3469 | }, 3470 | { 3471 | "id": "173661600442482688", 3472 | "name": "Murder Council HQ", 3473 | "percentage": 87.5, 3474 | "fixed_percentage": "88", 3475 | "count": { 3476 | "user": 3, 3477 | "bot": 21, 3478 | "total": 24 3479 | }, 3480 | "timestamp": "Sun Apr 24 2016 05:09:12 GMT+0000 (UTC)" 3481 | }, 3482 | { 3483 | "id": "207954596570595329", 3484 | "name": "Cat & Fox Duckfest 2017", 3485 | "percentage": 90.47619047619048, 3486 | "fixed_percentage": "90", 3487 | "count": { 3488 | "user": 2, 3489 | "bot": 19, 3490 | "total": 21 3491 | }, 3492 | "timestamp": "Wed Jul 27 2016 20:17:19 GMT+0000 (UTC)" 3493 | }, 3494 | { 3495 | "id": "290687942865846273", 3496 | "name": "xd", 3497 | "percentage": 96.34146341463415, 3498 | "fixed_percentage": "96", 3499 | "count": { 3500 | "user": 3, 3501 | "bot": 79, 3502 | "total": 82 3503 | }, 3504 | "timestamp": "Mon Mar 13 2017 03:30:06 GMT+0000 (UTC)" 3505 | }, 3506 | { 3507 | "id": "316592868846206986", 3508 | "name": "Discord Bot Battle", 3509 | "percentage": 91.57894736842105, 3510 | "fixed_percentage": "92", 3511 | "count": { 3512 | "user": 8, 3513 | "bot": 87, 3514 | "total": 95 3515 | }, 3516 | "timestamp": "Tue May 23 2017 15:07:01 GMT+0000 (UTC)" 3517 | }, 3518 | { 3519 | "id": "282859309413695488", 3520 | "name": "Chat de prueba", 3521 | "percentage": 84.375, 3522 | "fixed_percentage": "84", 3523 | "count": { 3524 | "user": 5, 3525 | "bot": 27, 3526 | "total": 32 3527 | }, 3528 | "timestamp": "Sun Feb 19 2017 13:01:54 GMT+0000 (UTC)" 3529 | }, 3530 | { 3531 | "id": "310613725805543424", 3532 | "name": "Test / Emote Server", 3533 | "percentage": 76.74418604651163, 3534 | "fixed_percentage": "77", 3535 | "count": { 3536 | "user": 10, 3537 | "bot": 33, 3538 | "total": 43 3539 | }, 3540 | "timestamp": "Sun May 07 2017 03:08:03 GMT+0000 (UTC)" 3541 | }, 3542 | { 3543 | "id": "321619885341933578", 3544 | "name": "bo$$", 3545 | "percentage": 76.19047619047619, 3546 | "fixed_percentage": "76", 3547 | "count": { 3548 | "user": 5, 3549 | "bot": 16, 3550 | "total": 21 3551 | }, 3552 | "timestamp": "Tue Jun 06 2017 12:02:36 GMT+0000 (UTC)" 3553 | }, 3554 | { 3555 | "id": "280212120715526145", 3556 | "name": "Good Luck", 3557 | "percentage": 96.12403100775194, 3558 | "fixed_percentage": "96", 3559 | "count": { 3560 | "user": 5, 3561 | "bot": 124, 3562 | "total": 129 3563 | }, 3564 | "timestamp": "Sun Feb 12 2017 05:42:55 GMT+0000 (UTC)" 3565 | }, 3566 | { 3567 | "id": "295727272219115523", 3568 | "name": "DISCORD BOTS", 3569 | "percentage": 97.14285714285714, 3570 | "fixed_percentage": "97", 3571 | "count": { 3572 | "user": 2, 3573 | "bot": 68, 3574 | "total": 70 3575 | }, 3576 | "timestamp": "Mon Mar 27 2017 01:14:36 GMT+0000 (UTC)" 3577 | }, 3578 | { 3579 | "id": "316384984409702403", 3580 | "name": "ZukiMon", 3581 | "percentage": 91.42857142857143, 3582 | "fixed_percentage": "91", 3583 | "count": { 3584 | "user": 3, 3585 | "bot": 32, 3586 | "total": 35 3587 | }, 3588 | "timestamp": "Tue May 23 2017 01:20:58 GMT+0000 (UTC)" 3589 | }, 3590 | { 3591 | "id": "285034740053180416", 3592 | "name": "test", 3593 | "percentage": 90, 3594 | "fixed_percentage": "90", 3595 | "count": { 3596 | "user": 3, 3597 | "bot": 27, 3598 | "total": 30 3599 | }, 3600 | "timestamp": "Sat Feb 25 2017 13:06:17 GMT+0000 (UTC)" 3601 | }, 3602 | { 3603 | "id": "288945695203917825", 3604 | "name": "bot hell high", 3605 | "percentage": 95.34883720930233, 3606 | "fixed_percentage": "95", 3607 | "count": { 3608 | "user": 4, 3609 | "bot": 82, 3610 | "total": 86 3611 | }, 3612 | "timestamp": "Wed Mar 08 2017 08:07:02 GMT+0000 (UTC)" 3613 | }, 3614 | { 3615 | "id": "327726691764011029", 3616 | "name": "bot server", 3617 | "percentage": 97.53086419753086, 3618 | "fixed_percentage": "98", 3619 | "count": { 3620 | "user": 2, 3621 | "bot": 79, 3622 | "total": 81 3623 | }, 3624 | "timestamp": "Fri Jun 23 2017 08:28:52 GMT+0000 (UTC)" 3625 | }, 3626 | { 3627 | "id": "311835827669827585", 3628 | "name": "Bot愛護団体", 3629 | "percentage": 98.07692307692307, 3630 | "fixed_percentage": "98", 3631 | "count": { 3632 | "user": 2, 3633 | "bot": 102, 3634 | "total": 104 3635 | }, 3636 | "timestamp": "Wed May 10 2017 12:04:14 GMT+0000 (UTC)" 3637 | }, 3638 | { 3639 | "id": "323550203439480833", 3640 | "name": "WaifuDump", 3641 | "percentage": 92, 3642 | "fixed_percentage": "92", 3643 | "count": { 3644 | "user": 2, 3645 | "bot": 23, 3646 | "total": 25 3647 | }, 3648 | "timestamp": "Sun Jun 11 2017 19:52:59 GMT+0000 (UTC)" 3649 | }, 3650 | { 3651 | "id": "186500469491761152", 3652 | "name": "O P E D", 3653 | "percentage": 86.66666666666667, 3654 | "fixed_percentage": "87", 3655 | "count": { 3656 | "user": 4, 3657 | "bot": 26, 3658 | "total": 30 3659 | }, 3660 | "timestamp": "Sun May 29 2016 15:26:16 GMT+0000 (UTC)" 3661 | }, 3662 | { 3663 | "id": "315777786629324813", 3664 | "name": "TESTING", 3665 | "percentage": 97.32142857142857, 3666 | "fixed_percentage": "97", 3667 | "count": { 3668 | "user": 3, 3669 | "bot": 109, 3670 | "total": 112 3671 | }, 3672 | "timestamp": "Sun May 21 2017 09:08:11 GMT+0000 (UTC)" 3673 | }, 3674 | { 3675 | "id": "227880375626629120", 3676 | "name": "Discord Bots Hallway // Invite Ya Bots!", 3677 | "percentage": 97.3404255319149, 3678 | "fixed_percentage": "97", 3679 | "count": { 3680 | "user": 10, 3681 | "bot": 366, 3682 | "total": 376 3683 | }, 3684 | "timestamp": "Tue Sep 20 2016 19:55:15 GMT+0000 (UTC)" 3685 | }, 3686 | { 3687 | "id": "226922870549250050", 3688 | "name": "Team Jump Way (BOT MANIA)", 3689 | "percentage": 90.98360655737704, 3690 | "fixed_percentage": "91", 3691 | "count": { 3692 | "user": 11, 3693 | "bot": 111, 3694 | "total": 122 3695 | }, 3696 | "timestamp": "Sun Sep 18 2016 04:30:28 GMT+0000 (UTC)" 3697 | }, 3698 | { 3699 | "id": "317538742640574474", 3700 | "name": "InC Secert Discord Change & Test Server", 3701 | "percentage": 97.87234042553192, 3702 | "fixed_percentage": "98", 3703 | "count": { 3704 | "user": 2, 3705 | "bot": 92, 3706 | "total": 94 3707 | }, 3708 | "timestamp": "Fri May 26 2017 05:45:35 GMT+0000 (UTC)" 3709 | }, 3710 | { 3711 | "id": "260417339185430528", 3712 | "name": "บอทวนไป", 3713 | "percentage": 95.45454545454545, 3714 | "fixed_percentage": "95", 3715 | "count": { 3716 | "user": 1, 3717 | "bot": 21, 3718 | "total": 22 3719 | }, 3720 | "timestamp": "Mon Dec 19 2016 14:45:31 GMT+0000 (UTC)" 3721 | }, 3722 | { 3723 | "id": "293471586927902720", 3724 | "name": "The Sin Tin", 3725 | "percentage": 95.83333333333334, 3726 | "fixed_percentage": "96", 3727 | "count": { 3728 | "user": 1, 3729 | "bot": 23, 3730 | "total": 24 3731 | }, 3732 | "timestamp": "Mon Mar 20 2017 19:51:18 GMT+0000 (UTC)" 3733 | }, 3734 | { 3735 | "id": "285645371273641984", 3736 | "name": "test server", 3737 | "percentage": 91.17647058823529, 3738 | "fixed_percentage": "91", 3739 | "count": { 3740 | "user": 3, 3741 | "bot": 31, 3742 | "total": 34 3743 | }, 3744 | "timestamp": "Mon Feb 27 2017 05:32:43 GMT+0000 (UTC)" 3745 | }, 3746 | { 3747 | "id": "313217676615090177", 3748 | "name": "Bot Paradise➰", 3749 | "percentage": 98.27586206896551, 3750 | "fixed_percentage": "98", 3751 | "count": { 3752 | "user": 1, 3753 | "bot": 57, 3754 | "total": 58 3755 | }, 3756 | "timestamp": "Sun May 14 2017 07:35:13 GMT+0000 (UTC)" 3757 | }, 3758 | { 3759 | "id": "309160416288964608", 3760 | "name": "PINEAPPLE", 3761 | "percentage": 95.51569506726457, 3762 | "fixed_percentage": "96", 3763 | "count": { 3764 | "user": 10, 3765 | "bot": 213, 3766 | "total": 223 3767 | }, 3768 | "timestamp": "Wed May 03 2017 02:53:07 GMT+0000 (UTC)" 3769 | }, 3770 | { 3771 | "id": "313309409130577920", 3772 | "name": "Zayrullah's porno hoenkie", 3773 | "percentage": 95.68345323741008, 3774 | "fixed_percentage": "96", 3775 | "count": { 3776 | "user": 6, 3777 | "bot": 133, 3778 | "total": 139 3779 | }, 3780 | "timestamp": "Sun May 14 2017 13:39:44 GMT+0000 (UTC)" 3781 | }, 3782 | { 3783 | "id": "261983640383127552", 3784 | "name": "Real Magic", 3785 | "percentage": 92, 3786 | "fixed_percentage": "92", 3787 | "count": { 3788 | "user": 2, 3789 | "bot": 23, 3790 | "total": 25 3791 | }, 3792 | "timestamp": "Fri Dec 23 2016 22:29:27 GMT+0000 (UTC)" 3793 | }, 3794 | { 3795 | "id": "318891680692436994", 3796 | "name": "P★P§PLI†", 3797 | "percentage": 79.41176470588235, 3798 | "fixed_percentage": "79", 3799 | "count": { 3800 | "user": 7, 3801 | "bot": 27, 3802 | "total": 34 3803 | }, 3804 | "timestamp": "Mon May 29 2017 23:21:41 GMT+0000 (UTC)" 3805 | }, 3806 | { 3807 | "id": "196913495067983873", 3808 | "name": "Voon's Very Own Server", 3809 | "percentage": 78.26086956521739, 3810 | "fixed_percentage": "78", 3811 | "count": { 3812 | "user": 5, 3813 | "bot": 18, 3814 | "total": 23 3815 | }, 3816 | "timestamp": "Mon Jun 27 2016 09:03:55 GMT+0000 (UTC)" 3817 | }, 3818 | { 3819 | "id": "299357853406199810", 3820 | "name": "Bots Land", 3821 | "percentage": 86.11111111111111, 3822 | "fixed_percentage": "86", 3823 | "count": { 3824 | "user": 5, 3825 | "bot": 31, 3826 | "total": 36 3827 | }, 3828 | "timestamp": "Thu Apr 06 2017 01:41:14 GMT+0000 (UTC)" 3829 | }, 3830 | { 3831 | "id": "329886247281754112", 3832 | "name": "BOTS 4 DAYS", 3833 | "percentage": 95.45454545454545, 3834 | "fixed_percentage": "95", 3835 | "count": { 3836 | "user": 5, 3837 | "bot": 105, 3838 | "total": 110 3839 | }, 3840 | "timestamp": "Thu Jun 29 2017 07:30:10 GMT+0000 (UTC)" 3841 | }, 3842 | { 3843 | "id": "315662494314004481", 3844 | "name": "aThe Tourette Elite Club", 3845 | "percentage": 94.42896935933148, 3846 | "fixed_percentage": "94", 3847 | "count": { 3848 | "user": 20, 3849 | "bot": 339, 3850 | "total": 359 3851 | }, 3852 | "timestamp": "Sun May 21 2017 01:30:03 GMT+0000 (UTC)" 3853 | }, 3854 | { 3855 | "id": "335197048196562954", 3856 | "name": "bot orgy", 3857 | "percentage": 98.98989898989899, 3858 | "fixed_percentage": "99", 3859 | "count": { 3860 | "user": 2, 3861 | "bot": 196, 3862 | "total": 198 3863 | }, 3864 | "timestamp": "Thu Jul 13 2017 23:13:23 GMT+0000 (UTC)" 3865 | }, 3866 | { 3867 | "id": "294463709240098816", 3868 | "name": "Discord Dev Shit", 3869 | "percentage": 89.74358974358975, 3870 | "fixed_percentage": "90", 3871 | "count": { 3872 | "user": 4, 3873 | "bot": 35, 3874 | "total": 39 3875 | }, 3876 | "timestamp": "Thu Mar 23 2017 13:33:39 GMT+0000 (UTC)" 3877 | }, 3878 | { 3879 | "id": "312868960041304067", 3880 | "name": "ًMًy ًAًnًgًeًl ً😪ً❤", 3881 | "percentage": 96.55172413793103, 3882 | "fixed_percentage": "97", 3883 | "count": { 3884 | "user": 4, 3885 | "bot": 112, 3886 | "total": 116 3887 | }, 3888 | "timestamp": "Sat May 13 2017 08:29:32 GMT+0000 (UTC)" 3889 | }, 3890 | { 3891 | "id": "300809266636259328", 3892 | "name": "Grupo dos nald", 3893 | "percentage": 82.35294117647058, 3894 | "fixed_percentage": "82", 3895 | "count": { 3896 | "user": 6, 3897 | "bot": 28, 3898 | "total": 34 3899 | }, 3900 | "timestamp": "Mon Apr 10 2017 01:48:37 GMT+0000 (UTC)" 3901 | }, 3902 | { 3903 | "id": "284872752081534976", 3904 | "name": "Gamer Chat", 3905 | "percentage": 82.6086956521739, 3906 | "fixed_percentage": "83", 3907 | "count": { 3908 | "user": 4, 3909 | "bot": 19, 3910 | "total": 23 3911 | }, 3912 | "timestamp": "Sat Feb 25 2017 02:22:36 GMT+0000 (UTC)" 3913 | }, 3914 | { 3915 | "id": "316460712258043904", 3916 | "name": "BOTTED MADNESS", 3917 | "percentage": 97.84946236559139, 3918 | "fixed_percentage": "98", 3919 | "count": { 3920 | "user": 2, 3921 | "bot": 91, 3922 | "total": 93 3923 | }, 3924 | "timestamp": "Tue May 23 2017 06:21:53 GMT+0000 (UTC)" 3925 | }, 3926 | { 3927 | "id": "305306686225383426", 3928 | "name": "instagion", 3929 | "percentage": 95.65217391304348, 3930 | "fixed_percentage": "96", 3931 | "count": { 3932 | "user": 1, 3933 | "bot": 22, 3934 | "total": 23 3935 | }, 3936 | "timestamp": "Sat Apr 22 2017 11:39:46 GMT+0000 (UTC)" 3937 | }, 3938 | { 3939 | "id": "333320981575761920", 3940 | "name": "Fun", 3941 | "percentage": 87.5, 3942 | "fixed_percentage": "88", 3943 | "count": { 3944 | "user": 4, 3945 | "bot": 28, 3946 | "total": 32 3947 | }, 3948 | "timestamp": "Sat Jul 08 2017 18:58:34 GMT+0000 (UTC)" 3949 | }, 3950 | { 3951 | "id": "291515780799922177", 3952 | "name": "Sonic the hedgehog Fan Sever", 3953 | "percentage": 91.17647058823529, 3954 | "fixed_percentage": "91", 3955 | "count": { 3956 | "user": 3, 3957 | "bot": 31, 3958 | "total": 34 3959 | }, 3960 | "timestamp": "Wed Mar 15 2017 10:19:38 GMT+0000 (UTC)" 3961 | }, 3962 | { 3963 | "id": "302880609943027713", 3964 | "name": "TEST DE CYNERGIE", 3965 | "percentage": 95.23809523809523, 3966 | "fixed_percentage": "95", 3967 | "count": { 3968 | "user": 1, 3969 | "bot": 20, 3970 | "total": 21 3971 | }, 3972 | "timestamp": "Sat Apr 15 2017 18:59:24 GMT+0000 (UTC)" 3973 | }, 3974 | { 3975 | "id": "320319263867011072", 3976 | "name": "/s/Discord Support", 3977 | "percentage": 86.53846153846155, 3978 | "fixed_percentage": "87", 3979 | "count": { 3980 | "user": 7, 3981 | "bot": 45, 3982 | "total": 52 3983 | }, 3984 | "timestamp": "Fri Jun 02 2017 21:54:23 GMT+0000 (UTC)" 3985 | }, 3986 | { 3987 | "id": "307123558457409538", 3988 | "name": "Bot Test Server", 3989 | "percentage": 84, 3990 | "fixed_percentage": "84", 3991 | "count": { 3992 | "user": 4, 3993 | "bot": 21, 3994 | "total": 25 3995 | }, 3996 | "timestamp": "Thu Apr 27 2017 11:59:22 GMT+0000 (UTC)" 3997 | }, 3998 | { 3999 | "id": "290918806098804749", 4000 | "name": "bot heaven", 4001 | "percentage": 93.10344827586206, 4002 | "fixed_percentage": "93", 4003 | "count": { 4004 | "user": 2, 4005 | "bot": 27, 4006 | "total": 29 4007 | }, 4008 | "timestamp": "Mon Mar 13 2017 18:47:28 GMT+0000 (UTC)" 4009 | }, 4010 | { 4011 | "id": "322528536231673856", 4012 | "name": "BOT TEST", 4013 | "percentage": 94.5945945945946, 4014 | "fixed_percentage": "95", 4015 | "count": { 4016 | "user": 2, 4017 | "bot": 35, 4018 | "total": 37 4019 | }, 4020 | "timestamp": "Fri Jun 09 2017 00:13:15 GMT+0000 (UTC)" 4021 | }, 4022 | { 4023 | "id": "334810280167211018", 4024 | "name": "No reCAPTCHA land", 4025 | "percentage": 96.75324675324676, 4026 | "fixed_percentage": "97", 4027 | "count": { 4028 | "user": 5, 4029 | "bot": 149, 4030 | "total": 154 4031 | }, 4032 | "timestamp": "Wed Jul 12 2017 21:36:31 GMT+0000 (UTC)" 4033 | }, 4034 | { 4035 | "id": "208354185068937216", 4036 | "name": "Test1", 4037 | "percentage": 90.47619047619048, 4038 | "fixed_percentage": "90", 4039 | "count": { 4040 | "user": 2, 4041 | "bot": 19, 4042 | "total": 21 4043 | }, 4044 | "timestamp": "Thu Jul 28 2016 22:45:08 GMT+0000 (UTC)" 4045 | }, 4046 | { 4047 | "id": "316093743306637324", 4048 | "name": "bot land", 4049 | "percentage": 95, 4050 | "fixed_percentage": "95", 4051 | "count": { 4052 | "user": 6, 4053 | "bot": 114, 4054 | "total": 120 4055 | }, 4056 | "timestamp": "Mon May 22 2017 06:03:41 GMT+0000 (UTC)" 4057 | }, 4058 | { 4059 | "id": "315668731990769665", 4060 | "name": "HSR_DEEPOLIS", 4061 | "percentage": 95.78947368421052, 4062 | "fixed_percentage": "96", 4063 | "count": { 4064 | "user": 4, 4065 | "bot": 91, 4066 | "total": 95 4067 | }, 4068 | "timestamp": "Sun May 21 2017 01:54:50 GMT+0000 (UTC)" 4069 | }, 4070 | { 4071 | "id": "243443568234987521", 4072 | "name": "Bot Test", 4073 | "percentage": 95.23809523809523, 4074 | "fixed_percentage": "95", 4075 | "count": { 4076 | "user": 1, 4077 | "bot": 20, 4078 | "total": 21 4079 | }, 4080 | "timestamp": "Wed Nov 02 2016 18:37:49 GMT+0000 (UTC)" 4081 | }, 4082 | { 4083 | "id": "319770629525995532", 4084 | "name": "The Hundred Evil Ones", 4085 | "percentage": 95.16129032258065, 4086 | "fixed_percentage": "95", 4087 | "count": { 4088 | "user": 3, 4089 | "bot": 59, 4090 | "total": 62 4091 | }, 4092 | "timestamp": "Thu Jun 01 2017 09:34:19 GMT+0000 (UTC)" 4093 | }, 4094 | { 4095 | "id": "304373046578511885", 4096 | "name": "X-Bot Test", 4097 | "percentage": 86.95652173913044, 4098 | "fixed_percentage": "87", 4099 | "count": { 4100 | "user": 3, 4101 | "bot": 20, 4102 | "total": 23 4103 | }, 4104 | "timestamp": "Wed Apr 19 2017 21:49:49 GMT+0000 (UTC)" 4105 | }, 4106 | { 4107 | "id": "274770779940585472", 4108 | "name": "Channel Of Weebs", 4109 | "percentage": 83.33333333333334, 4110 | "fixed_percentage": "83", 4111 | "count": { 4112 | "user": 4, 4113 | "bot": 20, 4114 | "total": 24 4115 | }, 4116 | "timestamp": "Sat Jan 28 2017 05:20:58 GMT+0000 (UTC)" 4117 | }, 4118 | { 4119 | "id": "269158881685536769", 4120 | "name": "awdwadwadsada awd awdd", 4121 | "percentage": 91.30434782608695, 4122 | "fixed_percentage": "91", 4123 | "count": { 4124 | "user": 2, 4125 | "bot": 21, 4126 | "total": 23 4127 | }, 4128 | "timestamp": "Thu Jan 12 2017 17:41:18 GMT+0000 (UTC)" 4129 | }, 4130 | { 4131 | "id": "304991531541200896", 4132 | "name": "Artificial Island", 4133 | "percentage": 81.81818181818183, 4134 | "fixed_percentage": "82", 4135 | "count": { 4136 | "user": 4, 4137 | "bot": 18, 4138 | "total": 22 4139 | }, 4140 | "timestamp": "Fri Apr 21 2017 14:47:27 GMT+0000 (UTC)" 4141 | }, 4142 | { 4143 | "id": "332864828970500097", 4144 | "name": "Romanii", 4145 | "percentage": 98.61111111111111, 4146 | "fixed_percentage": "99", 4147 | "count": { 4148 | "user": 2, 4149 | "bot": 142, 4150 | "total": 144 4151 | }, 4152 | "timestamp": "Fri Jul 07 2017 12:45:59 GMT+0000 (UTC)" 4153 | }, 4154 | { 4155 | "id": "272008009763258378", 4156 | "name": "Bot Hell", 4157 | "percentage": 98.36065573770492, 4158 | "fixed_percentage": "98", 4159 | "count": { 4160 | "user": 2, 4161 | "bot": 120, 4162 | "total": 122 4163 | }, 4164 | "timestamp": "Fri Jan 20 2017 14:22:43 GMT+0000 (UTC)" 4165 | }, 4166 | { 4167 | "id": "335245790320525325", 4168 | "name": "bot hell", 4169 | "percentage": 91.11111111111111, 4170 | "fixed_percentage": "91", 4171 | "count": { 4172 | "user": 4, 4173 | "bot": 41, 4174 | "total": 45 4175 | }, 4176 | "timestamp": "Fri Jul 14 2017 02:27:04 GMT+0000 (UTC)" 4177 | }, 4178 | { 4179 | "id": "282274112552828928", 4180 | "name": "Looking For Gamers !Free Mod!", 4181 | "percentage": 83.33333333333334, 4182 | "fixed_percentage": "83", 4183 | "count": { 4184 | "user": 4, 4185 | "bot": 20, 4186 | "total": 24 4187 | }, 4188 | "timestamp": "Fri Feb 17 2017 22:16:32 GMT+0000 (UTC)" 4189 | }, 4190 | { 4191 | "id": "306945338588135426", 4192 | "name": "orbots pokemon", 4193 | "percentage": 92.3076923076923, 4194 | "fixed_percentage": "92", 4195 | "count": { 4196 | "user": 3, 4197 | "bot": 36, 4198 | "total": 39 4199 | }, 4200 | "timestamp": "Thu Apr 27 2017 00:11:11 GMT+0000 (UTC)" 4201 | }, 4202 | { 4203 | "id": "180657918020943872", 4204 | "name": "Ghetto Matrix", 4205 | "percentage": 91.83673469387756, 4206 | "fixed_percentage": "92", 4207 | "count": { 4208 | "user": 8, 4209 | "bot": 90, 4210 | "total": 98 4211 | }, 4212 | "timestamp": "Fri May 13 2016 12:30:04 GMT+0000 (UTC)" 4213 | }, 4214 | { 4215 | "id": "327180782705573898", 4216 | "name": "Test Server'", 4217 | "percentage": 94.82758620689656, 4218 | "fixed_percentage": "95", 4219 | "count": { 4220 | "user": 3, 4221 | "bot": 55, 4222 | "total": 58 4223 | }, 4224 | "timestamp": "Wed Jun 21 2017 20:19:37 GMT+0000 (UTC)" 4225 | }, 4226 | { 4227 | "id": "251858429306470401", 4228 | "name": "The Lounge", 4229 | "percentage": 96.875, 4230 | "fixed_percentage": "97", 4231 | "count": { 4232 | "user": 1, 4233 | "bot": 31, 4234 | "total": 32 4235 | }, 4236 | "timestamp": "Fri Nov 25 2016 23:55:28 GMT+0000 (UTC)" 4237 | }, 4238 | { 4239 | "id": "290354329922306048", 4240 | "name": "toad 2.0", 4241 | "percentage": 83.33333333333334, 4242 | "fixed_percentage": "83", 4243 | "count": { 4244 | "user": 5, 4245 | "bot": 25, 4246 | "total": 30 4247 | }, 4248 | "timestamp": "Sun Mar 12 2017 05:24:26 GMT+0000 (UTC)" 4249 | }, 4250 | { 4251 | "id": "300856579450863617", 4252 | "name": "Test S", 4253 | "percentage": 89.1891891891892, 4254 | "fixed_percentage": "89", 4255 | "count": { 4256 | "user": 4, 4257 | "bot": 33, 4258 | "total": 37 4259 | }, 4260 | "timestamp": "Mon Apr 10 2017 04:56:38 GMT+0000 (UTC)" 4261 | }, 4262 | { 4263 | "id": "212446999914610688", 4264 | "name": "Bot Server", 4265 | "percentage": 93.02325581395348, 4266 | "fixed_percentage": "93", 4267 | "count": { 4268 | "user": 3, 4269 | "bot": 40, 4270 | "total": 43 4271 | }, 4272 | "timestamp": "Tue Aug 09 2016 05:48:31 GMT+0000 (UTC)" 4273 | }, 4274 | { 4275 | "id": "335647675108294656", 4276 | "name": "lil pump is stuck in my wii", 4277 | "percentage": 91.82389937106919, 4278 | "fixed_percentage": "92", 4279 | "count": { 4280 | "user": 13, 4281 | "bot": 146, 4282 | "total": 159 4283 | }, 4284 | "timestamp": "Sat Jul 15 2017 05:04:01 GMT+0000 (UTC)" 4285 | }, 4286 | { 4287 | "id": "174997558945513472", 4288 | "name": "dude frankie isnt a cheater", 4289 | "percentage": 86.95652173913044, 4290 | "fixed_percentage": "87", 4291 | "count": { 4292 | "user": 18, 4293 | "bot": 120, 4294 | "total": 138 4295 | }, 4296 | "timestamp": "Wed Apr 27 2016 21:37:49 GMT+0000 (UTC)" 4297 | }, 4298 | { 4299 | "id": "327151198727569420", 4300 | "name": "flamed", 4301 | "percentage": 76, 4302 | "fixed_percentage": "76", 4303 | "count": { 4304 | "user": 6, 4305 | "bot": 19, 4306 | "total": 25 4307 | }, 4308 | "timestamp": "Wed Jun 21 2017 18:22:03 GMT+0000 (UTC)" 4309 | }, 4310 | { 4311 | "id": "336462224170156032", 4312 | "name": "The Final Solution To The Discord Problem", 4313 | "percentage": 94.44444444444444, 4314 | "fixed_percentage": "94", 4315 | "count": { 4316 | "user": 3, 4317 | "bot": 51, 4318 | "total": 54 4319 | }, 4320 | "timestamp": "Mon Jul 17 2017 11:00:45 GMT+0000 (UTC)" 4321 | }, 4322 | { 4323 | "id": "318004648956919810", 4324 | "name": "Klan youre smoking", 4325 | "percentage": 86.95652173913044, 4326 | "fixed_percentage": "87", 4327 | "count": { 4328 | "user": 3, 4329 | "bot": 20, 4330 | "total": 23 4331 | }, 4332 | "timestamp": "Sat May 27 2017 12:36:56 GMT+0000 (UTC)" 4333 | }, 4334 | { 4335 | "id": "320978807391518721", 4336 | "name": "Ancient Temple", 4337 | "percentage": 92.3076923076923, 4338 | "fixed_percentage": "92", 4339 | "count": { 4340 | "user": 2, 4341 | "bot": 24, 4342 | "total": 26 4343 | }, 4344 | "timestamp": "Sun Jun 04 2017 17:35:11 GMT+0000 (UTC)" 4345 | }, 4346 | { 4347 | "id": "323875940788600833", 4348 | "name": "I want to die.", 4349 | "percentage": 99.25373134328358, 4350 | "fixed_percentage": "99", 4351 | "count": { 4352 | "user": 1, 4353 | "bot": 133, 4354 | "total": 134 4355 | }, 4356 | "timestamp": "Mon Jun 12 2017 17:27:21 GMT+0000 (UTC)" 4357 | }, 4358 | { 4359 | "id": "268353819409252352", 4360 | "name": "📋 I d e i a s A l e a t ó r i a s 👌", 4361 | "percentage": 96.96969696969697, 4362 | "fixed_percentage": "97", 4363 | "count": { 4364 | "user": 1, 4365 | "bot": 32, 4366 | "total": 33 4367 | }, 4368 | "timestamp": "Tue Jan 10 2017 12:22:16 GMT+0000 (UTC)" 4369 | }, 4370 | { 4371 | "id": "336850600698576896", 4372 | "name": "Fam Squad", 4373 | "percentage": 89.28571428571429, 4374 | "fixed_percentage": "89", 4375 | "count": { 4376 | "user": 3, 4377 | "bot": 25, 4378 | "total": 28 4379 | }, 4380 | "timestamp": "Tue Jul 18 2017 12:44:01 GMT+0000 (UTC)" 4381 | } 4382 | ] -------------------------------------------------------------------------------- /parkerbot.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "guild": { 3 | "bots": 33, 4 | "collection": true, 5 | "createdAt": 1501856240571.0625, 6 | "icon": "https://cdn.discordapp.com/icons/343034678250569729/7baf6fd305bc03325e1bd0ce774831ad.jpg?size=128", 7 | "id": "343034678250569729", 8 | "members": 36, 9 | "name": "Anarchy", 10 | "region": "us-west", 11 | "users": 3 12 | }, 13 | "guildID": "343034678250569729", 14 | "id": "05873b9b-0d46-4458-8b69-45e6581d8a3f", 15 | "owner": { 16 | "avatar": "https://cdn.discordapp.com/avatars/209936899450732544/e3ca54aa759e1c041e5e127e2d538244.webp?size=2048", 17 | "bot": false, 18 | "createdAt": 1470123257268.0312, 19 | "discriminator": "0652", 20 | "id": "209936899450732544", 21 | "name": "Airo" 22 | }, 23 | "ownerID": "209936899450732544", 24 | "reason": { 25 | "maxPercentage": 50, 26 | "maxUsers": 20, 27 | "message": "Bot collection guild" 28 | }, 29 | "timestamp": 1501859123313 30 | }, { 31 | "guild": { 32 | "bots": 75, 33 | "collection": true, 34 | "createdAt": 1492395456414.0625, 35 | "icon": "https://cdn.discordapp.com/icons/303353273417728001/2adbc4c65c9bc278c8c104ff021348b8.jpg?size=128", 36 | "id": "303353273417728001", 37 | "members": 106, 38 | "name": "𝔰𝔢𝔫𝔞𝔱𝔲𝔰 𝔭𝔬𝔭𝔲𝔩𝔲𝔰𝔮𝔲𝔢 𝔯𝔬𝔪𝔞𝔫𝔲𝔰", 39 | "region": "us-east", 40 | "users": 31 41 | }, 42 | "guildID": "303353273417728001", 43 | "id": "107257a0-2c2a-49d9-821b-7c65d7252844", 44 | "owner": { 45 | "avatar": "https://cdn.discordapp.com/avatars/171700311692541952/9ea8834536a61dd625373eea7ab96775.webp?size=2048", 46 | "bot": false, 47 | "createdAt": 1461006944345.0312, 48 | "discriminator": "7229", 49 | "id": "171700311692541952", 50 | "name": "oh my" 51 | }, 52 | "ownerID": "171700311692541952", 53 | "reason": { 54 | "maxPercentage": 50, 55 | "maxUsers": 20, 56 | "message": "Bot collection guild" 57 | }, 58 | "timestamp": 1501348579591 59 | }, { 60 | "guild": { 61 | "bots": 32, 62 | "collection": true, 63 | "createdAt": 1485621010258.0625, 64 | "icon": "https://cdn.discordapp.com/icons/274939186807832576/c8573a0fc3af3fb51c3b99915f829a36.jpg?size=128", 65 | "id": "274939186807832576", 66 | "members": 44, 67 | "name": "Raid Fishie Gabe", 68 | "region": "eu-west", 69 | "users": 12 70 | }, 71 | "guildID": "274939186807832576", 72 | "id": "0f3957ec-de0c-46bd-965b-050a1d9abaae", 73 | "owner": { 74 | "avatar": "https://cdn.discordapp.com/avatars/168307939122216960/8cfcf2f856022cc9bcb77fc143984b35.webp?size=2048", 75 | "bot": false, 76 | "createdAt": 1460198139697.0312, 77 | "discriminator": "6639", 78 | "id": "168307939122216960", 79 | "name": "RaidShark" 80 | }, 81 | "ownerID": "168307939122216960", 82 | "reason": { 83 | "maxPercentage": 50, 84 | "maxUsers": 20, 85 | "message": "Bot collection guild" 86 | }, 87 | "timestamp": 1501337922276 88 | }, { 89 | "guild": { 90 | "bots": 26, 91 | "collection": true, 92 | "createdAt": 1501965709153.0312, 93 | "icon": "https://cdn.discordapp.com/icons/343493822761795585/4313e5c452b456a7fc51490b536269d8.jpg?size=128", 94 | "id": "343493822761795585", 95 | "members": 28, 96 | "name": "iwanttodiexd", 97 | "region": "us-east", 98 | "users": 2 99 | }, 100 | "guildID": "343493822761795585", 101 | "id": "26a1af71-83ed-4d05-9956-e0b6ac87c8af", 102 | "owner": { 103 | "avatar": "https://cdn.discordapp.com/avatars/254982745321766912/ed28dc2983e812ac87a9c5d9441e4bde.webp?size=2048", 104 | "bot": false, 105 | "createdAt": 1480863023835.0312, 106 | "discriminator": "7151", 107 | "id": "254982745321766912", 108 | "name": "gokillyourself2" 109 | }, 110 | "ownerID": "254982745321766912", 111 | "reason": { 112 | "maxPercentage": 50, 113 | "maxUsers": 20, 114 | "message": "Bot collection guild" 115 | }, 116 | "timestamp": 1501967070359 117 | }, { 118 | "guild": { 119 | "bots": 26, 120 | "collection": true, 121 | "createdAt": 1499691160022.0312, 122 | "icon": "https://cdn.discordapp.com/icons/333953672243445762/f139f254ad97641f7c218c0b37445c65.jpg?size=128", 123 | "id": "333953672243445762", 124 | "members": 36, 125 | "name": "EmojiAdmin", 126 | "region": "singapore", 127 | "users": 10 128 | }, 129 | "guildID": "333953672243445762", 130 | "id": "10ad0e7d-f151-496b-b460-d18099aa3a03", 131 | "owner": { 132 | "avatar": "https://cdn.discordapp.com/avatars/283534850382888961/1c809f3ed3bbdefdbb3a276bda3cdf37.webp?size=2048", 133 | "bot": false, 134 | "createdAt": 1487670376154.0625, 135 | "discriminator": "8229", 136 | "id": "283534850382888961", 137 | "name": "Seal_N" 138 | }, 139 | "ownerID": "283534850382888961", 140 | "reason": { 141 | "maxPercentage": 50, 142 | "maxUsers": 20, 143 | "message": "Bot collection guild" 144 | }, 145 | "timestamp": 1500681408703 146 | }, { 147 | "guild": { 148 | "bots": 17, 149 | "collection": true, 150 | "createdAt": 1501970424409, 151 | "icon": "https://cdn.discordapp.com/icons/343513599978766336/b74a36bd1969c8f31fc8154a6be112d2.jpg?size=128", 152 | "id": "343513599978766336", 153 | "members": 24, 154 | "name": "Thoth Reunion", 155 | "region": "eu-west", 156 | "users": 7 157 | }, 158 | "guildID": "343513599978766336", 159 | "id": "097cb852-677d-4a68-9f2e-1842c95178e4", 160 | "owner": { 161 | "avatar": "https://cdn.discordapp.com/avatars/340157345189462018/9908ce2762e1029b0d082b4795ed7eb6.webp?size=2048", 162 | "bot": false, 163 | "createdAt": 1501170230911.0312, 164 | "discriminator": "2943", 165 | "id": "340157345189462018", 166 | "name": "JoaoAnt" 167 | }, 168 | "ownerID": "340157345189462018", 169 | "reason": { 170 | "maxPercentage": 50, 171 | "maxUsers": 20, 172 | "message": "Bot collection guild" 173 | }, 174 | "timestamp": 1502399281849 175 | }, { 176 | "guild": { 177 | "bots": 19, 178 | "collection": true, 179 | "createdAt": 1501532435545.0312, 180 | "icon": null, 181 | "id": "341676541534666763", 182 | "members": 21, 183 | "name": "TaurusFan´s Testserver", 184 | "region": "eu-central", 185 | "users": 2 186 | }, 187 | "guildID": "341676541534666763", 188 | "id": "00a3b26e-b4fd-44a5-8f49-6327ee676223", 189 | "owner": { 190 | "avatar": "https://cdn.discordapp.com/avatars/333011671167795204/d963e3b45e647be2b5b11ad1fbb3cc96.webp?size=2048", 191 | "bot": false, 192 | "createdAt": 1499466569464.0625, 193 | "discriminator": "2000", 194 | "id": "333011671167795204", 195 | "name": "TaurusFan" 196 | }, 197 | "ownerID": "333011671167795204", 198 | "reason": { 199 | "maxPercentage": 50, 200 | "maxUsers": 20, 201 | "message": "Bot collection guild" 202 | }, 203 | "timestamp": 1502325327386 204 | }, { 205 | "guild": { 206 | "bots": 10, 207 | "collection": false, 208 | "createdAt": 1491334498014.0625, 209 | "icon": null, 210 | "id": "298903291356774421", 211 | "members": 15, 212 | "name": "Bot Test", 213 | "region": "us-east", 214 | "users": 5 215 | }, 216 | "guildID": "298903291356774421", 217 | "id": "0691137c-966c-4dd5-aabe-ac78392f7faf", 218 | "owner": { 219 | "avatar": "https://cdn.discordapp.com/avatars/157619512710135808/0158f8c673317acd037a3645e518d325.webp?size=2048", 220 | "bot": false, 221 | "createdAt": 1457649820259.0312, 222 | "discriminator": "5417", 223 | "id": "157619512710135808", 224 | "name": "10fd" 225 | }, 226 | "ownerID": "157619512710135808", 227 | "reason": { 228 | "message": "Already banned", 229 | "refer": ["ed41fd7b-9b8b-47c0-a0e6-45c32eb4718f", "7a384757-3cb4-40d9-bbd2-5c6dcc26f96e"] 230 | }, 231 | "timestamp": 1501396627037 232 | }, { 233 | "guild": { 234 | "bots": 3, 235 | "collection": false, 236 | "createdAt": 1502148710445.0625, 237 | "icon": "https://cdn.discordapp.com/icons/344261385812967434/2e7f0198dd3d01f82e666f2f7a3138fc.jpg?size=128", 238 | "id": "344261385812967434", 239 | "members": 4, 240 | "name": "[UNFINISHED] The Chillspace", 241 | "region": "us-central", 242 | "users": 1 243 | }, 244 | "guildID": "344261385812967434", 245 | "id": "1c5388db-877c-4b3f-8ca6-d216af3cee60", 246 | "owner": { 247 | "avatar": "https://cdn.discordapp.com/avatars/306601094392315917/02ce3b410bad3e4120d6ae0137416c89.webp?size=2048", 248 | "bot": false, 249 | "createdAt": 1493169797276, 250 | "discriminator": "6246", 251 | "id": "306601094392315917", 252 | "name": "DoglohG17" 253 | }, 254 | "ownerID": "306601094392315917", 255 | "reason": { 256 | "message": "Already banned", 257 | "refer": ["f388eda6-56b3-4d5a-bfb3-4e8aad0ad1b6", "33a944fe-efdf-42ec-8104-be9e8c35383f"] 258 | }, 259 | "timestamp": 1502462778409 260 | }, { 261 | "guild": { 262 | "bots": 17, 263 | "collection": true, 264 | "createdAt": 1501300589663, 265 | "icon": "https://cdn.discordapp.com/icons/340704109424279562/cd209770b5c819faf7c662a876756da5.jpg?size=128", 266 | "id": "340704109424279562", 267 | "members": 22, 268 | "name": "thisserversucks", 269 | "region": "brazil", 270 | "users": 5 271 | }, 272 | "guildID": "340704109424279562", 273 | "id": "33e12a77-33dd-4220-8a78-7b4084aa8d0a", 274 | "owner": { 275 | "avatar": "https://cdn.discordapp.com/avatars/208753206887448576/927c06453d8371facc195e33dee0b172.webp?size=2048", 276 | "bot": false, 277 | "createdAt": 1469841042969, 278 | "discriminator": "6787", 279 | "id": "208753206887448576", 280 | "name": "TheWaffleLord" 281 | }, 282 | "ownerID": "208753206887448576", 283 | "reason": { 284 | "maxPercentage": 50, 285 | "maxUsers": 20, 286 | "message": "Bot collection guild" 287 | }, 288 | "timestamp": 1501301495586 289 | }, { 290 | "guild": { 291 | "bots": 23, 292 | "collection": true, 293 | "createdAt": 1501450975724, 294 | "icon": "https://cdn.discordapp.com/icons/341334874281476097/93957e2558f8e651c906406c912af970.jpg?size=128", 295 | "id": "341334874281476097", 296 | "members": 31, 297 | "name": "Gaming Lobby", 298 | "region": "eu-central", 299 | "users": 8 300 | }, 301 | "guildID": "341334874281476097", 302 | "id": "74ead956-fae8-4c0b-bd41-416ff4f117e0", 303 | "owner": { 304 | "avatar": "https://cdn.discordapp.com/avatars/333710331928903681/5ad6237e90620088c69316c73b10782a.webp?size=2048", 305 | "bot": false, 306 | "createdAt": 1499633143170, 307 | "discriminator": "3092", 308 | "id": "333710331928903681", 309 | "name": "Warpace" 310 | }, 311 | "ownerID": "333710331928903681", 312 | "reason": { 313 | "maxPercentage": 50, 314 | "maxUsers": 20, 315 | "message": "Bot collection guild" 316 | }, 317 | "timestamp": 1502030070947 318 | }, { 319 | "guild": { 320 | "bots": 20, 321 | "collection": true, 322 | "createdAt": 1490817853408.0625, 323 | "icon": "https://cdn.discordapp.com/icons/296736326819250186/a5a9b084db07bd1a9e3aee002e7ea5e6.jpg?size=128", 324 | "id": "296736326819250186", 325 | "members": 39, 326 | "name": "Mushroom Kingdom", 327 | "region": "us-central", 328 | "users": 19 329 | }, 330 | "guildID": "296736326819250186", 331 | "id": "2b9ae7cd-cff3-45f9-ac86-d60cf3e24097", 332 | "owner": { 333 | "avatar": "https://cdn.discordapp.com/avatars/252599841614462976/7fc308837a739055ffbd953776cc59f9.webp?size=2048", 334 | "bot": false, 335 | "createdAt": 1480294895319, 336 | "discriminator": "2198", 337 | "id": "252599841614462976", 338 | "name": "Pricilla (TMQ)" 339 | }, 340 | "ownerID": "252599841614462976", 341 | "reason": { 342 | "maxPercentage": 50, 343 | "maxUsers": 20, 344 | "message": "Bot collection guild" 345 | }, 346 | "timestamp": 1501628591189 347 | }, { 348 | "guild": { 349 | "bots": 13, 350 | "collection": true, 351 | "createdAt": 1502483187888, 352 | "icon": "https://cdn.discordapp.com/icons/345664285889789962/44602f4eb09fa83136a0e2e45f130157.jpg?size=128", 353 | "id": "345664285889789962", 354 | "members": 25, 355 | "name": "RIP CURSE: 2015-2017", 356 | "region": "eu-west", 357 | "users": 12 358 | }, 359 | "guildID": "345664285889789962", 360 | "id": "26c6ccfb-62f6-4a26-a381-d3c166bb0f1c", 361 | "owner": { 362 | "avatar": "https://cdn.discordapp.com/avatars/169884673726611456/4ee06e6bd2e5967b63407e995da1059e.webp?size=2048", 363 | "bot": false, 364 | "createdAt": 1460574062521.0312, 365 | "discriminator": "1014", 366 | "id": "169884673726611456", 367 | "name": "Schmeegul" 368 | }, 369 | "ownerID": "169884673726611456", 370 | "reason": { 371 | "maxPercentage": 50, 372 | "maxUsers": 20, 373 | "message": "Bot collection guild" 374 | }, 375 | "timestamp": 1502584658470 376 | }, { 377 | "guild": { 378 | "bots": 4, 379 | "collection": false, 380 | "createdAt": 1501685600040.0312, 381 | "icon": "https://cdn.discordapp.com/icons/342318959988703232/95fb928421a6253fe00f75e7fd2428f3.jpg?size=128", 382 | "id": "342318959988703232", 383 | "members": 8, 384 | "name": "The Chillspace 3.0", 385 | "region": "eu-west", 386 | "users": 4 387 | }, 388 | "guildID": "342318959988703232", 389 | "id": "33a944fe-efdf-42ec-8104-be9e8c35383f", 390 | "owner": { 391 | "avatar": "https://cdn.discordapp.com/avatars/306601094392315917/70874e1e3b2785744a53c735d50bf007.webp?size=2048", 392 | "bot": false, 393 | "createdAt": 1493169797276, 394 | "discriminator": "6246", 395 | "id": "306601094392315917", 396 | "name": "ShilohG17" 397 | }, 398 | "ownerID": "306601094392315917", 399 | "reason": { 400 | "message": "Already banned", 401 | "refer": ["f388eda6-56b3-4d5a-bfb3-4e8aad0ad1b6"] 402 | }, 403 | "timestamp": 1501719990632 404 | }, { 405 | "guild": { 406 | "bots": 20, 407 | "collection": true, 408 | "createdAt": 1490817853408.0625, 409 | "icon": "https://cdn.discordapp.com/icons/296736326819250186/a5a9b084db07bd1a9e3aee002e7ea5e6.jpg?size=128", 410 | "id": "296736326819250186", 411 | "members": 39, 412 | "name": "Mushroom Kingdom", 413 | "region": "us-central", 414 | "users": 19 415 | }, 416 | "guildID": "296736326819250186", 417 | "id": "17d0f076-ad39-4706-ad5c-7bc5e2fda68b", 418 | "owner": { 419 | "avatar": "https://cdn.discordapp.com/avatars/252599841614462976/7fc308837a739055ffbd953776cc59f9.webp?size=2048", 420 | "bot": false, 421 | "createdAt": 1480294895319, 422 | "discriminator": "2198", 423 | "id": "252599841614462976", 424 | "name": "Pricilla (TMQ)" 425 | }, 426 | "ownerID": "252599841614462976", 427 | "reason": { 428 | "maxPercentage": 50, 429 | "maxUsers": 20, 430 | "message": "Bot collection guild" 431 | }, 432 | "timestamp": 1501628441774 433 | }, { 434 | "guild": { 435 | "bots": 56, 436 | "collection": true, 437 | "createdAt": 1497919410355.0312, 438 | "icon": "https://cdn.discordapp.com/icons/326522415528148993/9e305a6ac1ea56c452f49ede05a22697.jpg?size=128", 439 | "id": "326522415528148993", 440 | "members": 57, 441 | "name": "Kush Lounge! 🔒", 442 | "region": "brazil", 443 | "users": 1 444 | }, 445 | "guildID": "326522415528148993", 446 | "id": "0e0ed37a-1dfd-462c-bc67-dbb89885baa5", 447 | "owner": { 448 | "avatar": "https://cdn.discordapp.com/avatars/323301436526166017/4267f35f4d0dcc70aeba19a0b201e82e.webp?size=2048", 449 | "bot": false, 450 | "createdAt": 1497151469118.0625, 451 | "discriminator": "9206", 452 | "id": "323301436526166017", 453 | "name": "Kush 🔒" 454 | }, 455 | "ownerID": "323301436526166017", 456 | "timestamp": 1500426414323 457 | }, { 458 | "guild": { 459 | "bots": 105, 460 | "collection": true, 461 | "createdAt": 1497191248717, 462 | "icon": "https://cdn.discordapp.com/icons/323468284257107968/eab5c6c8be903376854b00909a9da687.jpg?size=128", 463 | "id": "323468284257107968", 464 | "members": 153, 465 | "name": "[Hacktivism]", 466 | "region": "eu-central", 467 | "users": 48 468 | }, 469 | "guildID": "323468284257107968", 470 | "id": "3e9c3440-f735-462e-8aa4-3d25baa13659", 471 | "owner": { 472 | "avatar": "https://cdn.discordapp.com/avatars/223832501959786496/d7a96dbd2e4081f90f6c945e85aa3fc6.webp?size=2048", 473 | "bot": false, 474 | "createdAt": 1473436227074, 475 | "discriminator": "8318", 476 | "id": "223832501959786496", 477 | "name": "OSFurry™" 478 | }, 479 | "ownerID": "223832501959786496", 480 | "reason": { 481 | "maxPercentage": 50, 482 | "maxUsers": 20, 483 | "message": "Bot collection guild" 484 | }, 485 | "timestamp": 1502657452595 486 | }, { 487 | "guild": { 488 | "bots": 1, 489 | "collection": false, 490 | "createdAt": 1501396703732.0625, 491 | "icon": null, 492 | "id": "341107241048604682", 493 | "members": 2, 494 | "name": "Test", 495 | "region": "us-east", 496 | "users": 1 497 | }, 498 | "guildID": "341107241048604682", 499 | "id": "3ac7b8b3-e62b-4c33-8eec-2b083224b436", 500 | "owner": { 501 | "avatar": "https://cdn.discordapp.com/avatars/157619512710135808/0158f8c673317acd037a3645e518d325.webp?size=2048", 502 | "bot": false, 503 | "createdAt": 1457649820259.0312, 504 | "discriminator": "5417", 505 | "id": "157619512710135808", 506 | "name": "10fd" 507 | }, 508 | "ownerID": "157619512710135808", 509 | "reason": { 510 | "message": "Already banned", 511 | "refer": ["ed41fd7b-9b8b-47c0-a0e6-45c32eb4718f", "0691137c-966c-4dd5-aabe-ac78392f7faf", "7a384757-3cb4-40d9-bbd2-5c6dcc26f96e"] 512 | }, 513 | "timestamp": 1501396724293 514 | }, { 515 | "guild": { 516 | "bots": 22, 517 | "collection": true, 518 | "createdAt": 1498245206087.0312, 519 | "icon": "https://cdn.discordapp.com/icons/327888901870059520/fc83ccf66dc711451fa091a3a2ebdfb8.jpg?size=128", 520 | "id": "327888901870059520", 521 | "members": 28, 522 | "name": ".:Gaming Destinies:.", 523 | "region": "us-central", 524 | "users": 6 525 | }, 526 | "guildID": "327888901870059520", 527 | "id": "90f1fd7f-17df-4fe5-a471-be091f72fe85", 528 | "owner": { 529 | "avatar": "https://cdn.discordapp.com/avatars/322114185020309504/13f14f2fe9d6e445ca9cd1b51f61371b.webp?size=2048", 530 | "bot": false, 531 | "createdAt": 1496868406301, 532 | "discriminator": "6456", 533 | "id": "322114185020309504", 534 | "name": "I-ChewOnMedals" 535 | }, 536 | "ownerID": "322114185020309504", 537 | "reason": { 538 | "maxPercentage": 50, 539 | "maxUsers": 20, 540 | "message": "Bot collection guild" 541 | }, 542 | "timestamp": 1502579956786 543 | }, { 544 | "guild": { 545 | "bots": 15, 546 | "collection": true, 547 | "createdAt": 1487593483721.0625, 548 | "icon": "https://cdn.discordapp.com/icons/283212340143587328/bd99e3a4ee7b1ceb44d5a8c1644f2af0.jpg?size=128", 549 | "id": "283212340143587328", 550 | "members": 23, 551 | "name": "POCWOOD", 552 | "region": "russia", 553 | "users": 8 554 | }, 555 | "guildID": "283212340143587328", 556 | "id": "6b548689-8d25-4b4a-b3d3-35cadea4b569", 557 | "owner": { 558 | "avatar": "https://cdn.discordapp.com/avatars/282893180796534784/336f4bfdc6e63d5f10e1bcd3f5453e39.webp?size=2048", 559 | "bot": false, 560 | "createdAt": 1487517390203.0312, 561 | "discriminator": "1566", 562 | "id": "282893180796534784", 563 | "name": "Groompel" 564 | }, 565 | "ownerID": "282893180796534784", 566 | "reason": { 567 | "maxPercentage": 50, 568 | "maxUsers": 20, 569 | "message": "Bot collection guild" 570 | }, 571 | "timestamp": 1502101817671 572 | }, { 573 | "guild": { 574 | "bots": 32, 575 | "collection": true, 576 | "createdAt": 1485621010258.0625, 577 | "icon": "https://cdn.discordapp.com/icons/274939186807832576/c014b391253a5ebdae33aed93b61d917.jpg?size=128", 578 | "id": "274939186807832576", 579 | "members": 45, 580 | "name": "Fishie, Raid, Gabe", 581 | "region": "eu-west", 582 | "users": 13 583 | }, 584 | "guildID": "274939186807832576", 585 | "id": "4510e178-dfa3-4c55-a118-60ac753bd2f1", 586 | "owner": { 587 | "avatar": "https://cdn.discordapp.com/avatars/168307939122216960/8cfcf2f856022cc9bcb77fc143984b35.webp?size=2048", 588 | "bot": false, 589 | "createdAt": 1460198139697.0312, 590 | "discriminator": "6639", 591 | "id": "168307939122216960", 592 | "name": "RaidShark" 593 | }, 594 | "ownerID": "168307939122216960", 595 | "reason": { 596 | "maxPercentage": 50, 597 | "maxUsers": 20, 598 | "message": "Bot collection guild" 599 | }, 600 | "timestamp": 1500587520571 601 | }, { 602 | "guild": { 603 | "bots": 60, 604 | "collection": true, 605 | "createdAt": 1502457040324, 606 | "icon": "https://cdn.discordapp.com/icons/345554615057514496/5cbbe88fb9e55cb98b5d2f0af5cb9fc3.jpg?size=128", 607 | "id": "345554615057514496", 608 | "members": 101, 609 | "name": "#YouTubeCommunity", 610 | "region": "russia", 611 | "users": 41 612 | }, 613 | "guildID": "345554615057514496", 614 | "id": "91360450-1675-4bf2-9556-5c422d3638b2", 615 | "owner": { 616 | "avatar": "https://cdn.discordapp.com/avatars/295251712044957696/7f640dc4a156db028c0313e49eba98ad.webp?size=2048", 617 | "bot": false, 618 | "createdAt": 1490463893663.0625, 619 | "discriminator": "2596", 620 | "id": "295251712044957696", 621 | "name": "!Лолыч" 622 | }, 623 | "ownerID": "295251712044957696", 624 | "reason": { 625 | "maxPercentage": 50, 626 | "maxUsers": 20, 627 | "message": "Bot collection guild" 628 | }, 629 | "timestamp": 1502563256459 630 | }, { 631 | "guild": { 632 | "bots": 16, 633 | "collection": true, 634 | "createdAt": 1501955234238.0625, 635 | "icon": "https://cdn.discordapp.com/icons/343449887784042497/c49a8b8a998ca6ab59cc29407e6dbb24.jpg?size=128", 636 | "id": "343449887784042497", 637 | "members": 21, 638 | "name": "Social Server", 639 | "region": "us-south", 640 | "users": 5 641 | }, 642 | "guildID": "343449887784042497", 643 | "id": "2f478e0f-67d7-4932-b3a1-77081517544a", 644 | "owner": { 645 | "avatar": "https://cdn.discordapp.com/avatars/247054697150545920/83dc256c0d1235b71610e2fdf7e38da4.webp?size=2048", 646 | "bot": false, 647 | "createdAt": 1478972829855, 648 | "discriminator": "2368", 649 | "id": "247054697150545920", 650 | "name": "grace__thoo" 651 | }, 652 | "ownerID": "247054697150545920", 653 | "reason": { 654 | "maxPercentage": 50, 655 | "maxUsers": 20, 656 | "message": "Bot collection guild" 657 | }, 658 | "timestamp": 1502232193154 659 | }, { 660 | "guild": { 661 | "bots": 33, 662 | "collection": true, 663 | "createdAt": 1485621010258.0625, 664 | "icon": "https://cdn.discordapp.com/icons/274939186807832576/0a5f55f45017c9e1cb9e933d8ad35346.jpg?size=128", 665 | "id": "274939186807832576", 666 | "members": 46, 667 | "name": "hello uncle", 668 | "region": "eu-west", 669 | "users": 13 670 | }, 671 | "guildID": "274939186807832576", 672 | "id": "1234a708-bf2e-4746-962e-e8e30b240163", 673 | "owner": { 674 | "avatar": "https://cdn.discordapp.com/avatars/168307939122216960/8cfcf2f856022cc9bcb77fc143984b35.webp?size=2048", 675 | "bot": false, 676 | "createdAt": 1460198139697.0312, 677 | "discriminator": "6639", 678 | "id": "168307939122216960", 679 | "name": "RaidShark" 680 | }, 681 | "ownerID": "168307939122216960", 682 | "reason": { 683 | "maxPercentage": 50, 684 | "maxUsers": 20, 685 | "message": "Bot collection guild" 686 | }, 687 | "timestamp": 1500493816908 688 | }, { 689 | "guild": { 690 | "bots": 19, 691 | "collection": true, 692 | "createdAt": 1493427137345.0312, 693 | "icon": "https://cdn.discordapp.com/icons/307680456873213953/53069bf9b89e9bde306c22f94982d14b.jpg?size=128", 694 | "id": "307680456873213953", 695 | "members": 21, 696 | "name": "¯\\_( ͡° ͜ʖ ͡°)_/¯", 697 | "region": "brazil", 698 | "users": 2 699 | }, 700 | "guildID": "307680456873213953", 701 | "id": "546db168-b370-4ab0-b886-0ac4cbcc33d8", 702 | "owner": { 703 | "avatar": "https://cdn.discordapp.com/avatars/233765062102220800/473615963dfdfe9ad31f7c98231fb33f.webp?size=2048", 704 | "bot": false, 705 | "createdAt": 1475804333950, 706 | "discriminator": "8351", 707 | "id": "233765062102220800", 708 | "name": "Diasaraujo" 709 | }, 710 | "ownerID": "233765062102220800", 711 | "reason": { 712 | "maxPercentage": 50, 713 | "maxUsers": 20, 714 | "message": "Bot collection guild" 715 | }, 716 | "timestamp": 1502068171670 717 | }, { 718 | "guild": { 719 | "bots": 34, 720 | "collection": true, 721 | "createdAt": 1501915184246.0312, 722 | "icon": null, 723 | "id": "343281905942265858", 724 | "members": 40, 725 | "name": "retard", 726 | "region": "russia", 727 | "users": 6 728 | }, 729 | "guildID": "343281905942265858", 730 | "id": "4528f969-07a0-4487-be4e-8faa0534caed", 731 | "owner": { 732 | "avatar": "https://cdn.discordapp.com/avatars/166621146870054913/54bef8012cbd658841298934299b4059.webp?size=2048", 733 | "bot": false, 734 | "createdAt": 1459795977085.0312, 735 | "discriminator": "7711", 736 | "id": "166621146870054913", 737 | "name": "🐦🅱ir🅱🐦" 738 | }, 739 | "ownerID": "166621146870054913", 740 | "reason": { 741 | "maxPercentage": 50, 742 | "maxUsers": 20, 743 | "message": "Bot collection guild" 744 | }, 745 | "timestamp": 1502300224847 746 | }, { 747 | "guild": { 748 | "bots": 24, 749 | "collection": true, 750 | "createdAt": 1501100462697.0625, 751 | "icon": null, 752 | "id": "339864716090540052", 753 | "members": 36, 754 | "name": "TheCartoonGuy23", 755 | "region": "us-east", 756 | "users": 12 757 | }, 758 | "guildID": "339864716090540052", 759 | "id": "c1499290-b4cd-4a9c-a0fd-92e02cb80d38", 760 | "owner": { 761 | "avatar": "https://cdn.discordapp.com/avatars/333831096623955969/efe99782ca32943eb8d7fb3a2b67b845.webp?size=2048", 762 | "bot": false, 763 | "createdAt": 1499661935717, 764 | "discriminator": "2941", 765 | "id": "333831096623955969", 766 | "name": "TheCartoonGuy23" 767 | }, 768 | "ownerID": "333831096623955969", 769 | "reason": { 770 | "maxPercentage": 50, 771 | "maxUsers": 20, 772 | "message": "Bot collection guild" 773 | }, 774 | "timestamp": 1501606660891 775 | }, { 776 | "guild": { 777 | "bots": 21, 778 | "collection": true, 779 | "createdAt": 1472213466662, 780 | "icon": "https://cdn.discordapp.com/icons/218703873072693248/0f0f5702eedbd5f0f36d1ec0ab774185.jpg?size=128", 781 | "id": "218703873072693248", 782 | "members": 30, 783 | "name": "9D C L A S S", 784 | "region": "eu-central", 785 | "users": 9 786 | }, 787 | "guildID": "218703873072693248", 788 | "id": "86cd00a4-7808-4281-9ae7-4cc50fb11d6a", 789 | "owner": { 790 | "avatar": "https://cdn.discordapp.com/avatars/218701908221755392/0f0f5702eedbd5f0f36d1ec0ab774185.webp?size=2048", 791 | "bot": false, 792 | "createdAt": 1472212998205.0312, 793 | "discriminator": "0999", 794 | "id": "218701908221755392", 795 | "name": "LeLouche" 796 | }, 797 | "ownerID": "218701908221755392", 798 | "reason": { 799 | "maxPercentage": 50, 800 | "maxUsers": 20, 801 | "message": "Bot collection guild" 802 | }, 803 | "timestamp": 1501185968952 804 | }, { 805 | "guild": { 806 | "bots": 113, 807 | "collection": true, 808 | "createdAt": 1492395456414.0625, 809 | "icon": "https://cdn.discordapp.com/icons/303353273417728001/2adbc4c65c9bc278c8c104ff021348b8.jpg?size=128", 810 | "id": "303353273417728001", 811 | "members": 144, 812 | "name": "𝔰𝔢𝔫𝔞𝔱𝔲𝔰 𝔭𝔬𝔭𝔲𝔩𝔲𝔰𝔮𝔲𝔢 𝔯𝔬𝔪𝔞𝔫𝔲𝔰", 813 | "region": "us-east", 814 | "users": 31 815 | }, 816 | "guildID": "303353273417728001", 817 | "id": "49fdbd1c-f1e7-43fc-804a-25683768eb75", 818 | "owner": { 819 | "avatar": "https://cdn.discordapp.com/avatars/171700311692541952/9ea8834536a61dd625373eea7ab96775.webp?size=2048", 820 | "bot": false, 821 | "createdAt": 1461006944345.0312, 822 | "discriminator": "7229", 823 | "id": "171700311692541952", 824 | "name": "oh my" 825 | }, 826 | "ownerID": "171700311692541952", 827 | "reason": { 828 | "maxPercentage": 50, 829 | "maxUsers": 20, 830 | "message": "Bot collection guild" 831 | }, 832 | "timestamp": 1501350172160 833 | }, { 834 | "guild": { 835 | "bots": 19, 836 | "collection": true, 837 | "createdAt": 1461783931476.0312, 838 | "icon": "https://cdn.discordapp.com/icons/174959231924043776/b9a1ba1e3a2a60e7c1ff4569918a2eca.jpg?size=128", 839 | "id": "174959231924043776", 840 | "members": 37, 841 | "name": "davy jones offical locker.", 842 | "region": "us-south", 843 | "users": 18 844 | }, 845 | "guildID": "174959231924043776", 846 | "id": "ac05d613-a58e-4465-9ac2-6f6450045686", 847 | "owner": { 848 | "avatar": "https://cdn.discordapp.com/avatars/174957083899199488/dae6bce55843ddf0320db5f841789cd2.webp?size=2048", 849 | "bot": false, 850 | "createdAt": 1461783419347, 851 | "discriminator": "7595", 852 | "id": "174957083899199488", 853 | "name": "pizzardです" 854 | }, 855 | "ownerID": "174957083899199488", 856 | "reason": { 857 | "maxPercentage": 50, 858 | "maxUsers": 20, 859 | "message": "Bot collection guild" 860 | }, 861 | "timestamp": 1501623461004 862 | }, { 863 | "guild": { 864 | "bots": 116, 865 | "collection": true, 866 | "createdAt": 1502447534499.0625, 867 | "icon": "https://cdn.discordapp.com/icons/345514744737955860/f6d7f29d65cb1d479e263747dae42e49.jpg?size=128", 868 | "id": "345514744737955860", 869 | "members": 118, 870 | "name": "BotServer", 871 | "region": "russia", 872 | "users": 2 873 | }, 874 | "guildID": "345514744737955860", 875 | "id": "65af02a8-de40-4cdb-9456-cb6a2ca39450", 876 | "owner": { 877 | "avatar": "https://cdn.discordapp.com/avatars/301400818068750338/ec2a2fe02c1f7adc80857d9f5d5a21b9.webp?size=2048", 878 | "bot": false, 879 | "createdAt": 1491929954784, 880 | "discriminator": "1815", 881 | "id": "301400818068750338", 882 | "name": "HentaiOuji" 883 | }, 884 | "ownerID": "301400818068750338", 885 | "reason": { 886 | "maxPercentage": 50, 887 | "maxUsers": 20, 888 | "message": "Bot collection guild" 889 | }, 890 | "timestamp": 1502651986045 891 | }, { 892 | "guild": { 893 | "bots": 13, 894 | "collection": true, 895 | "createdAt": 1502483187888, 896 | "icon": "https://cdn.discordapp.com/icons/345664285889789962/44602f4eb09fa83136a0e2e45f130157.jpg?size=128", 897 | "id": "345664285889789962", 898 | "members": 25, 899 | "name": "RIP CURSE: 2015-2017", 900 | "region": "eu-west", 901 | "users": 12 902 | }, 903 | "guildID": "345664285889789962", 904 | "id": "1f03879a-3461-44c7-b449-deff56e0f895", 905 | "owner": { 906 | "avatar": "https://cdn.discordapp.com/avatars/169884673726611456/4ee06e6bd2e5967b63407e995da1059e.webp?size=2048", 907 | "bot": false, 908 | "createdAt": 1460574062521.0312, 909 | "discriminator": "1014", 910 | "id": "169884673726611456", 911 | "name": "Schmeegul" 912 | }, 913 | "ownerID": "169884673726611456", 914 | "reason": { 915 | "maxPercentage": 50, 916 | "maxUsers": 20, 917 | "message": "Bot collection guild" 918 | }, 919 | "timestamp": 1502584616295 920 | }, { 921 | "guild": { 922 | "bots": 17, 923 | "collection": true, 924 | "createdAt": 1502200994530.0625, 925 | "icon": "https://cdn.discordapp.com/icons/344480681159819274/e0ee366ed7b804ef7b78a6507c7777b6.jpg?size=128", 926 | "id": "344480681159819274", 927 | "members": 28, 928 | "name": "All bots", 929 | "region": "us-central", 930 | "users": 11 931 | }, 932 | "guildID": "344480681159819274", 933 | "id": "73e7dda7-c06e-4a59-bede-838f2cfd2e97", 934 | "owner": { 935 | "avatar": "https://cdn.discordapp.com/avatars/296425897802727435/04a7a265e1f8243bf9e310703b7d0d33.webp?size=2048", 936 | "bot": false, 937 | "createdAt": 1490743841363.0312, 938 | "discriminator": "2002", 939 | "id": "296425897802727435", 940 | "name": "ashdar215" 941 | }, 942 | "ownerID": "296425897802727435", 943 | "reason": { 944 | "maxPercentage": 50, 945 | "maxUsers": 20, 946 | "message": "Bot collection guild" 947 | }, 948 | "timestamp": 1502246607669 949 | }, { 950 | "guild": { 951 | "bots": 21, 952 | "collection": true, 953 | "createdAt": 1491180005070.0625, 954 | "icon": "https://cdn.discordapp.com/icons/298255300983783437/19178baebdd57e9d7632eb9e05b021d1.jpg?size=128", 955 | "id": "298255300983783437", 956 | "members": 38, 957 | "name": "Crack open a COLD ONE", 958 | "region": "us-east", 959 | "users": 17 960 | }, 961 | "guildID": "298255300983783437", 962 | "id": "5553188a-9b33-413b-b042-68cf42997446", 963 | "owner": { 964 | "avatar": "https://cdn.discordapp.com/avatars/281890716970516480/700d7d934e2ae7b2feea8876402fa9bc.webp?size=2048", 965 | "bot": false, 966 | "createdAt": 1487278384202.0312, 967 | "discriminator": "0544", 968 | "id": "281890716970516480", 969 | "name": "CanadaBall" 970 | }, 971 | "ownerID": "281890716970516480", 972 | "reason": { 973 | "maxPercentage": 50, 974 | "maxUsers": 20, 975 | "message": "Bot collection guild" 976 | }, 977 | "timestamp": 1500838543231 978 | }, { 979 | "guild": { 980 | "bots": 80, 981 | "collection": true, 982 | "createdAt": 1500673948405.0312, 983 | "icon": "https://cdn.discordapp.com/icons/338075785489416194/9057a78d2d4a4d39171382eb1a49ffea.jpg?size=128", 984 | "id": "338075785489416194", 985 | "members": 91, 986 | "name": "Paki", 987 | "region": "eu-west", 988 | "users": 11 989 | }, 990 | "guildID": "338075785489416194", 991 | "id": "c8dc90ee-9639-4ccc-8e29-a3d9a9d90eef", 992 | "owner": { 993 | "avatar": "https://cdn.discordapp.com/avatars/317439746387345408/3f1054e64de3056396eeac0b41ec3c7f.webp?size=2048", 994 | "bot": false, 995 | "createdAt": 1495753933284.0312, 996 | "discriminator": "0968", 997 | "id": "317439746387345408", 998 | "name": "Bill The Alien" 999 | }, 1000 | "ownerID": "317439746387345408", 1001 | "reason": { 1002 | "maxPercentage": 50, 1003 | "maxUsers": 20, 1004 | "message": "Bot collection guild" 1005 | }, 1006 | "timestamp": 1500677827472 1007 | }, { 1008 | "guild": { 1009 | "bots": 96, 1010 | "collection": true, 1011 | "createdAt": 1499934571778.0312, 1012 | "icon": "https://cdn.discordapp.com/icons/334974615145283585/f9591eb4fc1f953c3771e084948023fd.jpg?size=128", 1013 | "id": "334974615145283585", 1014 | "members": 101, 1015 | "name": "【NGY】GameMakers", 1016 | "region": "hongkong", 1017 | "users": 5 1018 | }, 1019 | "guildID": "334974615145283585", 1020 | "id": "8e346883-e8b2-477c-ad0c-cf41c30dda48", 1021 | "owner": { 1022 | "avatar": "https://cdn.discordapp.com/avatars/300470110030921738/2788da73dd12fe5ff5ad063ba536f6bd.webp?size=2048", 1023 | "bot": false, 1024 | "createdAt": 1491708056696.0625, 1025 | "discriminator": "9490", 1026 | "id": "300470110030921738", 1027 | "name": "にしきさん(ばらさん)" 1028 | }, 1029 | "ownerID": "300470110030921738", 1030 | "reason": { 1031 | "maxPercentage": 50, 1032 | "maxUsers": 20, 1033 | "message": "Bot collection guild" 1034 | }, 1035 | "timestamp": 1501737823326 1036 | }, { 1037 | "guild": { 1038 | "bots": 50, 1039 | "collection": true, 1040 | "createdAt": 1478945763539.0312, 1041 | "icon": "https://cdn.discordapp.com/icons/246941172793212929/b5d52d5975417f7667f993def70d6cbb.jpg?size=128", 1042 | "id": "246941172793212929", 1043 | "members": 69, 1044 | "name": "SPACEBOT 2018", 1045 | "region": "singapore", 1046 | "users": 19 1047 | }, 1048 | "guildID": "246941172793212929", 1049 | "id": "50e4a369-b5aa-4ab6-9071-921eb3063f82", 1050 | "owner": { 1051 | "avatar": "https://cdn.discordapp.com/avatars/246941092526686208/76b202f68f881d1e5f98298f03b2eff6.webp?size=2048", 1052 | "bot": false, 1053 | "createdAt": 1478945744402, 1054 | "discriminator": "6373", 1055 | "id": "246941092526686208", 1056 | "name": "Not Very Good At This" 1057 | }, 1058 | "ownerID": "246941092526686208", 1059 | "reason": { 1060 | "maxPercentage": 50, 1061 | "maxUsers": 20, 1062 | "message": "Bot collection guild" 1063 | }, 1064 | "timestamp": 1502394175425 1065 | }, { 1066 | "guild": { 1067 | "bots": 69, 1068 | "collection": true, 1069 | "createdAt": 1502129475782.0625, 1070 | "icon": "https://cdn.discordapp.com/icons/344180709789007885/797258014554cc2c98c0b4656f402ae0.jpg?size=128", 1071 | "id": "344180709789007885", 1072 | "members": 72, 1073 | "name": "Mikkels Pikkels", 1074 | "region": "us-east", 1075 | "users": 3 1076 | }, 1077 | "guildID": "344180709789007885", 1078 | "id": "bb8c3c4c-7d02-4f1b-b43e-27a6dd2f12b5", 1079 | "owner": { 1080 | "avatar": "https://cdn.discordapp.com/avatars/288083816877391873/6c2475094bdef33b2210af6b317b90a7.webp?size=2048", 1081 | "bot": false, 1082 | "createdAt": 1488754934282.0625, 1083 | "discriminator": "4656", 1084 | "id": "288083816877391873", 1085 | "name": "Canadian Xanax" 1086 | }, 1087 | "ownerID": "288083816877391873", 1088 | "reason": { 1089 | "maxPercentage": 50, 1090 | "maxUsers": 20, 1091 | "message": "Bot collection guild" 1092 | }, 1093 | "timestamp": 1502133995947 1094 | }, { 1095 | "guild": { 1096 | "bots": 43, 1097 | "collection": true, 1098 | "createdAt": 1481619671471, 1099 | "icon": "https://cdn.discordapp.com/icons/258156355527901184/f601b8e52840e5059b51ace948a191cc.jpg?size=128", 1100 | "id": "258156355527901184", 1101 | "members": 80, 1102 | "name": "Dainald's Colony", 1103 | "region": "sydney", 1104 | "users": 37 1105 | }, 1106 | "guildID": "258156355527901184", 1107 | "id": "6cbc81e8-f01b-4861-9b19-399709964be9", 1108 | "owner": { 1109 | "avatar": "https://cdn.discordapp.com/avatars/257377680633233408/1e6d9821e2d779005e9e290248b6435e.webp?size=2048", 1110 | "bot": false, 1111 | "createdAt": 1481434020909.0312, 1112 | "discriminator": "2978", 1113 | "id": "257377680633233408", 1114 | "name": "Dainald" 1115 | }, 1116 | "ownerID": "257377680633233408", 1117 | "timestamp": 1500467897671 1118 | }, { 1119 | "guild": { 1120 | "bots": 94, 1121 | "collection": true, 1122 | "createdAt": 1501644778091.0625, 1123 | "icon": "https://cdn.discordapp.com/icons/342147740324855819/92636f704e6a4561d4ef5ed079f99fa0.jpg?size=128", 1124 | "id": "342147740324855819", 1125 | "members": 100, 1126 | "name": "Usine de Test", 1127 | "region": "eu-west", 1128 | "users": 6 1129 | }, 1130 | "guildID": "342147740324855819", 1131 | "id": "2371967a-1fb6-45c9-8ddd-883e41e9a3d5", 1132 | "owner": { 1133 | "avatar": "https://cdn.discordapp.com/avatars/233265451608571907/d93d3f160350da73e0294abeb3985f48.webp?size=2048", 1134 | "bot": false, 1135 | "createdAt": 1475685217526, 1136 | "discriminator": "2310", 1137 | "id": "233265451608571907", 1138 | "name": "TinNitro" 1139 | }, 1140 | "ownerID": "233265451608571907", 1141 | "reason": { 1142 | "maxPercentage": 50, 1143 | "maxUsers": 20, 1144 | "message": "Bot collection guild" 1145 | }, 1146 | "timestamp": 1501723480112 1147 | }, { 1148 | "guild": { 1149 | "bots": 24, 1150 | "collection": true, 1151 | "createdAt": 1501343434693, 1152 | "icon": "https://cdn.discordapp.com/icons/340883814504988673/360c83e5ab05be90e555b903bea306b2.jpg?size=128", 1153 | "id": "340883814504988673", 1154 | "members": 26, 1155 | "name": "THE BEASTLY SERVER", 1156 | "region": "eu-west", 1157 | "users": 2 1158 | }, 1159 | "guildID": "340883814504988673", 1160 | "id": "7718ea8e-81b2-4c2f-a316-97e46cfc3175", 1161 | "owner": { 1162 | "avatar": "https://cdn.discordapp.com/avatars/268496590442987520/8b85688d728541bce0127fc85c2f80b5.webp?size=2048", 1163 | "bot": false, 1164 | "createdAt": 1484084975587.0312, 1165 | "discriminator": "8250", 1166 | "id": "268496590442987520", 1167 | "name": "H_Rat©" 1168 | }, 1169 | "ownerID": "268496590442987520", 1170 | "reason": { 1171 | "maxPercentage": 50, 1172 | "maxUsers": 20, 1173 | "message": "Bot collection guild" 1174 | }, 1175 | "timestamp": 1501359379702 1176 | }, { 1177 | "guild": { 1178 | "bots": 21, 1179 | "collection": true, 1180 | "createdAt": 1501839281573, 1181 | "icon": "https://cdn.discordapp.com/icons/342963547057160203/2d83dbd4873c0a9f8a82f760a26fbff3.jpg?size=128", 1182 | "id": "342963547057160203", 1183 | "members": 22, 1184 | "name": "Mineplex Clans", 1185 | "region": "us-south", 1186 | "users": 1 1187 | }, 1188 | "guildID": "342963547057160203", 1189 | "id": "651c0727-94b9-49f1-9aa0-f501c8d6e916", 1190 | "owner": { 1191 | "avatar": "https://cdn.discordapp.com/avatars/211205622593617920/e113b28107a850218c3034b5ac6cd462.webp?size=2048", 1192 | "bot": false, 1193 | "createdAt": 1470425744437.0312, 1194 | "discriminator": "2892", 1195 | "id": "211205622593617920", 1196 | "name": "lightsaberrlx" 1197 | }, 1198 | "ownerID": "211205622593617920", 1199 | "reason": { 1200 | "maxPercentage": 50, 1201 | "maxUsers": 20, 1202 | "message": "Bot collection guild" 1203 | }, 1204 | "timestamp": 1501843893597 1205 | }, { 1206 | "guild": { 1207 | "bots": 27, 1208 | "collection": true, 1209 | "createdAt": 1501284973834.0625, 1210 | "icon": null, 1211 | "id": "340638611890503692", 1212 | "members": 29, 1213 | "name": "Family", 1214 | "region": "us-central", 1215 | "users": 2 1216 | }, 1217 | "guildID": "340638611890503692", 1218 | "id": "cc99ce08-9b85-44b8-938f-271e1322e3fc", 1219 | "owner": { 1220 | "avatar": "https://cdn.discordapp.com/avatars/283616990755815424/01a67a5ec3bb743ec15af3123c5dca8e.webp?size=2048", 1221 | "bot": false, 1222 | "createdAt": 1487689959945.0625, 1223 | "discriminator": "1164", 1224 | "id": "283616990755815424", 1225 | "name": "Adik" 1226 | }, 1227 | "ownerID": "283616990755815424", 1228 | "reason": { 1229 | "maxPercentage": 50, 1230 | "maxUsers": 20, 1231 | "message": "Bot collection guild" 1232 | }, 1233 | "timestamp": 1501287379127 1234 | }, { 1235 | "guild": { 1236 | "bots": 32, 1237 | "collection": true, 1238 | "createdAt": 1485621010258.0625, 1239 | "icon": "https://cdn.discordapp.com/icons/274939186807832576/c8573a0fc3af3fb51c3b99915f829a36.jpg?size=128", 1240 | "id": "274939186807832576", 1241 | "members": 44, 1242 | "name": "Raid Fishie Gabe", 1243 | "region": "eu-west", 1244 | "users": 12 1245 | }, 1246 | "guildID": "274939186807832576", 1247 | "id": "c63417fb-4364-4527-bddf-7299655dd3c0", 1248 | "owner": { 1249 | "avatar": "https://cdn.discordapp.com/avatars/168307939122216960/8cfcf2f856022cc9bcb77fc143984b35.webp?size=2048", 1250 | "bot": false, 1251 | "createdAt": 1460198139697.0312, 1252 | "discriminator": "6639", 1253 | "id": "168307939122216960", 1254 | "name": "RaidShark" 1255 | }, 1256 | "ownerID": "168307939122216960", 1257 | "reason": { 1258 | "maxPercentage": 50, 1259 | "maxUsers": 20, 1260 | "message": "Bot collection guild" 1261 | }, 1262 | "timestamp": 1501337854917 1263 | }, { 1264 | "guild": { 1265 | "bots": 13, 1266 | "collection": true, 1267 | "createdAt": 1502483187888, 1268 | "icon": "https://cdn.discordapp.com/icons/345664285889789962/44602f4eb09fa83136a0e2e45f130157.jpg?size=128", 1269 | "id": "345664285889789962", 1270 | "members": 25, 1271 | "name": "RIP CURSE: 2015-2017", 1272 | "region": "eu-west", 1273 | "users": 12 1274 | }, 1275 | "guildID": "345664285889789962", 1276 | "id": "a0a19fd3-ee06-4c08-a6fd-825096294505", 1277 | "owner": { 1278 | "avatar": "https://cdn.discordapp.com/avatars/169884673726611456/4ee06e6bd2e5967b63407e995da1059e.webp?size=2048", 1279 | "bot": false, 1280 | "createdAt": 1460574062521.0312, 1281 | "discriminator": "1014", 1282 | "id": "169884673726611456", 1283 | "name": "Schmeegul" 1284 | }, 1285 | "ownerID": "169884673726611456", 1286 | "reason": { 1287 | "maxPercentage": 50, 1288 | "maxUsers": 20, 1289 | "message": "Bot collection guild" 1290 | }, 1291 | "timestamp": 1502584690186 1292 | }, { 1293 | "guild": { 1294 | "bots": 35, 1295 | "collection": true, 1296 | "createdAt": 1490309109128.0312, 1297 | "icon": "https://cdn.discordapp.com/icons/294602498650537984/fa747243d08759afbd0d78aea9e342cf.jpg?size=128", 1298 | "id": "294602498650537984", 1299 | "members": 43, 1300 | "name": "JAIME LES MEUL", 1301 | "region": "us-central", 1302 | "users": 8 1303 | }, 1304 | "guildID": "294602498650537984", 1305 | "id": "fb60a654-0343-46ac-a244-147355d39046", 1306 | "owner": { 1307 | "avatar": "https://cdn.discordapp.com/avatars/280433057524350977/241c9beed89069a76dcb1d1e1bcffa86.webp?size=2048", 1308 | "bot": false, 1309 | "createdAt": 1486930851108.0625, 1310 | "discriminator": "4753", 1311 | "id": "280433057524350977", 1312 | "name": "Darckman" 1313 | }, 1314 | "ownerID": "280433057524350977", 1315 | "reason": { 1316 | "maxPercentage": 50, 1317 | "maxUsers": 20, 1318 | "message": "Bot collection guild" 1319 | }, 1320 | "timestamp": 1502826109294 1321 | }, { 1322 | "guild": { 1323 | "bots": 26, 1324 | "collection": true, 1325 | "createdAt": 1490125886789.0312, 1326 | "icon": "https://cdn.discordapp.com/icons/293834008461180930/bbf6043ea3dc72045bb554a1b91035b3.jpg?size=128", 1327 | "id": "293834008461180930", 1328 | "members": 40, 1329 | "name": "Instytut Matki i Dziecka", 1330 | "region": "eu-central", 1331 | "users": 14 1332 | }, 1333 | "guildID": "293834008461180930", 1334 | "id": "87111877-1b24-45ae-8dcc-cd5a1d184be2", 1335 | "owner": { 1336 | "avatar": "https://cdn.discordapp.com/avatars/293825365996994560/d6215b8895f4b1c454202284d74d802b.webp?size=2048", 1337 | "bot": false, 1338 | "createdAt": 1490123826265, 1339 | "discriminator": "7233", 1340 | "id": "293825365996994560", 1341 | "name": "InstytutMatkiIDziecka☞ ͡⎚ω ͡⎚☞" 1342 | }, 1343 | "ownerID": "293825365996994560", 1344 | "reason": { 1345 | "maxPercentage": 50, 1346 | "maxUsers": 20, 1347 | "message": "Bot collection guild" 1348 | }, 1349 | "timestamp": 1502740537376 1350 | }, { 1351 | "guild": { 1352 | "bots": 11, 1353 | "collection": true, 1354 | "createdAt": 1501604329462.0625, 1355 | "icon": "https://cdn.discordapp.com/icons/341978086478446603/9852e7991e2901d2bf6e27908278886c.jpg?size=128", 1356 | "id": "341978086478446603", 1357 | "members": 21, 1358 | "name": "Hangout Server!", 1359 | "region": "us-east", 1360 | "users": 10 1361 | }, 1362 | "guildID": "341978086478446603", 1363 | "id": "43595ff0-a071-407c-9b72-1480c2a23ead", 1364 | "owner": { 1365 | "avatar": "https://cdn.discordapp.com/avatars/307937894553878529/8075a0c4a35fa2c772de1f887f012f68.webp?size=2048", 1366 | "bot": false, 1367 | "createdAt": 1493488515271.0625, 1368 | "discriminator": "7397", 1369 | "id": "307937894553878529", 1370 | "name": "LTI THE CUCUMBER" 1371 | }, 1372 | "ownerID": "307937894553878529", 1373 | "reason": { 1374 | "maxPercentage": 50, 1375 | "maxUsers": 20, 1376 | "message": "Bot collection guild" 1377 | }, 1378 | "timestamp": 1502294727112 1379 | }, { 1380 | "guild": { 1381 | "bots": 18, 1382 | "collection": true, 1383 | "createdAt": 1464411646746.0312, 1384 | "icon": "https://cdn.discordapp.com/icons/185980668591865858/2548b2a9697c1abc669206ea088af2a9.jpg?size=128", 1385 | "id": "185980668591865858", 1386 | "members": 27, 1387 | "name": "M Y D O M A I N", 1388 | "region": "us-east", 1389 | "users": 9 1390 | }, 1391 | "guildID": "185980668591865858", 1392 | "id": "805ce29c-6d58-4435-ab25-b1828213ed3a", 1393 | "owner": { 1394 | "avatar": "https://cdn.discordapp.com/avatars/185890556331687937/fee26ef87be069f321ae5a00b3e73446.webp?size=2048", 1395 | "bot": false, 1396 | "createdAt": 1464390162309, 1397 | "discriminator": "2278", 1398 | "id": "185890556331687937", 1399 | "name": "turtle" 1400 | }, 1401 | "ownerID": "185890556331687937", 1402 | "reason": { 1403 | "maxPercentage": 50, 1404 | "maxUsers": 20, 1405 | "message": "Bot collection guild" 1406 | }, 1407 | "timestamp": 1502404197249 1408 | }, { 1409 | "guild": { 1410 | "bots": 19, 1411 | "collection": true, 1412 | "createdAt": 1495224943501.0312, 1413 | "icon": "https://cdn.discordapp.com/icons/315221002424549377/3c699797083a1bbf1a58ec9d43861e2a.jpg?size=128", 1414 | "id": "315221002424549377", 1415 | "members": 21, 1416 | "name": "Bot Hangar", 1417 | "region": "us-east", 1418 | "users": 2 1419 | }, 1420 | "guildID": "315221002424549377", 1421 | "id": "86dec123-0025-445e-8cf9-e03ee1586111", 1422 | "owner": { 1423 | "avatar": "https://cdn.discordapp.com/avatars/298597751975968771/3f5ce692776cd7537a3e3fc3c70723f0.webp?size=2048", 1424 | "bot": false, 1425 | "createdAt": 1491261651749.0312, 1426 | "discriminator": "6810", 1427 | "id": "298597751975968771", 1428 | "name": "(°Д°)" 1429 | }, 1430 | "ownerID": "298597751975968771", 1431 | "reason": { 1432 | "maxPercentage": 50, 1433 | "maxUsers": 20, 1434 | "message": "Bot collection guild" 1435 | }, 1436 | "timestamp": 1500475152684 1437 | }, { 1438 | "guild": { 1439 | "bots": 12, 1440 | "collection": false, 1441 | "createdAt": 1502483187888, 1442 | "icon": "https://cdn.discordapp.com/icons/345664285889789962/44602f4eb09fa83136a0e2e45f130157.jpg?size=128", 1443 | "id": "345664285889789962", 1444 | "members": 24, 1445 | "name": "RIP CURSE: 2015-2017", 1446 | "region": "eu-west", 1447 | "users": 12 1448 | }, 1449 | "guildID": "345664285889789962", 1450 | "id": "f6c91ac9-b505-4eaf-92ad-17c24597e8f5", 1451 | "owner": { 1452 | "avatar": "https://cdn.discordapp.com/avatars/169884673726611456/4ee06e6bd2e5967b63407e995da1059e.webp?size=2048", 1453 | "bot": false, 1454 | "createdAt": 1460574062521.0312, 1455 | "discriminator": "1014", 1456 | "id": "169884673726611456", 1457 | "name": "Schmeegul" 1458 | }, 1459 | "ownerID": "169884673726611456", 1460 | "reason": { 1461 | "message": "Already banned", 1462 | "refer": ["26c6ccfb-62f6-4a26-a381-d3c166bb0f1c", "1f03879a-3461-44c7-b449-deff56e0f895", "a0a19fd3-ee06-4c08-a6fd-825096294505"] 1463 | }, 1464 | "timestamp": 1502584719067 1465 | }, { 1466 | "guild": { 1467 | "bots": 19, 1468 | "collection": true, 1469 | "createdAt": 1493427137345.0312, 1470 | "icon": "https://cdn.discordapp.com/icons/307680456873213953/53069bf9b89e9bde306c22f94982d14b.jpg?size=128", 1471 | "id": "307680456873213953", 1472 | "members": 21, 1473 | "name": "¯\\_( ͡° ͜ʖ ͡°)_/¯", 1474 | "region": "brazil", 1475 | "users": 2 1476 | }, 1477 | "guildID": "307680456873213953", 1478 | "id": "d409d503-e84d-4b27-9644-cfb070db6914", 1479 | "owner": { 1480 | "avatar": "https://cdn.discordapp.com/avatars/233765062102220800/473615963dfdfe9ad31f7c98231fb33f.webp?size=2048", 1481 | "bot": false, 1482 | "createdAt": 1475804333950, 1483 | "discriminator": "8351", 1484 | "id": "233765062102220800", 1485 | "name": "Diasaraujo" 1486 | }, 1487 | "ownerID": "233765062102220800", 1488 | "reason": { 1489 | "maxPercentage": 50, 1490 | "maxUsers": 20, 1491 | "message": "Bot collection guild" 1492 | }, 1493 | "timestamp": 1502068088274 1494 | }, { 1495 | "guild": { 1496 | "bots": 33, 1497 | "collection": true, 1498 | "createdAt": 1485621010258.0625, 1499 | "icon": "https://cdn.discordapp.com/icons/274939186807832576/0a5f55f45017c9e1cb9e933d8ad35346.jpg?size=128", 1500 | "id": "274939186807832576", 1501 | "members": 46, 1502 | "name": "hello uncle", 1503 | "region": "eu-west", 1504 | "users": 13 1505 | }, 1506 | "guildID": "274939186807832576", 1507 | "id": "a2db6b8a-cb59-4dd8-b48c-70354371eb9c", 1508 | "owner": { 1509 | "avatar": "https://cdn.discordapp.com/avatars/168307939122216960/8cfcf2f856022cc9bcb77fc143984b35.webp?size=2048", 1510 | "bot": false, 1511 | "createdAt": 1460198139697.0312, 1512 | "discriminator": "6639", 1513 | "id": "168307939122216960", 1514 | "name": "RaidShark" 1515 | }, 1516 | "ownerID": "168307939122216960", 1517 | "reason": { 1518 | "maxPercentage": 50, 1519 | "maxUsers": 20, 1520 | "message": "Bot collection guild" 1521 | }, 1522 | "timestamp": 1500494169568 1523 | }, { 1524 | "guild": { 1525 | "bots": 136, 1526 | "collection": true, 1527 | "createdAt": 1496498899175.0312, 1528 | "icon": "https://cdn.discordapp.com/icons/320564359803830275/fbf8fe816332e334e8928bb40669aaba.jpg?size=128", 1529 | "id": "320564359803830275", 1530 | "members": 162, 1531 | "name": "Jill's Server", 1532 | "region": "us-east", 1533 | "users": 26 1534 | }, 1535 | "guildID": "320564359803830275", 1536 | "id": "a76bf2cf-b477-497b-a4ee-07fa60931e9f", 1537 | "owner": { 1538 | "avatar": "https://cdn.discordapp.com/avatars/306895168328564737/045b3d79eaa3f266adb2c0a89f7bce90.webp?size=2048", 1539 | "bot": false, 1540 | "createdAt": 1493239909966.0312, 1541 | "discriminator": "6886", 1542 | "id": "306895168328564737", 1543 | "name": "IISH4D3II GD" 1544 | }, 1545 | "ownerID": "306895168328564737", 1546 | "reason": { 1547 | "maxPercentage": 50, 1548 | "maxUsers": 20, 1549 | "message": "Bot collection guild" 1550 | }, 1551 | "timestamp": 1501431023580 1552 | }, { 1553 | "guild": { 1554 | "bots": 17, 1555 | "collection": true, 1556 | "createdAt": 1499158908334, 1557 | "icon": "https://cdn.discordapp.com/icons/331721246859329537/0dd59f6b2f126b2184a3d2abe8ab6894.jpg?size=128", 1558 | "id": "331721246859329537", 1559 | "members": 33, 1560 | "name": "Développement JekylleBot", 1561 | "region": "eu-west", 1562 | "users": 16 1563 | }, 1564 | "guildID": "331721246859329537", 1565 | "id": "fb54dee3-8252-46dc-bc03-1df8b0494ff2", 1566 | "owner": { 1567 | "avatar": "https://cdn.discordapp.com/avatars/265939137855488000/0dd59f6b2f126b2184a3d2abe8ab6894.webp?size=2048", 1568 | "bot": false, 1569 | "createdAt": 1483475231375, 1570 | "discriminator": "0026", 1571 | "id": "265939137855488000", 1572 | "name": "MrJekylle" 1573 | }, 1574 | "ownerID": "265939137855488000", 1575 | "reason": { 1576 | "maxPercentage": 50, 1577 | "maxUsers": 20, 1578 | "message": "Bot collection guild" 1579 | }, 1580 | "timestamp": 1500483147260 1581 | }, { 1582 | "guild": { 1583 | "bots": 14, 1584 | "collection": true, 1585 | "createdAt": 1457650006730, 1586 | "icon": "https://cdn.discordapp.com/icons/157620294826065921/0158f8c673317acd037a3645e518d325.jpg?size=128", 1587 | "id": "157620294826065921", 1588 | "members": 21, 1589 | "name": "Fujiwara Tofu Shop", 1590 | "region": "us-east", 1591 | "users": 7 1592 | }, 1593 | "guildID": "157620294826065921", 1594 | "id": "7a384757-3cb4-40d9-bbd2-5c6dcc26f96e", 1595 | "owner": { 1596 | "avatar": "https://cdn.discordapp.com/avatars/157619512710135808/0158f8c673317acd037a3645e518d325.webp?size=2048", 1597 | "bot": false, 1598 | "createdAt": 1457649820259.0312, 1599 | "discriminator": "5417", 1600 | "id": "157619512710135808", 1601 | "name": "10fd" 1602 | }, 1603 | "ownerID": "157619512710135808", 1604 | "reason": { 1605 | "maxPercentage": 50, 1606 | "maxUsers": 20, 1607 | "message": "Bot collection guild" 1608 | }, 1609 | "timestamp": 1501396556326 1610 | }, { 1611 | "guild": { 1612 | "bots": 72, 1613 | "collection": true, 1614 | "createdAt": 1498312225141.0625, 1615 | "icon": "https://cdn.discordapp.com/icons/328170000156459008/870363562e999994f46df0fe376aa43b.jpg?size=128", 1616 | "id": "328170000156459008", 1617 | "members": 96, 1618 | "name": "ISIS (Anti-Tabbes)", 1619 | "region": "sydney", 1620 | "users": 24 1621 | }, 1622 | "guildID": "328170000156459008", 1623 | "id": "d4f7f677-57f9-4090-a584-28b3e6603a38", 1624 | "owner": { 1625 | "avatar": "https://cdn.discordapp.com/avatars/193979517470113792/6a4b48b1d602b1d09c212983021806df.webp?size=2048", 1626 | "bot": false, 1627 | "createdAt": 1466318720930.0312, 1628 | "discriminator": "3887", 1629 | "id": "193979517470113792", 1630 | "name": "GiMPY" 1631 | }, 1632 | "ownerID": "193979517470113792", 1633 | "reason": { 1634 | "maxPercentage": 50, 1635 | "maxUsers": 20, 1636 | "message": "Bot collection guild" 1637 | }, 1638 | "timestamp": 1500936322676 1639 | }, { 1640 | "guild": { 1641 | "bots": 11, 1642 | "collection": true, 1643 | "createdAt": 1501116239232.0312, 1644 | "icon": "https://cdn.discordapp.com/icons/339930887674265600/ab1740abc847758023aed73f8d7feeff.jpg?size=128", 1645 | "id": "339930887674265600", 1646 | "members": 21, 1647 | "name": "The Chillspace", 1648 | "region": "us-central", 1649 | "users": 10 1650 | }, 1651 | "guildID": "339930887674265600", 1652 | "id": "f388eda6-56b3-4d5a-bfb3-4e8aad0ad1b6", 1653 | "owner": { 1654 | "avatar": "https://cdn.discordapp.com/avatars/306601094392315917/70874e1e3b2785744a53c735d50bf007.webp?size=2048", 1655 | "bot": false, 1656 | "createdAt": 1493169797276, 1657 | "discriminator": "6246", 1658 | "id": "306601094392315917", 1659 | "name": "ShilohG17" 1660 | }, 1661 | "ownerID": "306601094392315917", 1662 | "reason": { 1663 | "maxPercentage": 50, 1664 | "maxUsers": 20, 1665 | "message": "Bot collection guild" 1666 | }, 1667 | "timestamp": 1501270557856 1668 | }, { 1669 | "guild": { 1670 | "bots": 14, 1671 | "collection": true, 1672 | "createdAt": 1457650006730, 1673 | "icon": "https://cdn.discordapp.com/icons/157620294826065921/0158f8c673317acd037a3645e518d325.jpg?size=128", 1674 | "id": "157620294826065921", 1675 | "members": 21, 1676 | "name": "Fujiwara Tofu Shop", 1677 | "region": "us-east", 1678 | "users": 7 1679 | }, 1680 | "guildID": "157620294826065921", 1681 | "id": "ed41fd7b-9b8b-47c0-a0e6-45c32eb4718f", 1682 | "owner": { 1683 | "avatar": "https://cdn.discordapp.com/avatars/157619512710135808/0158f8c673317acd037a3645e518d325.webp?size=2048", 1684 | "bot": false, 1685 | "createdAt": 1457649820259.0312, 1686 | "discriminator": "5417", 1687 | "id": "157619512710135808", 1688 | "name": "10fd" 1689 | }, 1690 | "ownerID": "157619512710135808", 1691 | "reason": { 1692 | "maxPercentage": 50, 1693 | "maxUsers": 20, 1694 | "message": "Bot collection guild" 1695 | }, 1696 | "timestamp": 1501396517838 1697 | }, { 1698 | "guild": { 1699 | "bots": 15, 1700 | "collection": true, 1701 | "createdAt": 1501522912812.0312, 1702 | "icon": "https://cdn.discordapp.com/icons/341636600297553931/b765eecc3cf124ee4371cfe15f89d976.jpg?size=128", 1703 | "id": "341636600297553931", 1704 | "members": 21, 1705 | "name": "Nick's server", 1706 | "region": "us-west", 1707 | "users": 6 1708 | }, 1709 | "guildID": "341636600297553931", 1710 | "id": "f3dda7fd-4065-4fab-ab79-6f4f18899ff1", 1711 | "owner": { 1712 | "avatar": "https://discordapp.com/assets/dd4dbc0016779df1378e7812eabaa04d.png", 1713 | "bot": false, 1714 | "createdAt": 1500487562073.0312, 1715 | "discriminator": "7462", 1716 | "id": "337294024551563325", 1717 | "name": "Ad2k5" 1718 | }, 1719 | "ownerID": "337294024551563325", 1720 | "reason": { 1721 | "maxPercentage": 50, 1722 | "maxUsers": 20, 1723 | "message": "Bot collection guild" 1724 | }, 1725 | "timestamp": 1501620376715 1726 | }, { 1727 | "guild": { 1728 | "bots": 30, 1729 | "collection": true, 1730 | "createdAt": 1490739049525.0312, 1731 | "icon": "https://cdn.discordapp.com/icons/296405799377436672/3002791ea95cd470c2f70b21295891b1.jpg?size=128", 1732 | "id": "296405799377436672", 1733 | "members": 35, 1734 | "name": "tEam 4(excluding xav)", 1735 | "region": "eu-west", 1736 | "users": 5 1737 | }, 1738 | "guildID": "296405799377436672", 1739 | "id": "afa67b77-97e4-490e-9b1c-08451d881e5d", 1740 | "owner": { 1741 | "avatar": "https://cdn.discordapp.com/avatars/283978445577256961/344107435698308ed26e4f71891484fb.webp?size=2048", 1742 | "bot": false, 1743 | "createdAt": 1487776137490, 1744 | "discriminator": "3791", 1745 | "id": "283978445577256961", 1746 | "name": "izzyxxo" 1747 | }, 1748 | "ownerID": "283978445577256961", 1749 | "reason": { 1750 | "maxPercentage": 50, 1751 | "maxUsers": 20, 1752 | "message": "Bot collection guild" 1753 | }, 1754 | "timestamp": 1502394194110 1755 | }, { 1756 | "guild": { 1757 | "bots": 20, 1758 | "collection": true, 1759 | "createdAt": 1492255758557.0625, 1760 | "icon": "https://cdn.discordapp.com/icons/302767338137321484/fff2e98b3be3d906f148938fb8dee3a6.jpg?size=128", 1761 | "id": "302767338137321484", 1762 | "members": 26, 1763 | "name": "☾☆ ST [SLEVELLESS TEAM] ☆☽", 1764 | "region": "brazil", 1765 | "users": 6 1766 | }, 1767 | "guildID": "302767338137321484", 1768 | "id": "bf8f73cb-321b-456f-8ed3-3a3611618409", 1769 | "owner": { 1770 | "avatar": "https://discordapp.com/assets/6debd47ed13483642cf09e832ed0bc1b.png", 1771 | "bot": false, 1772 | "createdAt": 1487765964176.0625, 1773 | "discriminator": "1350", 1774 | "id": "283935775605915648", 1775 | "name": "TheSupport" 1776 | }, 1777 | "ownerID": "283935775605915648", 1778 | "reason": { 1779 | "maxPercentage": 50, 1780 | "maxUsers": 20, 1781 | "message": "Bot collection guild" 1782 | }, 1783 | "timestamp": 1501967070361 1784 | }, { 1785 | "guild": { 1786 | "bots": 33, 1787 | "collection": true, 1788 | "createdAt": 1485621010258.0625, 1789 | "icon": "https://cdn.discordapp.com/icons/274939186807832576/0a5f55f45017c9e1cb9e933d8ad35346.jpg?size=128", 1790 | "id": "274939186807832576", 1791 | "members": 46, 1792 | "name": "hello uncle", 1793 | "region": "eu-west", 1794 | "users": 13 1795 | }, 1796 | "guildID": "274939186807832576", 1797 | "id": "c539b405-40f6-4335-ad85-68842c49030d", 1798 | "owner": { 1799 | "avatar": "https://cdn.discordapp.com/avatars/168307939122216960/8cfcf2f856022cc9bcb77fc143984b35.webp?size=2048", 1800 | "bot": false, 1801 | "createdAt": 1460198139697.0312, 1802 | "discriminator": "6639", 1803 | "id": "168307939122216960", 1804 | "name": "RaidShark" 1805 | }, 1806 | "ownerID": "168307939122216960", 1807 | "reason": { 1808 | "maxPercentage": 50, 1809 | "maxUsers": 20, 1810 | "message": "Bot collection guild" 1811 | }, 1812 | "timestamp": 1500493872790 1813 | }] 1814 | -------------------------------------------------------------------------------- /website-template.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "name": "Birb", 3 | "date": "2017-07-28", 4 | "def": "10m, 60%", 5 | "author": "jakeoid", 6 | "description": "A snapshot of all guilds matched by the definition in all shards.", 7 | "icon": "https://birb.pw/birb_round.png", 8 | "link": "https://rawgit.com/Terminal/botlist-servers/master/birb.json", 9 | "entry_info_link": "https://github.com/Terminal/botlist-servers/blob/master/birb.json", 10 | "disect": { 11 | "entry": { 12 | "title": "{{name}}", 13 | "subtitle": "{{id}}", 14 | "icon": "{{icon}}" 15 | }, 16 | "full_info": { 17 | "Name": "{{name}}", 18 | "ID": "{{id}}", 19 | "Bot Percentage": "{{percentageBots}}", 20 | "User / Bots / Total": "{{userAccounts}} / {{botAccounts}} / {{totalMembers}}", 21 | "Timestamp": "{{timestamp}}" 22 | } 23 | } 24 | },{ 25 | "name": "blargbot", 26 | "date": "2017-07-18", 27 | "def": "20m 50%", 28 | "author": "stupid cat", 29 | "description": "Ran by blargbot and generated into a list for another project this was created in order to catch pesky users however never acted upon.", 30 | "icon": "https://blargbot.xyz/img/blargbot.png", 31 | "link": "https://rawgit.com/Terminal/botlist-servers/master/blargbot.json", 32 | "entry_info_link": "https://github.com/Terminal/botlist-servers/blob/master/blargbot.json", 33 | "disect": { 34 | "entry": { 35 | "title": "{{name}}", 36 | "subtitle": "{{id}}", 37 | "icon": "https://cdn.discordapp.com/icons/{{id}}/{{icon}}.webp?size=512" 38 | }, 39 | "full_info": { 40 | "Name": "{{name}}", 41 | "ID": "{{id}}", 42 | "Bot Percentage": "{{percentageBots}}", 43 | "User / Bots / Total": "{{userAccounts}} / {{botAccounts}} / {{totalMembers}}", 44 | "Timestamp": "{{timestamp}}" 45 | } 46 | } 47 | },{ 48 | "name": "Parkerbot", 49 | "date": "2017-07-19", 50 | "def": "20m 50%", 51 | "author": "MSS", 52 | "description": "A Parker Square of a Bot listing. Contains more detailed details compared to previously.", 53 | "icon": "https://images.discordapp.net/avatars/257547382277931009/c69a03a5eb58c322b715ff23890d78cb.png?size=256", 54 | "link": "https://rawgit.com/Terminal/botlist-servers/master/parkerbot.json", 55 | "entry_info_link": "https://github.com/Terminal/botlist-servers/blob/master/parkerbot.json", 56 | "disect": { 57 | "entry": { 58 | "title": "{{ guild.name }}", 59 | "subtitle": "{{ guild.id }}", 60 | "icon": "{{ guild.icon }}" 61 | }, 62 | "full_info": { 63 | "RethonkDB ID": "{{ id }}", 64 | "Guild Name": "{{ guild.name }}", 65 | "Guild ID": "{{ guild.id }}", 66 | "Guild Created At": "{{ guild.createdAt }}", 67 | "Guild Region": "{{ guild.region }}", 68 | "Owner Name": "{{ owner.name }}#{{ owner.discriminator }}", 69 | "Owner ID": "{{ owner.id }}", 70 | "Owner Registration": "{{ owner.createdAt }}", 71 | "User / Bots / Total": "{{ guild.users }} / {{ guild.bots }} / {{ guild.members }}", 72 | "Reason": "{{ reason.message }}" 73 | } 74 | } 75 | },{ 76 | "name": "DiscordMail", 77 | "date": "", 78 | "def": "20m 50%", 79 | "author": "MSS", 80 | "description": "Uses legacy system from old MSS-Discord", 81 | "icon": "https://discordmail.com/img/DiscordMail.png", 82 | "link": "https://discordmail.com/api/collection", 83 | "entry_info_link": "https://discordmail.com/api/collection", 84 | "disect": { 85 | "entry": { 86 | "title": "{{ guild.name }}", 87 | "subtitle": "{{ guild.id }}", 88 | "icon": "{{ guild.icon }}" 89 | }, 90 | "full_info": { 91 | "RethonkDB ID": "{{ id }}", 92 | "Guild Name": "{{ guild.name }}", 93 | "Guild ID": "{{ guild.id }}", 94 | "Guild Created At": "{{ guild.createdAt }}", 95 | "Guild Region": "{{ guild.region }}", 96 | "Owner Name": "{{ owner.name }}#{{ owner.discriminator }}", 97 | "Owner ID": "{{ owner.id }}", 98 | "Owner Registration": "{{ owner.createdAt }}", 99 | "User / Bots / Total": "{{ guild.users }} / {{ guild.bots }} / {{ guild.members }}", 100 | "Reason": "{{ reason.message }}" 101 | } 102 | } 103 | },{ 104 | "name": "Trello", 105 | "date": "2017-07-19", 106 | "def": "20m 75%", 107 | "author": "Snazzah", 108 | "description": "A snapshot of all guilds matched by the definition in all shards.", 109 | "icon": "https://cdn.discordapp.com/app-icons/202929883863580673/28b93df9f9e8d43bedf20291e9743c73.jpg", 110 | "link": "https://rawgit.com/Terminal/botlist-servers/master/trellobot.json", 111 | "entry_info_link": "https://github.com/Terminal/botlist-servers/blob/master/trellobot.json", 112 | "disect": { 113 | "entry": { 114 | "title": "{{name}}", 115 | "subtitle": "{{id}}, {{fixed_percentage}}%", 116 | "icon": "" 117 | }, 118 | "full_info": { 119 | "Name": "{{name}}", 120 | "ID": "{{id}}", 121 | "Bot Percentage": "{{percentage}}", 122 | "User / Bots / Total": "{{count.user}} / {{count.bot}} / {{count.total}}", 123 | "Timestamp": "{{timestamp}}" 124 | } 125 | } 126 | },{ 127 | "name": "Discord Cards", 128 | "date": "2017-07-19", 129 | "def": "20m 75%", 130 | "author": "Snazzah", 131 | "description": "A snapshot of all guilds matched by the definition in all shards.", 132 | "icon": "https://discord.cards/i/icon.png", 133 | "link": "https://rawgit.com/Terminal/botlist-servers/master/discordcards.json", 134 | "entry_info_link": "https://github.com/Terminal/botlist-servers/blob/master/discordcards.json", 135 | "disect": { 136 | "entry": { 137 | "title": "{{name}}", 138 | "subtitle": "{{id}}, {{fixed_percentage}}%", 139 | "icon": "" 140 | }, 141 | "full_info": { 142 | "Name": "{{name}}", 143 | "ID": "{{id}}", 144 | "Bot Percentage": "{{percentage}}", 145 | "User / Bots / Total": "{{count.user}} / {{count.bot}} / {{count.total}}", 146 | "Timestamp": "{{timestamp}}" 147 | } 148 | } 149 | }] 150 | --------------------------------------------------------------------------------