what the helk!?

This commit is contained in:
Ashley Graves 2024-10-15 15:09:04 +02:00
parent 7c210ee7a6
commit bfb14f4b15
14 changed files with 771 additions and 3 deletions

View file

@ -0,0 +1,6 @@
<nav class="navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand"><img src="<%- bot.user.avatarURL({size: 32}) %>" height="32px" style="border-radius: 100%;"> <%- bot.user.username %><span class="text-muted">#<%- bot.user.discriminator %></span></a>
</div>
</nav>
<br>