-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
795 lines (726 loc) · 32.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="copyrighted-site-verification" content="ebb94df8fd99408a" />
<meta name="propeller" content="da3fdafeb3a0f1ea42befd9f24edd1d3" />
<title>HaileyBot</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="HaileyBot is a multipurpose bot focused on giving users the features they ask for" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="HaileyBot" />
<meta property="og:url" content="https://www.haileybot.com" />
<meta property="og:description" content="HaileyBot is a multipurpose bot focused on giving users the features they ask for" />
<meta name="msapplication-TileColor" content="#2c75ff" />
<meta
name="keywords"
content="haileybot, haileybit, hailey, bot, network, cheesits, haley, bit, hayley, 306018440639152128, 423637161632464906, global, chat"
/>
<meta property="og:type" content="object" />
<meta property="og:image" content="https://www.haileybot.com/images/haileybot.gif" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="icon" sizes="192x192" href="images/haileybot.webp" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="HaileyBot" />
<link rel="apple-touch-icon-precomposed" href="images/haileybot.webp" />
<meta name="msapplication-TileImage" content="https://www.haileybot.com/images/haileybot.webp" />
<meta name="theme-color" content="#2c75ff" />
<link rel="shortcut icon" href="images/haileybot.webp" />
<meta name="abuseipdb-verification" content="VtHtNeUc" />
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/pageclip.css" media="screen" />
<link rel="stylesheet" href="css/mobile.css">
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Loading animation -->
<div id="preloader">
<div id="status">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
</div>
<!-- Header -->
<header id="topnav" class="defaultscroll sticky">
<div class="container">
<!-- Logo -->
<div>
<a class="logo" href="#">Hailey<span class="text-primary">Bot</span></a>
</div>
<!-- Invite Buttons -->
<div class="buy-button hide-mobile">
<a href="https://invite.haileybot.com" target="_blank" class="btn btn-primary">Add Bot</a>
</div>
<div class="buy-button hide-mobile" style="padding-right: 0.25em">
<a href="https://server.haileybot.com" target="_blank" class="btn btn-outline-primary">Join Server</a>
</div>
<!-- Mobile Tray Toggle -->
<div class="menu-extras">
<div class="menu-item">
<a class="navbar-toggle">
<div class="lines">
<span></span>
<span></span>
<span></span>
</div>
</a>
</div>
</div>
<!-- Navigation -->
<!--
"New" badge for nav items:
<span class="badge badge-success nav-menu-right nav-menu-badge">New</span>
-->
<div id="navigation">
<ul class="navigation-menu">
<!-- Mobile Invites -->
<li class="show-mobile buy-button">
<span><a href="https://invite.haileybot.com" target="_blank" class="btn btn-block btn-primary">Add Bot</a></span>
</li>
<li class="show-mobile buy-button">
<span><a href="https://server.haileybot.com" target="_blank" class="btn btn-block btn-outline-primary">Join Server</a></span>
<hr style="opacity: 25%; margin-top: 10px; margin-bottom: 10px" />
</li>
<!-- Nav Row 1 -->
<li><a class="text-primary">Home</a></li>
<!-- Nav Row 2 -->
<li class="has-submenu">
<a>Bot</a><span class="menu-arrow"></span>
<ul class="submenu">
<li><a href="https://shop.haileybot.com">Shop</a></li>
<li><a href="https://github.com/HaileyBot">GitHub</a></li>
</ul>
</li>
<!-- Nav Row 3 -->
<li class="has-submenu">
<a>Docs</a><span class="menu-arrow"></span>
<ul class="submenu">
<li><a href="https://docs.haileybot.com/">Overview</a></li>
<li><a href="https://faq.haileybot.com">Frequently Asked</a></li>
<hr style="opacity: 25%; margin: 20px; margin-top: 10px; margin-bottom: 10px" />
<li>
<a href="https://license.haileybot.com" target="_blank"
>License<span class="mdi mdi-open-in-new rem-1 nav-menu-right nav-menu-icon"></span
></a>
</li>
<li>
<a href="https://eula.haileybot.com" target="_blank"
>EULA<span class="mdi mdi-open-in-new rem-1 nav-menu-right nav-menu-icon"></span
></a>
</li>
</ul>
</li>
<!-- Nav Row 4 -->
<li class="has-submenu">
<a>Vote</a><span class="menu-arrow"></span>
<ul class="submenu">
<li><a href="https://botlist.space/bot/423637161632464906/upvote" target="_blank">botlist.space</a></li>
<li><a href="https://bots.ondiscord.xyz/bots/423637161632464906?vote" target="_blank">bots.ondiscord.xyz</a></li>
<li><a href="https://botsfordiscord.com/bot/423637161632464906/vote" target="_blank">botsfordiscord.com</a></li>
<li><a href="https://top.gg/bot/423637161632464906/vote" target="_blank">top.gg</a></li>
</ul>
</li>
</ul>
</div>
</div>
</header>
<!-- Jumbotron -->
<section class="bg-half-170" id="home">
<div class="home-center">
<div class="home-desc-center">
<div class="container">
<div class="row align-items-center">
<!-- Coloumn 1 -->
<div class="col-lg-6 col-md-7">
<div class="title-heading mt-4">
<h1 class="heading mb-3">Manage your server with <span class="text-primary">HaileyBot</span></h1>
<p class="para-desc text-muted">
With nearly every feature you can think of, as well as dedicated staff and an active support team, HaileyBot is the
perfect addition to any Discord server. <span class="text-primary">Scroll down to learn more . . .</span>
</p>
<!-- Warns the user that they should enable JS for a better experience. See the noscript tag -->
<p id="nojs-p"><b id="nojs-warning">You have JavaScript disabled. Please enable JavaScript for a better experience.</b></p>
</div>
</div>
<!-- Column 2 -->
<div class="col-lg-6 col-md-5 mt-4 pt-2 mt-sm-0 pt-sm-0 hide-mobile">
<video autoplay loop muted playsinline width="85%" class="img-fluid mx-auto d-block">
<source src="images/haileybot-av1.webm" type="video/webm" />
<source src="images/haileybot-vp9.webm" type="video/webm" />
</video>
</div>
</div>
</div>
<!-- Background Design Image -->
<div class="container-fluid">
<div class="row">
<div class="home-shape-bottom">
<img src="images/shapes/round-light.webp" alt="" loading="lazy" class="img-fluid mx-auto d-block" />
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Statistics -->
<section class="section bg-light">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<!-- Title and Description -->
<div class="section-title mb-60">
<h4 class="main-title mb-4">Statistics</h4>
<p class="text-muted para-desc mb-0 mx-auto">
The below statistics are fetched live from a custom API, and are here to demonstrate the scale of this project.
</p>
</div>
</div>
</div>
<!-- Set up 2 columns -->
<div class="row justify-content-center align-items-center">
<div class="col-lg-8 col-md-8">
<div class="row">
<!-- Stat Column 1 -->
<div class="col-md-6 col-12">
<div class="features p-1 pt-4 pb-4">
<i class="mdi mdi-account icon text-center rounded-pill text-primary mr-3 mt-2 float-left"></i>
<div class="content d-block overflow-hidden">
<h4 class="title"><span id="stats-members"></span> Members</h4>
<p class="text-muted para mb-0">combined total of every user who shares a server with HaileyBot</p>
</div>
</div>
</div>
<!-- Stat Column 2 -->
<div class="col-md-6 col-12">
<div class="features p-1 pt-4 pb-4">
<i class="mdi mdi-server icon text-center rounded-pill text-primary mr-3 mt-2 float-left"></i>
<div class="content d-block overflow-hidden">
<h4 class="title"><span id="stats-servers"></span> Servers</h4>
<p class="text-muted para mb-0">total number of servers HaileyBot is in</p>
</div>
</div>
</div>
<!-- Stat Column 3 -->
<div class="col-md-6 col-12">
<div class="features p-1 pt-4 pb-4">
<i class="mdi mdi-code-greater-than icon text-center rounded-pill text-primary mr-3 mt-2 float-left"></i>
<div class="content d-block overflow-hidden">
<h4 class="title"><span id="stats-commands"></span> Commands</h4>
<p class="text-muted para mb-0">total number of commands executed over HaileyBot's lifetime</p>
</div>
</div>
</div>
<!-- Stat Column 4 -->
<div class="col-md-6 col-12">
<div class="features p-1 pt-4 pb-4">
<i class="mdi mdi-chart-line icon text-center rounded-pill text-primary mr-3 mt-2 float-left"></i>
<div class="content d-block overflow-hidden">
<h4 class="title"><span id="stats-ads"></span> Ads</h4>
<p class="text-muted para mb-0">total number of user ads registered to HaileyBot</p>
</div>
</div>
</div>
<!-- Stat Column 5 -->
<div class="col-md-6 col-12">
<div class="features p-1 pt-4 pb-4">
<i class="mdi mdi-message icon text-center rounded-pill text-primary mr-3 mt-2 float-left"></i>
<div class="content d-block overflow-hidden">
<h4 class="title"><span id="stats-global-channels"></span> Global Channels</h4>
<p class="text-muted para mb-0">total number of channels connected to the global chat</p>
</div>
</div>
</div>
<!-- Stat Column 6 -->
<div class="col-md-6 col-12">
<div class="features p-1 pt-4 pb-4">
<i class="mdi mdi-gavel icon text-center rounded-pill text-primary mr-3 mt-2 float-left"></i>
<div class="content d-block overflow-hidden">
<h4 class="title"><span id="stats-global-bans"></span> Global Bans</h4>
<p class="text-muted para mb-0">total number of users on the global ban list</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section class="section pt-0 bg-light">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<!-- Title and Description -->
<div class="section-title mb-60">
<h4 class="main-title mb-4">Features</h4>
<p class="text-muted para-desc mb-0 mx-auto">
Add <span class="text-primary font-weight-bold">HaileyBot</span> to your server to get all the following features and more!
</p>
<!-- Pill Selectors -->
<div class="row mt-4 justify-content-center">
<div class="col-lg-8 col-md-12 text-center">
<ul class="nav nav-pills nav-justified flex-column flex-sm-row" id="pills-tab" role="tablist">
<!-- Pill 1 Button -->
<li class="nav-item mt-4 pt-2">
<a
class="nav-link rounded active"
id="pills-ads-tab"
data-toggle="pill"
href="#pills-ads"
role="tab"
aria-controls="pills-ads"
aria-selected="false"
>
<div class="text-center pt-1 pb-1">
<h4 class="title font-weight-normal mb-0">Ads</h4>
</div>
</a>
</li>
<!-- Pill 2 Button -->
<li class="nav-item mt-4 pt-2">
<a
class="nav-link rounded"
id="pills-global-tab"
data-toggle="pill"
href="#pills-global"
role="tab"
aria-controls="pills-global"
aria-selected="false"
>
<div class="text-center pt-1 pb-1">
<h4 class="title font-weight-normal mb-0">Global Chat</h4>
</div>
</a>
</li>
<!-- Pill 3 Button -->
<li class="nav-item mt-4 pt-2">
<a
class="nav-link rounded"
id="pills-mod-tab"
data-toggle="pill"
href="#pills-mod"
role="tab"
aria-controls="pills-mod"
aria-selected="false"
>
<div class="text-center pt-1 pb-1">
<h4 class="title font-weight-normal mb-0">Moderation</h4>
</div>
</a>
</li>
<!-- Pill 4 Button -->
<li class="nav-item mt-4 pt-2">
<a
class="nav-link rounded"
id="pills-misc-tab"
data-toggle="pill"
href="#pills-misc"
role="tab"
aria-controls="pills-misc"
aria-selected="false"
>
<div class="text-center pt-1 pb-1">
<h4 class="title font-weight-normal mb-0">Miscellaneous</h4>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="tab-content" id="pills-tabContent">
<!-- Pill 1 -->
<div class="tab-pane fade show active" id="pills-ads" role="tabpanel" aria-labelledby="pills-ads-tab">
<div class="row align-items-center">
<div class="col-md-6 hide-mobile">
<img src="images/pattern.webp" loading="lazy" class="img-fluid mx-auto d-block" alt="" />
</div>
<!-- Pill 1 Content -->
<div class="col-md-6 mt-4 mt-sm-0 pt-2 pt-sm-0">
<div class="section-title">
<h4 class="title mb-4"><i class="mdi mdi-chevron-double-right text-primary"></i> Spread your name</h4>
<p class="text-muted">
This feature is for helping server owners spread the word about their growing servers, and also for helping
newer Discord users find a community they want to join.
</p>
<ul class="list-unstyled feature-list text-muted">
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Create your own customized advertisement
</li>
<li><i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Bump your ad every 2 hours</li>
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>View all the ads in a channel on
HaileyBot's server
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Pill 2 -->
<div class="tab-pane fade" id="pills-global" role="tabpanel" aria-labelledby="pills-global-tab">
<div class="row align-items-center">
<div class="col-md-6 hide-mobile">
<img src="images/pattern.webp" loading="lazy" class="img-fluid mx-auto d-block" alt="" />
</div>
<!-- Pill 2 Content -->
<div class="col-md-6 mt-4 mt-sm-0 pt-2 pt-sm-0">
<div class="section-title">
<h4 class="title mb-4"><i class="mdi mdi-chevron-double-right text-primary"></i> Connect with new people</h4>
<p class="text-muted">
This feature is for linking up different channels across different servers, so that you can meet new people and
form new connections.
</p>
<ul class="list-unstyled feature-list text-muted">
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Link a channel to a multi-server global
chat
</li>
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Connect your own channels to each other
across servers
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Pill 3 -->
<div class="tab-pane fade" id="pills-mod" role="tabpanel" aria-labelledby="pills-mod-tab">
<div class="row align-items-center">
<div class="col-md-6 hide-mobile">
<img src="images/pattern.webp" loading="lazy" class="img-fluid mx-auto d-block" alt="" />
</div>
<!-- Pill 3 Content -->
<div class="col-md-6 mt-4 mt-sm-0 pt-2 pt-sm-0">
<div class="section-title">
<h4 class="title mb-4"><i class="mdi mdi-chevron-double-right text-primary"></i> Keep it clean</h4>
<p class="text-muted">
HaileyBot has an extensive list of moderation commands and functions for helping you keep your server the way
you want it to be.
</p>
<ul class="list-unstyled feature-list text-muted">
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Automatically grant new users a
designated role
</li>
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Kick, ban, or warn members with a simple
command
</li>
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Automatically delete messages containing
your set words/phrases
</li>
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Set up welcome/goodbye messages for when
members join or leave
</li>
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Set up a live stat tracker for your
server
</li>
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Automatically log all server activity to
a designated channel
</li>
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Bulk delete large amounts of messages
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Pill 4 -->
<div class="tab-pane fade" id="pills-misc" role="tabpanel" aria-labelledby="pills-misc-tab">
<div class="row align-items-center">
<div class="col-md-6 hide-mobile">
<img src="images/pattern.webp" loading="lazy" class="img-fluid mx-auto d-block" alt="" />
</div>
<!-- Pill 4 -->
<div class="col-md-6 mt-4 mt-sm-0 pt-2 pt-sm-0">
<div class="section-title">
<h4 class="title mb-4"><i class="mdi mdi-chevron-double-right text-primary"></i> Have fun</h4>
<p class="text-muted">HaileyBot has many miscellaneous commands that can vastly improve the user experience.</p>
<ul class="list-unstyled feature-list text-muted">
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Get the answer to any objective,
fact-based question
</li>
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Search Google without needing to leave
Discord
</li>
<li><i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>Create a poll for users to vote on</li>
<li>
<i class="mdi mdi-checkbox-marked-circle text-success h4 mr-2"></i>View detailed information about the
specified user, server, or emote
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Background Image -->
<div class="container-fluid">
<div class="row">
<div class="home-shape-bottom">
<img src="images/shapes/round-white.webp" alt="" loading="lazy" class="img-fluid mx-auto d-block" />
</div>
</div>
</div>
</section>
<br /><br /><br />
<!-- Reviews -->
<section class="section pt-0">
<div class="container">
<div class="row">
<div class="col-12">
<div id="customer-testi" class="owl-carousel owl-theme">
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">"The most versatile bot I've seen yet, packed with many features"</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"I used HaileyBot to replace 4 other bots that all didnt work as well as HaileyBot! I have been looking for a bot to connect
multiple servers privately for more than 6 months, HaileyBot does it with ease! The creator is active, and super helpful!
Thank you HaileyBot! I look forward to removing future bots from my servers thanks to your future updates. Favorite Discord
bot to date!"
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"HaileyBot is one of my favorite bots! It comes with all the features and diversities from bumping to moderation. I went out
of my way to add HaileyBot to my server and watched as it grew and looked more professional. Strongly recommend this bot.
Deleted many bots from my server because HaileyBot offers the features of those bots. Quality over quantity, Always."
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"As an Admin for the chat and the main hub of the bot, I do love having the ability to chat with multiple users and servers
without the need of randomly reconnecting to a new user/server. I can watch the chat all at once and help out the new users
who are intrigued on how the chat, moderation logs and advertisements work. My score: 11/10 IGN. Would recommend to my
family."
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"The bot has a lot of positive functions, the most I like about this bot is communication between other servers,
communication is smooth and secure."
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">"Hell yeah, this bot is unique and the creator of it is one to look up too."</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"Overall a great bot, that allows for communication across global servers, doesn't have lots of ping, the staff team is
great and the bot has lots of potential, and said potential has been used to the best extent."
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"The HaileyBot has proven to be pretty effective. The global chat feature is one of the many things I personally like the
most because you are able to chat with other users in different servers with the bot (only if they have the bot and is
connected to the chat also). The creater is constantly interacting and taking suggestions on features to add and what needs
to be fixed meaning if there was a problem with the bot, you can bet that it will be fixed as quickly as possible. Currently
working on getting this amazing bot spread around because it deserves being shared! :D"
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"This bot is really great, I have it on my server so long time and I am using it daily. The best thing is global chat, where
you can chat with people who are on different servers. That chat is always active (still more and more) and well moderated
by mods on Haileybot server. Also the bot owner is still making bot better and that's nice."
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"Great bot! Wonderful developer, features, and everything else about it is just awesome. Always works too which is an
improvement over some bots (dyno cough cough)"
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"Most awsome, most versitile bot. You can litterly say this bot is one of a kind. Awsome support and developer!"
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"ill be a supporter<br />
smooth and amazing bot.<br />
tbh already kicked half my other bots"
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"Good bot and amazing help from the creator! Helped me set ut when I didn't know how and works perfectly now."
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">"Best bot for global chat. Anti link prevention works great in my server."</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"HaileyBot is a great bot! It's recommended to add in your server just because it has awesome emotes, can answer a lot of
questions and global chat."
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"Okaaayyyy so I think I've ever done one or two of these and I don't just throw recommendations out there like that. THIS
BOT IS GREAT, CAN DO WHAT NO OTHER BOT DOES, AND I HIGHLY RECOMMEND IT. Some devs will literally laugh at you and all of
them claim that what this bot does is impossible to set up. But what does this dev do? Creates and/or sets it up. Not
everyone needs a bot like this but everyone that does NEEDS THIS BOT. JUST GET IT ALREADY WHY ARE YOU READING THIS LONG INTO
A REVIEW?"
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"This bot has many features, but the coolest and useful is to connect the chats of the various servers"
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">"just works"</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">"The bot is pretty epic, global chat was a great idea"</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">"Epic bot. 10/10, would use again. Online 24/7, lots of functions, etc."</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"The server link feature link feature was something I was looking for a long time. Looking it up only took me to old Reddit
posts of people asking for the same thing but not being able to find it. I know a lot of people are looking for a bot like
this and have had no luck in finding it. To them people I say this is probably going to your favourite bot like me."
</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">"More stable then nearly every bot i see"</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">"It has so many features, it's really the only bot you need."</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">"Bot is Just awesome and stable i dont see any bot as that stable"</p>
</div>
<div class="customer-testi p-3 text-center">
<p class="text-muted mt-4">
"I'd say, currently, one of the most used bots I have in my server, from webhooks to chat links, from moderation to reaction
images, this multi-purpose bot has nearly everything I personally need! The staff is friendly as well when it comes to
helping me figure out problems that I can't quite grasp for myself. The aesthetic touch to the embeds and the option to
customize the bot as it links through the global chat link is nice as well. All around 9.837/10 bot. Of course, there are
things that aren't added yet but are still coming to this day, which is exciting to know. If you're looking for a bot that
can link chats, use webhooks for chat, give you important information on a user, open you up to a new community entirely,
and has friendly staff that don't try to bite your head off for a dumb question. I would DEFINITELY go for this bot."
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Background Image -->
<div class="container-fluid">
<div class="row">
<div class="home-shape-bottom">
<img src="images/shapes/round-dark.webp" alt="" loading="lazy" class="img-fluid mx-auto d-block" />
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer footer-bar">
<div class="container text-center">
<div class="row align-items-end">
<!-- Column 1 -->
<div class="col-sm-3 text-sm-left">
<h1 class="text-light mb-0">Hailey<span class="text-primary">Bot</span></h1>
<div class="small">© <span id="copyright-year"></span> cheesits#0456</div>
<div class="pt-4 pb-4 text-light">
<div><i class="mdi mdi-github-circle"></i> <a href="https://github.com/HaileyBot" target="_blank" class="text-foot">GitHub</a></div>
<div><i class="mdi mdi-email"></i> <a href="mailto:[email protected]" target="_blank" class="text-foot">Email</a></div>
</div>
<a href="https://donate.haileybot.com" target="_blank" class="btn btn-block btn-primary">Donate</a>
</div>
<!-- Column 2 -->
<div class="col-sm-5"></div>
<!-- Column 3 -->
<div class="col-sm-4 pt-2">
<a href="https://www.haileybot.com/review" target="_blank" class="btn btn-block btn-primary">Leave a Review</a>
</div>
</div>
</div>
</footer>
<!-- JavaScript -->
<script type="text/javascript" src="js/mobileCheck.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/owl.carousel.min.js "></script>
<script src="js/owl.init.js "></script>
<script src="js/app.js"></script>
<script src="js/script.js"></script>
<script src="https://s.pageclip.co/v1/pageclip.js" charset="utf-8"></script>
</body>
<script type="text/javascript">
document.getElementById("copyright-year").innerHTML = (new Date()).getFullYear();
fetch("https://discordapp.com/api/guilds/543000673189363725/widget.json").then(async res => {
let widget = await res.json();
for (const channel of widget.channels) {
document.getElementById(`stats-${channel.name.toLowerCase().split(":")[0].replace(/ /g, "-")}`).innerHTML = channel.name.split(":")[1];
}
});
</script>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
const crate = new Crate({
server: "413486862175436812",
channel: "431546109911891978",
shard: "https://e.widgetbot.io",
css: `
.root .embed {
width: ${window.mobilecheck() ? "100%" : "50%"};
}
`,
notifications: true,
indicator: true
});
crate.notify({
content: "Need help? Join the support server to receive assistance!",
timeout: 10000,
avatar: "images/cheesits456-42.gif"
})
</script>
<!-- Hide loading animation & show nojs warning if the user has js disabled -->
<noscript>
<style>
#preloader {
display: none;
}
#nojs-p {
display: block !important;
}
</style>
</noscript>
<!-- Completely hide nojs warning if JS is enabled -->
<style>
#nojs-p {
display: none;
}
</style>
</html>