Rating:

# Discord
## Description

Find the account creation date of one of our discord channel admins (4dam).

Note: Please put the date in this format YYYY/MM/DD for submission, like this: SBCTF{1970/01/01}

## Writeup
First of all we need to get the account creation date of the admin. We searched up his name on Discord server and found his ID: 808684903301775360

Put it into a Discord account creation date checker (https://hugo.moe/discord/discord-id-creation-date.html) we got the YMD, and hence we got the flag!

## Flag
`SBCTF{2021/02/09}`

Original writeup (https://github.com/Noskcid-Dev/securebug.se-ctf-thor-2021-writeup/blob/main/Discord/writeup.md).