-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinvite.html
180 lines (163 loc) · 6.93 KB
/
invite.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Scripty | Invite</title>
<link rel="canonical" href="https://scripty.org/invite">
<link rel="preload" href="/assets/jb_mono/woff2/jb.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="preload" href="/assets/jb_mono/woff2/jb_bold.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="preload" href="/css/main.min.css" as="style" type="text/css">
<link rel="preload" href="/css/jb_mono.css" as="style" type="text/css">
<link rel="preload" href="https://a.scripty.org/count.js" as="script" type="application/javascript">
<link rel="preload" href="/js/modals.js" as="script" type="application/javascript">
<meta name="description" content="Scripty is an easy-to-use speech-to-text bot for your Discord server. Check it out!">
<!--suppress GrazieInspection -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Scripty | Invite">
<meta property="og:description" content="Invite the best bot for speech-to-text to your server today!">
<meta property="og:type" content="website">
<meta property="og:image" content="https://scripty.org/img/icon-128.webp">
<link rel="stylesheet" href="/css/main.min.css">
<style>.req {color: #f00}</style>
</head>
<body>
<!--suppress GrazieInspection -->
<div class="container is-widescreen">
<nav class="navbar is-transparent" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/"><h1>Scripty</h1></a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="main-navbar">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="main-navbar" class="navbar-menu">
<div class="navbar-start">
<a href="/invite" class="navbar-item">Invite</a>
<a href="/about" class="navbar-item">About</a>
</div>
<div class="navbar-end"></div>
</div>
</nav>
<h1>Invite Scripty</h1>
<p>Scripty needs a few relatively basic permissions to function.</p>
<div>
<button class="js-modal-trigger button is-info" data-target="permissions-modal">Show Required Permissions</button>
<noscript>(note: this requires JS)</noscript>
</div>
<p>
Note that by clicking the below button, you agree to Scripty's <a href="/terms">Terms of Service</a>,
and <a href="/privacy">Privacy Policy</a>.
</p>
<form action="https://dash.scripty.org/oauth/invite" method="get" class="box">
<!--suppress GrazieInspection -->
<div class="block is-clickable">
<label class="is-clickable">
<input type="checkbox" id="support_server" name="support_server" value="1" checked>
Uncheck this box if you do not wish to be added to Scripty's support server.
</label>
</div>
<div class="block">
<!--suppress GrazieInspection -->
<button type="submit"
id="invite_btn" data-goatcounter-click="invite-discord.com" class="button is-black">
Invite Scripty
</button>
</div>
</form>
<footer>
<hr>
made with <3 by 0/0 and valkyrie_pilot
</footer>
<div id="permissions-modal" class="modal">
<div class="modal-background"></div>
<div class="modal-card">
<div class="modal-card-head">
<p class="modal-card-title">Permissions</p>
<button class="delete" aria-label="close"></button>
</div>
<section class="modal-card-body">
Note that any permissions in red <span class="req">like this</span> are required for Scripty to operate.
<br><br>
<table class="table is-transparent is-striped" align="center">
<thead>
<tr><th>Permission</th><th>Reason</th></tr>
</thead>
<tr>
<td class="req">Change Nickname</td>
<td>
For planned features: see <a href="https://github.com/orgs/scripty-bot/projects/1">our roadmap</a> for more info<br>
<b>NOTE</b>: Scripty will soon be unable to work without this permission!
</td>
</tr>
<tr>
<td class="req">Manage Webhooks</td>
<td>
Scripty uses webhooks to output the results of transcriptions,
in large part due to hooks having a lower ratelimit than normal messages.
This cannot be disabled.
</td>
</tr>
<tr>
<td class="req">Read Messages</td>
<td>... do i have to explain this one?</td>
</tr>
<tr>
<td class="req">Send Messages</td>
<td>okay if you need to know why stop here and close this tab</td>
</tr>
<tr>
<td>Manage Messages</td>
<td>For planned features: see <a href="https://github.com/orgs/scripty-bot/projects/1">our roadmap</a> for more info</td>
</tr>
<tr>
<td class="req">Embed Links</td>
<td>Scripty primarily communicates via embeds.</td>
</tr>
<tr>
<td>Attach Files</td>
<td>For planned features: see <a href="https://github.com/orgs/scripty-bot/projects/1">our roadmap</a> for more info</td>
</tr>
<tr>
<td>Read Message History</td>
<td>
For planned features: see <a href="https://github.com/orgs/scripty-bot/projects/1">our roadmap</a> for more info
</td>
</tr>
<tr>
<td>Use External Emojis</td>
<td>Not currently needed, asked for in case a future feature needs it.</td>
</tr>
<tr>
<td>Add Reactions</td>
<td>Not currently needed, asked for in case a future feature needs it.</td>
</tr>
<tr>
<td class="req">Connect</td>
<td>The bot cannot transcript audio if it cannot connect to the VC a user is in.</td>
</tr>
<tr>
<td>Speak</td>
<td>For planned features: see <a href="https://github.com/orgs/scripty-bot/projects/1">our roadmap</a> for more info</td>
</tr>
<tr>
<td>See your username and avatar</td>
<td>For planned features: see <a href="https://github.com/orgs/scripty-bot/projects/1">our roadmap</a> for more info</td>
</tr>
</table>
If you're concerned with any of our data collection, please refer to our
<a href="/privacy">privacy policy</a>.
</section>
<footer class="modal-card-foot">
<button class="button is-success">Got it</button>
</footer>
</div>
</div>
</div>
<!-- 100% privacy friendly analytics: https://a.scripty.org/ -->
<script async defer data-goatcounter="https://a.scripty.org/count" src="https://a.scripty.org/count.js"></script>
<script async defer src="/js/modals.js"></script>
</body>
</html>