-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopgg.html
115 lines (102 loc) · 3.35 KB
/
topgg.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
this is Top.gg bot page for Spotyverse. Storing it not to lose.
<div id="Commands">
<p class="category-title">Commands</p>
<div class="command-wrapper">
<p class="command-title">help</p>
<p>
Shows brief commands description.
</p>
</div>
<div class="command-wrapper">
<p class="command-title">invite</p>
<p>
Sends bot invite link to direct messages.
</p>
</div>
<div class="command-wrapper">
<p class="command-title">search</p>
<p>
Returns formatted embed, for artist/album/track info request.
<b>Example:</b> <<search gorillaz, <<search the white album.
</p>
</div>
<div class="command-wrapper">
<p class="command-title">listen</p>
<p>
Starts command, which lasts for a specified period of time and checks current user's <a href="#spotify">Spotify discord activity</a>. Returns brief music taste analysis in embed.
<br>
<br>
Listen command has <b>2 different call methods</b>
<ul>
<li><b><<listen # number</b></li>
</ul>
Monitors your <a href="#spotify">spotify activity</a> for (# number) minutes. <b>Example:</b> <<listen 5 (command invokes for 5 minutes).
<ul>
<li><b><<listen # number @user</b></li>
</ul>
Monitors <a href="#spotify">spotify activity</a> of @user for (# number) minutes. <b>Example:</b> <<listen 5 @GamerBoy51 (command invokes for 5 minutes and monitors GamerBoy51's activity).
<br>
<br>
<span class="note-wrapper"><b>IMPORTANT NOTE:</b> Currently, no Game/Spotify/Twitch activity can be displayed on IOS and Android Discord versions. So if you use Discord on your IOS/Android device, sadly, there is no way "listen" command will work for you.</span>
</div>
<div class="command-wrapper">
<p>
<h2><a name="spotify">Spotify activity</a></h2>
In order for some commands to work, you need to have your spotify activity <b>ENABLED ON DISCORD, WITH OPTIONS OF DISPLAYING.</b> Here is how you can <a href="https://www.youtube.com/watch?v=Dy6hTeTs3co" style="color:lightblue">connect your Spotify account to Discord.</a>
<br>
<img src="https://i.postimg.cc/MZs4TtXL/discord-spotify-update-how-connect-accounts-changelog-news-bot-music-0.png" alt="example">
</p>
</div>
</div>
<style>
.command-wrapper {
background-color: #004156;
border-radius: 10px;
margin-top: 20px;
margin-bottom: 20px;
padding: 20px;
}
.note-wrapper {
background-color: indianred;
border-radius: 5px;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
}
#wrapper {
color: white;
}
.command-title {
color: white;
font-size: 30px;
}
.title {
color: white;
font-size: 40px;
}
.sub-title {
color: white;
font-size: 35px;
}
.category-title {
color: white;
font-size: 35px;
}
.head-listing {
color: white;
font-size: 25px;
}
.btn-orange {
background-color: #1DB954 !important;
color: black;
}
#bot-details-page .bot-name {
color: #1DB954 !important;
font-size: 50px !important;
}
.bot-description {
color: #1DB954;
}
</style>
## Other
More commands coming soon, bot is still in beta.<br>Any help with code is welcome, no matter what is it.