Skip to content

Commit

Permalink
Test to see if embeds can be edited or not
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Aug 27, 2024
1 parent 1d6e89b commit 383e77d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,19 @@
}
</style>
</head>
<script>
const { EmbedBuilder } = require('discord.js');

const exampleEmbed = new EmbedBuilder()
.setColor(0x75002c)
.setTitle('Some title')
.setThumbnail('./icon_32.png')
channel.send({ embeds: [exampleEmbed] });
</script>

<!--WIP, DO NOT USE-->
<!--<center>THIS URL IS MEANT FOR TESTING THE CHANGES MADE IN ULTRABOX 2.0. THIS URL WILL BE DELETED WHEN ULTRABOX 2.0 RELEASES, AND ANY SONGS YOU MAKE HERE MAY BE UNRECOVERABLE. YOU'VE BEEN WARNED.</center>-->

<img id="icon" src="icon_32.png" width="32" height="32" style="opacity:0; position: absolute; pointer-events: none;"/>
<body id="secondImage">

<div id="overlay" class="overlay">
Expand Down

0 comments on commit 383e77d

Please sign in to comment.