Papalstateslogs/Papal states (right before .../The Papal States - 『🎓』Admin...

918 lines
23 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!DOCTYPE html>
<html lang="en">
<head>
<title>The Papal States - &#129302;╔﹝bot-spam</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style>
/* General */
@font-face {
font-family: Whitney;
src: url(https://discord.com/assets/6c6374bad0b0b6d204d8d6dc4a18d820.woff);
font-weight: 300;
}
@font-face {
font-family: Whitney;
src: url(https://discord.com/assets/e8acd7d9bf6207f99350ca9f9e23b168.woff);
font-weight: 400;
}
@font-face {
font-family: Whitney;
src: url(https://discord.com/assets/3bdef1251a424500c1b3a78dea9b7e57.woff);
font-weight: 500;
}
@font-face {
font-family: Whitney;
src: url(https://discord.com/assets/be0060dafb7a0e31d2a1ca17c0708636.woff);
font-weight: 600;
}
@font-face {
font-family: Whitney;
src: url(https://discord.com/assets/8e12fb4f14d9c4592eb8ec9f22337b04.woff);
font-weight: 700;
}
body {
font-family: "Whitney", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
object-fit: contain;
}
.markdown {
max-width: 100%;
white-space: pre-wrap;
line-height: 1.3;
overflow-wrap: break-word;
}
.spoiler {
width: fit-content;
}
.spoiler--hidden {
cursor: pointer;
}
.spoiler-text {
border-radius: 3px;
}
.spoiler--hidden .spoiler-text {
color: rgba(0, 0, 0, 0);
}
.spoiler--hidden .spoiler-text::selection {
color: rgba(0, 0, 0, 0);
}
.spoiler-image {
position: relative;
overflow: hidden;
border-radius: 3px;
}
.spoiler--hidden .spoiler-image {
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.spoiler--hidden .spoiler-image img {
filter: blur(44px);
}
.spoiler--hidden .spoiler-image:after {
content: "SPOILER";
color: #dcddde;
background-color: rgba(0, 0, 0, 0.6);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-weight: 600;
padding: 0.5em 0.7em;
border-radius: 20px;
letter-spacing: 0.05em;
font-size: 0.9em;
}
.spoiler--hidden:hover .spoiler-image:after {
color: #fff;
background-color: rgba(0, 0, 0, 0.9);
}
.quote {
margin: 0.1em 0;
padding-left: 0.6em;
border-left: 4px solid;
border-radius: 3px;
}
.pre {
font-family: "Consolas", "Courier New", Courier, monospace;
}
.pre--multiline {
margin-top: 0.25em;
padding: 0.5em;
border: 2px solid;
border-radius: 5px;
}
.pre--inline {
padding: 2px;
border-radius: 3px;
font-size: 0.85em;
}
.mention {
border-radius: 3px;
padding: 0 2px;
color: #7289da;
background: rgba(114, 137, 218, .1);
font-weight: 500;
}
.emoji {
width: 1.25em;
height: 1.25em;
margin: 0 0.06em;
vertical-align: -0.4em;
}
.emoji--small {
width: 1em;
height: 1em;
}
.emoji--large {
width: 2.8em;
height: 2.8em;
}
/* Preamble */
.preamble {
display: grid;
margin: 0 0.3em 0.6em 0.3em;
max-width: 100%;
grid-template-columns: auto 1fr;
}
.preamble__guild-icon-container {
grid-column: 1;
}
.preamble__guild-icon {
max-width: 88px;
max-height: 88px;
}
.preamble__entries-container {
grid-column: 2;
margin-left: 0.6em;
}
.preamble__entry {
font-size: 1.4em;
}
.preamble__entry--small {
font-size: 1em;
}
/* Chatlog */
.chatlog {
max-width: 100%;
}
.chatlog__message-group {
display: grid;
margin: 0 0.6em;
padding: 0.9em 0;
border-top: 1px solid;
grid-template-columns: auto 1fr;
}
.chatlog__author-avatar-container {
grid-column: 1;
width: 40px;
height: 40px;
}
.chatlog__author-avatar {
border-radius: 50%;
height: 40px;
width: 40px;
}
.chatlog__messages {
grid-column: 2;
margin-left: 1.2em;
min-width: 50%;
}
.chatlog__author-name {
font-weight: 500;
}
.chatlog__timestamp {
margin-left: 0.3em;
font-size: 0.75em;
}
.chatlog__message {
padding: 0.1em 0.3em;
margin: 0 -0.3em;
background-color: transparent;
transition: background-color 1s ease;
}
.chatlog__content {
font-size: 0.95em;
word-wrap: break-word;
}
.chatlog__edited-timestamp {
margin-left: 0.15em;
font-size: 0.8em;
}
.chatlog__attachment {
margin-top: 0.3em;
}
.chatlog__attachment-thumbnail {
vertical-align: top;
max-width: 45vw;
max-height: 500px;
border-radius: 3px;
}
.chatlog__embed {
display: flex;
margin-top: 0.3em;
max-width: 520px;
}
.chatlog__embed-color-pill {
flex-shrink: 0;
width: 0.25em;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.chatlog__embed-content-container {
display: flex;
flex-direction: column;
padding: 0.5em 0.6em;
border: 1px solid;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.chatlog__embed-content {
display: flex;
width: 100%;
}
.chatlog__embed-text {
flex: 1;
}
.chatlog__embed-author {
display: flex;
margin-bottom: 0.3em;
align-items: center;
}
.chatlog__embed-author-icon {
margin-right: 0.5em;
width: 20px;
height: 20px;
border-radius: 50%;
}
.chatlog__embed-author-name {
font-size: 0.875em;
font-weight: 600;
}
.chatlog__embed-title {
margin-bottom: 0.2em;
font-size: 0.875em;
font-weight: 600;
}
.chatlog__embed-description {
font-weight: 500;
font-size: 0.85em;
}
.chatlog__embed-fields {
display: flex;
flex-wrap: wrap;
}
.chatlog__embed-field {
flex: 0;
min-width: 100%;
max-width: 506px;
padding-top: 0.6em;
font-size: 0.875em;
}
.chatlog__embed-field--inline {
flex: 1;
flex-basis: auto;
min-width: 150px;
}
.chatlog__embed-field-name {
margin-bottom: 0.2em;
font-weight: 600;
}
.chatlog__embed-field-value {
font-weight: 500;
}
.chatlog__embed-thumbnail {
flex: 0;
margin-left: 1.2em;
max-width: 80px;
max-height: 80px;
border-radius: 3px;
}
.chatlog__embed-image-container {
margin-top: 0.6em;
}
.chatlog__embed-image {
max-width: 500px;
max-height: 400px;
border-radius: 3px;
}
.chatlog__embed-footer {
margin-top: 0.6em;
}
.chatlog__embed-footer-icon {
margin-right: 0.2em;
width: 20px;
height: 20px;
border-radius: 50%;
vertical-align: middle;
}
.chatlog__embed-footer-text {
font-size: 0.75em;
font-weight: 500;
}
.chatlog__reactions {
display: flex;
}
.chatlog__reaction {
display: flex;
align-items: center;
margin: 0.35em 0.1em 0.1em 0.1em;
padding: 0.2em 0.35em;
border-radius: 3px;
}
.chatlog__reaction-count {
min-width: 9px;
margin-left: 0.35em;
font-size: 0.875em;
}
.chatlog__bot-tag {
position: relative;
top: -.2em;
margin-left: 0.3em;
padding: 0.05em 0.3em;
border-radius: 3px;
vertical-align: middle;
line-height: 1.3;
background: #7289da;
color: #ffffff;
font-size: 0.625em;
font-weight: 500;
}
/* Postamble */
.postamble {
margin: 1.4em 0.3em 0.6em 0.3em;
padding: 1em;
border-top: 1px solid;
}
</style>
<style>
/* General */
body {
background-color: #36393e;
color: #dcddde;
}
a {
color: #0096cf;
}
.spoiler-text {
background-color: rgba(255, 255, 255, 0.1);
}
.spoiler--hidden .spoiler-text {
background-color: #202225;
}
.spoiler--hidden:hover .spoiler-text {
background-color: rgba(32, 34, 37, 0.8);
}
.quote {
border-color: #4f545c;
}
.pre {
background-color: #2f3136 !important;
}
.pre--multiline {
border-color: #282b30 !important;
color: #b9bbbe !important;
}
/* === Preamble === */
.preamble__entry {
color: #ffffff;
}
/* Chatlog */
.chatlog__message-group {
border-color: rgba(255, 255, 255, 0.1);
}
.chatlog__author-name {
color: #ffffff;
}
.chatlog__timestamp {
color: rgba(255, 255, 255, 0.2);
}
.chatlog__message--highlighted {
background-color: rgba(114, 137, 218, 0.2) !important;
}
.chatlog__message--pinned {
background-color: rgba(249, 168, 37, 0.05);
}
.chatlog__edited-timestamp {
color: rgba(255, 255, 255, 0.2);
}
.chatlog__embed-color-pill--default {
background-color: rgba(79, 84, 92, 1);
}
.chatlog__embed-content-container {
background-color: rgba(46, 48, 54, 0.3);
border-color: rgba(46, 48, 54, 0.6);
}
.chatlog__embed-author-name {
color: #ffffff;
}
.chatlog__embed-author-name-link {
color: #ffffff;
}
.chatlog__embed-title {
color: #ffffff;
}
.chatlog__embed-description {
color: rgba(255, 255, 255, 0.6);
}
.chatlog__embed-field-name {
color: #ffffff;
}
.chatlog__embed-field-value {
color: rgba(255, 255, 255, 0.6);
}
.chatlog__embed-footer {
color: rgba(255, 255, 255, 0.6);
}
.chatlog__reaction {
background-color: rgba(255, 255, 255, 0.05);
}
.chatlog__reaction-count {
color: rgba(255, 255, 255, 0.3);
}
/* Postamble */
.postamble {
border-color: rgba(255, 255, 255, 0.1);
}
.postamble__entry {
color: #ffffff;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/solarized-dark.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('.pre--multiline').forEach(block => hljs.highlightBlock(block));
});
</script>
<script>
function scrollToMessage(event, id) {
var element = document.getElementById('message-' + id);
if (element) {
event.preventDefault();
element.classList.add('chatlog__message--highlighted');
window.scrollTo({
top: element.getBoundingClientRect().top - document.body.getBoundingClientRect().top - (window.innerHeight / 2),
behavior: 'smooth'
});
window.setTimeout(function() {
element.classList.remove('chatlog__message--highlighted');
}, 2000);
}
}
function showSpoiler(event, element) {
if (element && element.classList.contains('spoiler--hidden')) {
event.preventDefault();
element.classList.remove('spoiler--hidden');
}
}
</script>
</head>
<body>
<div class="preamble">
<div class="preamble__guild-icon-container">
<img class="preamble__guild-icon" src="https://cdn.discordapp.com/icons/712519441258250241/e5f3edf863073b9033a245630d33ad5a.png" alt="Guild icon">
</div>
<div class="preamble__entries-container">
<div class="preamble__entry">The Papal States</div>
<div class="preamble__entry">&#127891;』Admins『&#127891;』 / &#129302;╔﹝bot-spam</div>
</div>
</div>
<div class="chatlog">
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/609236869711921162/197b97b3dd4387f7d3f4a2b1333108cc.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Pope Benedict XV#0904" data-user-id="609236869711921162" style="color: rgb(228,180,0)">Dank Server Owner Benedict XV</span>
<span class="chatlog__timestamp">28-May-20 04:44 AM</span>
<div class="chatlog__message " data-message-id="715500801338114059" id="message-715500801338114059">
<div class="chatlog__content">
<div class="markdown">x!bacup create </div>
</div>
</div>
<div class="chatlog__message " data-message-id="715500842240835614" id="message-715500842240835614">
<div class="chatlog__content">
<div class="markdown">x!create backup </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/489042362329333772/b97b1e1ed3c0bce17d2c620355e4789f.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Prince Fr&#243;r#0897" data-user-id="489042362329333772" style="">Prince Fr&#243;r</span>
<span class="chatlog__timestamp">08-Jul-20 08:56 AM</span>
<div class="chatlog__message " data-message-id="730422143887736893" id="message-730422143887736893">
<div class="chatlog__content">
<div class="markdown">x!create backup </div>
</div>
</div>
<div class="chatlog__message " data-message-id="730422163655622716" id="message-730422163655622716">
<div class="chatlog__content">
<div class="markdown">x!create </div>
</div>
</div>
<div class="chatlog__message " data-message-id="730422222748909640" id="message-730422222748909640">
<div class="chatlog__content">
<div class="markdown">x!backup </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/416358583220043796/8f702ebf579bce2d7a6f0a4419ac5faf.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Xenon#7325" data-user-id="416358583220043796" style="color: rgb(146,151,156)">Xenon</span>
<span class="chatlog__bot-tag">BOT</span>
<span class="chatlog__timestamp">08-Jul-20 08:57 AM</span>
<div class="chatlog__message " data-message-id="730422223579512964" id="message-730422223579512964">
<div class="chatlog__content">
<div class="markdown"> </div>
</div>
<div class="chatlog__embed">
<div class="chatlog__embed-color-pill chatlog__embed-color-pill--default"></div>
<div class="chatlog__embed-content-container">
<div class="chatlog__embed-content">
<div class="chatlog__embed-text">
<div class="chatlog__embed-title">
<div class="markdown">x!backup</div>
</div>
<div class="chatlog__embed-description">
<div class="markdown">Create &amp; load private backups of your servers</div>
</div>
<div class="chatlog__embed-fields">
<div class="chatlog__embed-field ">
<div class="chatlog__embed-field-name">
<div class="markdown">Commands</div>
</div>
<div class="chatlog__embed-field-value">
<div class="markdown"><strong>x!backup create</strong> Create a backup
<strong>x!backup load</strong> Load a backup
<strong>x!backup delete</strong> Delete one of your backups
<strong>x!backup purge</strong> Delete all your backups
<strong>x!backup list</strong> Get a list of your backups
<strong>x!backup info</strong> Get information about a backup
<strong>x!backup interval</strong> Manage automated backups</div>
</div>
</div>
</div>
</div>
</div>
<div class="chatlog__embed-footer">
<span class="chatlog__embed-footer-text">
Use &#39;x!help [command]&#39; to get more information about a specific command.
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/489042362329333772/b97b1e1ed3c0bce17d2c620355e4789f.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Prince Fr&#243;r#0897" data-user-id="489042362329333772" style="">Prince Fr&#243;r</span>
<span class="chatlog__timestamp">08-Jul-20 08:57 AM</span>
<div class="chatlog__message " data-message-id="730422258925043874" id="message-730422258925043874">
<div class="chatlog__content">
<div class="markdown">x!backup create </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/416358583220043796/8f702ebf579bce2d7a6f0a4419ac5faf.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Xenon#7325" data-user-id="416358583220043796" style="color: rgb(146,151,156)">Xenon</span>
<span class="chatlog__bot-tag">BOT</span>
<span class="chatlog__timestamp">08-Jul-20 08:57 AM</span>
<div class="chatlog__message " data-message-id="730422260564754564" id="message-730422260564754564">
<div class="chatlog__content">
<div class="markdown"> </div>
</div>
<div class="chatlog__embed">
<div class="chatlog__embed-color-pill" style="background-color: rgba(198,73,53,255)"></div>
<div class="chatlog__embed-content-container">
<div class="chatlog__embed-content">
<div class="chatlog__embed-text">
<div class="chatlog__embed-author">
<img class="chatlog__embed-author-icon" src="https://cdn0.iconfinder.com/data/icons/small-n-flat/24/678069-sign-error-512.png" alt="Author icon">
<span class="chatlog__embed-author-name">
Error </span>
</div>
<div class="chatlog__embed-description">
<div class="markdown">You are <strong>missing</strong> the following <strong>permissions</strong>: <span class="pre pre--inline">administrator</span>.
<a href="https://discord.club/discord">Support</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/609236869711921162/197b97b3dd4387f7d3f4a2b1333108cc.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Pope Benedict XV#0904" data-user-id="609236869711921162" style="color: rgb(228,180,0)">Dank Server Owner Benedict XV</span>
<span class="chatlog__timestamp">09-Jul-20 01:00 PM</span>
<div class="chatlog__message " data-message-id="730845881452200057" id="message-730845881452200057">
<div class="chatlog__content">
<div class="markdown">Ood </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/689054340643553291/a2f684ab836880a9dc299931346df464.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="FJ#1191" data-user-id="689054340643553291" style="color: rgb(151,0,69)">Cardinal Lord FJ</span>
<span class="chatlog__timestamp">24-Aug-20 11:32 AM</span>
<div class="chatlog__message " data-message-id="747493519777595473" id="message-747493519777595473">
<div class="chatlog__content">
<div class="markdown">!purge 50 </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/292953664492929025/c47af6e9bae8a91779996fa412b24207.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="UnbelievaBoat#1046" data-user-id="292953664492929025" style="color: rgb(146,151,156)">UnbelievaBoat</span>
<span class="chatlog__bot-tag">BOT</span>
<span class="chatlog__timestamp">24-Aug-20 11:32 AM</span>
<div class="chatlog__message " data-message-id="747493520323117190" id="message-747493520323117190">
<div class="chatlog__content">
<div class="markdown"><img class="emoji " alt="check" title="check" src="https://cdn.discordapp.com/emojis/338071972476878848.png"> Deleted 4 messages. <span class="chatlog__edited-timestamp" title="24-Aug-20 11:32 AM">(edited)</span></div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/235088799074484224/16c197c4c3f0eb808f9bceb6e1075e71.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Rythm#3722" data-user-id="235088799074484224" style="color: rgb(146,151,156)">Rythm</span>
<span class="chatlog__bot-tag">BOT</span>
<span class="chatlog__timestamp">24-Aug-20 11:32 AM</span>
<div class="chatlog__message " data-message-id="747493520906125322" id="message-747493520906125322">
<div class="chatlog__content">
<div class="markdown"><strong>No messages found to prune</strong> </div>
</div>
</div>
</div>
</div>
</div>
<div class="postamble">
<div class="postamble__entry">Exported 12 message(s)</div>
</div>
</body>
</html>