4 |
5 | <%= bot.name %> <% if (bot.verified == true) { %>

<% } %>
6 |
7 |
8 | <% bot.ownerinfo.forEach(owner => {
9 | if (owner) { %>
10 | <% if (owner.id == bot.owner) { %>
11 | Author: <%= owner.tag %>
12 | <% }}}) %>
13 |
14 |
15 | <%= bot.short_desc %>
16 |
17 |