This is a full list of all tools on the DiscordTools website!
9 |{{ tool.desc }}
21 |Below is the status of Discord as well as other information.
9 |Turn messages into Discord emojis!
9 |
32 | {{ convertString(text) }}
33 |
DiscordTools is an open-source Discord utilities website.
9 |Privacy Policy:
12 |13 | DiscordTools stores no user data. When authorizing DiscordTools' access to your account, we are given basic user information and a list of the servers you are in. None of 14 | this data is stored or logged. We log ratelimits to prevent abuse, and errors to help fix bugs, but that's all. Our entire source code is available on GitHub. 15 |
16 |17 | We run public analytics on our website provided by SimpleAnalytics. SimpleAnalytics is GDPA compliant and DOES NOT store or use IP addresses, cookies, or any other user 18 | data. 19 |
20 |Links:
21 |Contributors:
37 |Get information on an invite or vanity url.
9 |That doesn't look like a valid invite!
44 |{{ data.guild.name }}
69 |{{ addCommas(data.approximate_presence_count) }} Online - {{ addCommas(data.approximate_member_count) }} Members
70 |{{ data.guild.description }}
74 |78 | {{ data.guild.features.map((f) => sentanceCap(f)).join(', ') }} 79 |
80 |Invite Expires: {{ inviteExpires(data.expires_at).toLocaleString() }}
83 |84 | Invite: {{ 'https://discord.gg/' + data.code }} 85 |
86 |Get the creation date of any snowflake ID, and search Discord for it.
9 |That doesn't look like a valid snowflake!
45 |47 | {{ (new Date().toString().split('(')[1] || '').slice(0, -1) }}: {{ fetchTimestamp(snowflake).toLocaleString() }} 48 |
49 |UNIX: {{ fetchTimestamp(snowflake).getTime() / 1000 }}
50 |71 | {{ data.username }} 72 | BOT 73 |
74 |{{ data.id }}
75 |Created: {{ fetchTimestamp(snowflake).toLocaleString() }}
79 |Type: Server
93 |Widget is Disabled
95 |Name: {{ data.guild.name }}
98 |99 | Members: 100 | {{ 101 | data.guild.approximate_member_count 102 | ? addCommas(data.guild.approximate_member_count) 103 | : null || (data.guild.members.length == 100 ? 'More than 100' : data.guild.members.length) || 'Unknown' 104 | }} 105 |
106 |Emojis: {{ data.guild.emojis.length }}
107 |Description: {{ data.guild.description }}
108 |109 | Invite: {{ data.guild.instant_invite }} 110 |
111 |Below are some statistics on the guilds your account is in.
9 |
131 |
133 |
134 | You Own
163 |You Moderate
164 |Community Enabled
165 |Verified
166 |Partnered
167 |Discovery Enabled
168 | 169 |
172 |
174 |
175 | {{ guild.name }}
176 |