-
Notifications
You must be signed in to change notification settings - Fork 9
/
aboutembed.json
39 lines (39 loc) · 1.83 KB
/
aboutembed.json
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
{
"embed": {
"title": "UnitCorrector",
"description": "A fully functional public Discord bot that automatically corrects non-SI units (imperial, etc) to SI-ones (metric, etc) This bot will listen for any messages in Discord that contain non-SI units and when detected, reply with the message converted to SI-Units.\n\n*Are you tired of a car that weighs 100 Stones, is 10 feet high, and can drive 50 miles at 5 degrees freedom? Worry no more! Your car weighs 0.64t, is 3.05m high, and can drive 80.47km at -15°C from now on!*",
"url": "https://github.com/Wendelstein7/DiscordUnitCorrector",
"color": 16777215,
"thumbnail": {
"url": "https://cdn.discordapp.com/avatars/405724335525855232/c8c782f4c2de5d221d4beb203829ed9c.webp?size=256"
},
"fields": [
{
"name": ":information_source: **Commands**",
"value": "Please use the `!help` to list all possible commands!"
},
{
"name": ":hash: **Developers**",
"value": "**Googly** - Creator and main developer\n**ficolas** - Developer"
},
{
"name": ":symbols: **Contributing**",
"value": "Want to help with the bot? You're welcome to do so!\n[Visit our GitHub for more information!](https://github.com/Wendelstein7/KeyStoneBot)"
},
{
"name": ":new: **Version information**",
"value": "Bot version: `{}`\nDiscord.py version: `{}`\nPython version: `{}`",
"inline": true
},
{
"name": ":up: **Uptime information**",
"value": "Bot started: `{}`\nBot uptime: `{}`",
"inline": true
},
{
"name": ":free: **Adding the bot**",
"value": "Want to add this bot to **your** server? [Click here to add it!](https://discordapp.com/oauth2/authorize?client_id=405724335525855232&scope=bot&permissions=67619905)"
}
]
}
}