This file contains hidden or 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
<div id="tiles"></div> | |
<h1 id="title" class="centered"> | |
The name of the game is | |
<span class="fancy">Chess</span>. | |
</h1> | |
<i id="icon" class="fa-solid fa-chess centered"></i> | |
<a id="source-link" class="meta-link" href="https://cdpn.io/YzXOGpm" target="_blank"> |
This file contains hidden or 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
<script> // #84bb81 | |
const // #a04752 | |
Uppercase // #db8043 | |
method() // #9880c1 | |
.property // #cedff2 | |
this // #f7f9fc | |
text // #eff1f4 | |
"String" // #87b4e8 | |
// comments // #9a9ca1 | |
</script> // Mobile Version |
This file contains hidden or 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
interaction.channel.createWebhook({ | |
name: "minesa", | |
avatar: "https://media.discordapp.net/attachments/861208192121569280/1075861709610299412/106327680.png", | |
reason: "This is needed for now" | |
}).then(webhook => console.log(webhook.url)) | |
const { AttachmentBuilder, ButtonBuilder, ActionRowBuilder } = require("discord.js"); | |
const file = new AttachmentBuilder() | |
.setFile("https://cdn.discordapp.com/attachments/861208192121569280/1026236427622695013/Adobe_Express_20221002_2352210_1.png") |
NewerOlder