This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Discord = require('discord.js') | |
const client = new Discord.Client(); | |
client.on('ready', () => { | |
console.log(`Logged in as ${client.user.tag}!`); | |
}); | |
const replace = [ | |
/ /g, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body, | |
#page, | |
.Caard, | |
#page > div > div > div > div.w-96.text-center.M01.mx-auto, | |
#page > div > div > div > div:nth-child(4) { | |
background-color: black !important; | |
color: white !important; | |
} | |
.AB-Card { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
color: white !important; | |
fill: white !important; | |
} | |
body { | |
background: linear-gradient(90deg, #161122 21px, transparent 1%) center, linear-gradient(#161122 21px, transparent 1%) center, #a799cc; | |
background-size: 22px 22px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
color: white !important; | |
fill: white !important; | |
} | |
body { | |
background: linear-gradient(90deg, #f3ab26 21px, transparent 1%) center, linear-gradient(#f3ab26 21px, transparent 1%) center, #4b350c; | |
background-size: 22px 22px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
color: white !important; | |
fill: white !important; | |
} | |
body { | |
background: linear-gradient(90deg, #31beff 21px, transparent 1%) center, linear-gradient(#31beff 21px, transparent 1%) center, #12435a; | |
background-size: 22px 22px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
background: #123; | |
} | |
head::before, head::after, | |
body::before, body::after { | |
position: fixed; | |
z-index: -1; | |
top: 50%; | |
left: 50%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
height: 100%; | |
background: #00183b url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/stars.png) repeat; | |
animation: 500s para infinite linear; | |
} | |
@keyframes para { | |
100% { | |
background-position: | |
-5000px 20% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
color: white !important; | |
width:100%; | |
height: 100%; | |
display: flex; | |
flex-direction:column; | |
justify-content: flex-end; | |
align-items: center; | |
background-image: url(https://res.cloudinary.com/dupqltoku/image/upload/v1629909348/bkg-mountain-left_tdq9io.svg), | |
url(https://res.cloudinary.com/dupqltoku/image/upload/v1629910006/bkg-trees-right_qs1cw9.svg), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"Afghanistan", | |
"Åland Islands", | |
"Albania", | |
"Algeria", | |
"American Samoa", | |
"Andorra", | |
"Angola", | |
"Anguilla", | |
"Antigua and Barbuda", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AF": "Afghanistan", | |
"AX": "Åland Islands", | |
"AL": "Albania", | |
"DZ": "Algeria", | |
"AS": "American Samoa", | |
"AD": "Andorra", | |
"AO": "Angola", | |
"AI": "Anguilla", | |
"AG": "Antigua and Barbuda", |
OlderNewer