Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Moderation information for {{USERNAME}}</title>
- <link rel="stylesheet" type="text/css" href="//bindev.io/files/typicalpage.css">
- <h1>User information for <b style="color:wheat;">{{USERNAME}}#{{USERDISCRIM}}</b>:</h1>
- </head>
- <body>
- <!-- This document is automatically generated by TypicalBot, a bot created by bin#0160, read more below. -->
- <!-- This bot is created by bin#0160 -->
- <!-- All global env variables can be found at the end of this document. -->
- <!-- TypicalBot is a Discord moderation bot for TypicalModders's Official Discord server, TypicalModders is a content creator on YouTube that mostly creates ROBLOX based content -->
- <ul>
- <h4>
- <li>Username: {{USERNAME}}</li>
- <li>Discord Tag: {{USERDISCRIM}}</li>
- <li>Full Name: @{{USERNAME}}#{{USERDISCRIM}}</li>
- <li>User ID: {{USERID}}</li>
- <li>Avatar: <a href="{{USERAVATARLINK}}">Click me!</a></li>
- </h4>
- </ul>
- <h2>Last mute for <b style="color:wheat;">{{USERNAME}}</b>:</h2>
- <mutes>
- <table>
- <tr>
- <th>Reason</th>
- <th>Time</th>
- <th>Time muted for</th>
- <th>Currently muted</th>
- <th>Moderator</th>
- </tr>
- <tr>
- <td>{{MUTE_REASON_HERE}}</td>
- <td>{{MUTE_TIMESTAMP_HERE}}</td>
- <td>{{MUTE_TIME_HERE}}</td>
- <td>{{MUTE_CURRENT_HERE}}</td>
- <td>{{MUTE_MODERATOR_HERE}}</td>
- </tr>
- </table>
- </mutes>
- <h2>Warnings for <b style="color:wheat;">{{USERNAME}}</b>:</h2>
- <warnings>
- <table>
- <tr>
- <th>Reason</th>
- <th>Time</th>
- <th>Moderator</th>
- </tr>
- {{INSERT_WARNINGS_HERE}}
- <tr>
- <td>Example Reason</td>
- <td>Example time (about 11 hours ago)</td>
- <td>Example Moderator</td>
- </tr>
- </table>
- </warnings>
- <footer>
- <div>
- <p style="color:green;">~ Created by: <b style="color:lightgreen;">bin#0160</b>, with <b><i style="color:pink;">eval(love() + code);</i></b></p>
- </div>
- </footer>
- <variables>
- <!--
- ~All variables must be started with a "{{" tag and ended by a "}}" tag.
- Global Environment Variables:
- - INSERT_WARNINGS_HERE = Variable for warning table.
- - USERNAME = Variable for Username.
- - USERAVATARLINK = Variable for Avatar Link.
- - USERID = Variable for User ID.
- - USERDISCRIM = Variable for User Discrim.
- - MUTE_REASON_HERE = Reason for previous mute.
- - MUTE_TIMESTAMP_HERE = Timestamp for previous mute.
- - MUTE_TIME_HERE = Duration of previous mute.
- - MUTE_CURRENT_HERE = A boolean representing if a user is muted or not.
- - MUTE_MODERATOR_HERE = The moderator responsible for this mute.
- -->
- </variables>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement