diff options
Diffstat (limited to 'pydis_site/templates')
| -rw-r--r-- | pydis_site/templates/staff/logs.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pydis_site/templates/staff/logs.html b/pydis_site/templates/staff/logs.html index bccde9cb..5e2a200b 100644 --- a/pydis_site/templates/staff/logs.html +++ b/pydis_site/templates/staff/logs.html @@ -22,7 +22,7 @@                  </span>                  <span class="discord-message-metadata has-text-grey">                      User ID: {{ message.author.id }}<br> -                    {{ message.timestamp }} (Channel ID: {{ message.channel_id }}) +                    {{ message.timestamp }} (Channel ID-Message ID: {{ message.channel_id }}-{{ message.id }})                  </span>              </div>              <div class="discord-message-content"> | 
