Skip to content

Commit

Permalink
I can't do it this way for now
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Aug 27, 2024
1 parent 383e77d commit ac8c7f7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,6 @@
}
</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;"/>
Expand Down

0 comments on commit ac8c7f7

Please sign in to comment.