mirror of
https://git.arson.gg/lilith/discord-bot.git
synced 2025-12-05 03:34:49 +01:00
what the helk!?
This commit is contained in:
parent
7c210ee7a6
commit
bfb14f4b15
14 changed files with 771 additions and 3 deletions
6
src/server/partials/header.ejs
Normal file
6
src/server/partials/header.ejs
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue