Skip to content

Commit

Permalink
feat: rewrite! 1 app now that i have an actual server
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlimes committed May 7, 2024
1 parent c525971 commit a22b68c
Show file tree
Hide file tree
Showing 22 changed files with 2,382 additions and 1,455 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PORT=9398
DC_TOKEN="dfgdgdfgfd"
SHIELDS_IO_INSTANCE="https://shields.io"
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@ A customizable badge that shows your Discord account, a server invite, or a bot

| [User account](#user-account) | [Server invite](#server-invite) | [Bot account](#bot-account) |
|:-:|:-:|:-:|
| ![](https://dcbadge.vercel.app/api/shield/406125028065804289) | [![](https://dcbadge.vercel.app/api/server/zkspfFwqDg)](https://discord.gg/zkspfFwqDg) | ![](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true) |
| ![](https://dcbadge.limes.pink/api/shield/406125028065804289) | [![](https://dcbadge.limes.pink/api/server/zkspfFwqDg)](https://discord.gg/zkspfFwqDg) | ![](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true) |

## Set up

The set up process will vary depending on the use:

### User account   ![](https://dcbadge.vercel.app/api/shield/406125028065804289)
### User account   ![](https://dcbadge.limes.pink/api/shield/406125028065804289)

1. Join the [Discord server](https://discord.gg/zkspfFwqDg) (required, as that's where the bot gets your presence information from)
2. Your shield will become available at `https://dcbadge.vercel.app/api/shield/USERID`
2. Your shield will become available at `https://dcbadge.limes.pink/api/shield/USERID`
<br>(replace `USERID` with [your Discord user ID](https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-))

To embed it in the readme, insert it like this:
<br>`![](https://dcbadge.vercel.app/api/shield/USERID)`
<br>`![](https://dcbadge.limes.pink/api/shield/USERID)`

### Server invite&nbsp;&nbsp;&nbsp;[![](https://dcbadge.vercel.app/api/server/zkspfFwqDg)](https://discord.gg/zkspfFwqDg)
### Server invite&nbsp;&nbsp;&nbsp;[![](https://dcbadge.limes.pink/api/server/zkspfFwqDg)](https://discord.gg/zkspfFwqDg)

1. Create an invite for your server; make sure to disable expiration!
2. Your shield will become available at `https://dcbadge.vercel.app/api/server/INVITEID`
2. Your shield will become available at `https://dcbadge.limes.pink/api/server/INVITEID`
<br>(replace `INVITEID` with the invite id (`https://discord.gg/INVITEID`)

To embed it in the readme, insert it like this:
<br>`[![](https://dcbadge.vercel.app/api/server/INVITEID)](https://discord.gg/INVITEID)`
<br>`[![](https://dcbadge.limes.pink/api/server/INVITEID)](https://discord.gg/INVITEID)`

### Bot account&nbsp;&nbsp;&nbsp;![](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true)
### Bot account&nbsp;&nbsp;&nbsp;![](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true)

1. DM me (![](https://dcbadge.vercel.app/api/shield/406125028065804289?style=flat&compact=true)) your bot's invite link
1. DM me (![](https://dcbadge.limes.pink/api/shield/406125028065804289?style=flat&compact=true)) your bot's invite link
2. Wait for me to read the DM (it might take some time as it's a manual process)
3. Your shield will become available at `https://dcbadge.vercel.app/api/shield/BOTID?bot=true`
3. Your shield will become available at `https://dcbadge.limes.pink/api/shield/BOTID?bot=true`
<br>(replace `BOTID` with [your Discord bot's user ID](https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-))

To embed it in the readme, insert it like this:
<br>`![](https://dcbadge.vercel.app/api/shield/BOTID?bot=true)`
<br>`![](https://dcbadge.limes.pink/api/shield/BOTID?bot=true)`

## Styling

Expand All @@ -48,11 +48,11 @@ This uses [shields.io](https://shields.io) to generate the badge, so you can cho

| Badge | Style | Query |
| :----------------------------------------------------------------------------------------------------------- | :------------ | :------------------- |
| ![flat](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&style=flat) | flat | `?style=flat` |
| ![flat-square](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&style=flat-square) | flat-square | `?style=flat-square` |
| ![for-the-badge (default)](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true) | for-the-badge | None (default) |
| ![plastic](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&style=plastic) | plastic | `?style=plastic` |
| ![social](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&style=social) | social | `?style=social` |
| ![flat](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&style=flat) | flat | `?style=flat` |
| ![flat-square](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&style=flat-square) | flat-square | `?style=flat-square` |
| ![for-the-badge (default)](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true) | for-the-badge | None (default) |
| ![plastic](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&style=plastic) | plastic | `?style=plastic` |
| ![social](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&style=social) | social | `?style=social` |

### `theme`

Expand All @@ -61,15 +61,15 @@ You can also use the `theme` query option to change the colors of the shield
In the following themes the green color gets replaced by the color corresponding to your presence (green, yellow, red, and grey, for online, idle, do not disturb, and offline, respectively)
| Badge | Theme | Query |
| :------------------------------------------------------------------------------------------------------------ | :--------------- | :------------------------ |
| ![default](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true) | Default | None (default) |
| ![default-inverted](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&theme=default-inverted) | Default inverted | `?theme=default-inverted` |
| ![clean](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&theme=clean) | Clean | `?theme=clean` |
| ![clean-inverted](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&theme=clean-inverted) | Clean inverted | `?theme=clean-inverted` |
| ![dc](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&theme=discord) | Discord | `?theme=discord` |
| ![dc-inverted](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&theme=discord-inverted) | Discord inverted | `?theme=discord-inverted` |
| ![full-presence](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&theme=full-presence) | Full presence | `?theme=full-presence` |
| ![grey](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&theme=gray) | Gray | `?theme=gray` |
| ![blurple](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&theme=blurple) | Blurple | `?theme=blurple` |
| ![default](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true) | Default | None (default) |
| ![default-inverted](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&theme=default-inverted) | Default inverted | `?theme=default-inverted` |
| ![clean](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&theme=clean) | Clean | `?theme=clean` |
| ![clean-inverted](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&theme=clean-inverted) | Clean inverted | `?theme=clean-inverted` |
| ![dc](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&theme=discord) | Discord | `?theme=discord` |
| ![dc-inverted](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&theme=discord-inverted) | Discord inverted | `?theme=discord-inverted` |
| ![full-presence](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&theme=full-presence) | Full presence | `?theme=full-presence` |
| ![grey](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&theme=gray) | Gray | `?theme=gray` |
| ![blurple](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&theme=blurple) | Blurple | `?theme=blurple` |

Note: the `theme` option will not work with the social `style`.

Expand All @@ -79,29 +79,29 @@ Makes the badge more compact, but loses the online status text/server member cou

| Badge | Query |
| :-------------------------------------------------------------------------------------------------- | :-------------- |
| ![compact](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&compact=true) | `?compact=true` |
| ![compact](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&compact=true) | `?compact=true` |

### `logoColor`

You can pass a color for the logo (the examples below use `&theme=default-inverted` to make the change more evident)

| Badge | Query | Description |
| :-------------------------------------------------------------------------------------------------------------------------------- | :-------------------- | :------------------------------------------------------ |
| ![presence](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&logoColor=presence&theme=default-inverted) | `?logoColor=presence` | Changes the color of the logo according to the presence |
| ![word](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&logoColor=pink&theme=default-inverted) | `?logoColor=pink` | Supported colors [here](https://shields.io/#colors) |
| ![hex](https://dcbadge.vercel.app/api/shield/852977967776399400?bot=true&logoColor=ff6b6b&theme=default-inverted) | `?logoColor=ff6b6b` | Any hex code, without the `#` |
| ![presence](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&logoColor=presence&theme=default-inverted) | `?logoColor=presence` | Changes the color of the logo according to the presence |
| ![word](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&logoColor=pink&theme=default-inverted) | `?logoColor=pink` | Supported colors [here](https://shields.io/#colors) |
| ![hex](https://dcbadge.limes.pink/api/shield/852977967776399400?bot=true&logoColor=ff6b6b&theme=default-inverted) | `?logoColor=ff6b6b` | Any hex code, without the `#` |

## I've added this to my GitHub bio and it doesn't work!

This **won't** work in bios, only in profile readmes (and any other part of GitHub that supports markdown).
[Here](https://mansik16.medium.com/adding-a-readme-to-your-github-profile-2ec88bfedeb)'s some info on what a profile readme is and how to set it up.

For any questions feel free to contact me (![](https://dcbadge.vercel.app/api/shield/406125028065804289?style=flat&compact=true), [[email protected]](mailto:[email protected]))
For any questions feel free to contact me (![](https://dcbadge.limes.pink/api/shield/406125028065804289?style=flat&compact=true), [[email protected]](mailto:[email protected]))

## HTML

The API returns an SVG image, so you can embed it in your html just like you would with any other svg.

```html
<img src="https://dcbadge.vercel.app/api/shield/USERID" />
<img src="https://dcbadge.limes.pink/api/shield/USERID" />
```
File renamed without changes.
64 changes: 0 additions & 64 deletions bot/index.js

This file was deleted.

Loading

0 comments on commit a22b68c

Please sign in to comment.