Advertisement
ejectedmatrix

Untitled

Jun 1st, 2017
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.15 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4.     <title>Moderation information for {{USERNAME}}</title>
  5.     <link rel="stylesheet" type="text/css" href="//bindev.io/files/typicalpage.css">
  6.     <h1>User information for <b style="color:wheat;">{{USERNAME}}#{{USERDISCRIM}}</b>:</h1>
  7. </head>
  8.  
  9. <body>
  10.     <!-- This document is automatically generated by TypicalBot, a bot created by bin#0160, read more below. -->
  11.     <!-- This bot is created by bin#0160 -->
  12.     <!-- All global env variables can be found at the end of this document. -->
  13.     <!-- 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 -->
  14.     <ul>
  15.         <h4>
  16.             <li>Username: {{USERNAME}}</li>
  17.             <li>Discord Tag: {{USERDISCRIM}}</li>
  18.             <li>Full Name: @{{USERNAME}}#{{USERDISCRIM}}</li>
  19.             <li>User ID: {{USERID}}</li>
  20.             <li>Avatar: <a href="{{USERAVATARLINK}}">Click me!</a></li>
  21.         </h4>
  22.     </ul>
  23.     <h2>Last mute for <b style="color:wheat;">{{USERNAME}}</b>:</h2>
  24.     <mutes>
  25.         <table>
  26.             <tr>
  27.                 <th>Reason</th>
  28.                 <th>Time</th>
  29.                 <th>Time muted for</th>
  30.                 <th>Currently muted</th>
  31.                 <th>Moderator</th>
  32.             </tr>
  33.             <tr>
  34.                 <td>{{MUTE_REASON_HERE}}</td>
  35.                 <td>{{MUTE_TIMESTAMP_HERE}}</td>
  36.                 <td>{{MUTE_TIME_HERE}}</td>
  37.                 <td>{{MUTE_CURRENT_HERE}}</td>
  38.                 <td>{{MUTE_MODERATOR_HERE}}</td>
  39.             </tr>
  40.         </table>
  41.     </mutes>
  42.     <h2>Warnings for <b style="color:wheat;">{{USERNAME}}</b>:</h2>
  43.     <warnings>
  44.         <table>
  45.             <tr>
  46.                 <th>Reason</th>
  47.                 <th>Time</th>
  48.                 <th>Moderator</th>
  49.             </tr>
  50.  
  51.             {{INSERT_WARNINGS_HERE}}
  52.  
  53.             <tr>
  54.                 <td>Example Reason</td>
  55.                 <td>Example time (about 11 hours ago)</td>
  56.                 <td>Example Moderator</td>
  57.             </tr>
  58.         </table>
  59.     </warnings>
  60.     <footer>
  61.         <div>
  62.             <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>
  63.         </div>
  64.     </footer>
  65.     <variables>
  66.         <!--
  67.        
  68.            ~All variables must be started with a "{{" tag and ended by a "}}" tag.
  69.            Global Environment Variables:
  70.  
  71.            - INSERT_WARNINGS_HERE = Variable for warning table.
  72.            - USERNAME = Variable for Username.
  73.            - USERAVATARLINK = Variable for Avatar Link.
  74.            - USERID = Variable for User ID.
  75.            - USERDISCRIM = Variable for User Discrim.
  76.            - MUTE_REASON_HERE = Reason for previous mute.
  77.            - MUTE_TIMESTAMP_HERE = Timestamp for previous mute.
  78.            - MUTE_TIME_HERE = Duration of previous mute.
  79.            - MUTE_CURRENT_HERE = A boolean representing if a user is muted or not.
  80.            - MUTE_MODERATOR_HERE = The moderator responsible for this mute.
  81.            
  82.        -->
  83.     </variables>
  84. </body>
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement