mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
Add a link to the message itself in logged messages. Closes #17
This commit is contained in:
parent
fd67945660
commit
4becc8a4e9
2 changed files with 5 additions and 10 deletions
|
|
@ -1,15 +1,12 @@
|
|||
import os
|
||||
|
||||
import discord
|
||||
import logging
|
||||
import re
|
||||
import traceback
|
||||
from typing import Tuple, Optional, Union
|
||||
|
||||
from pluralkit import db
|
||||
from pluralkit.system import System
|
||||
from pluralkit.member import Member
|
||||
from pluralkit.bot import embeds, utils
|
||||
from pluralkit.member import Member
|
||||
from pluralkit.system import System
|
||||
|
||||
logger = logging.getLogger("pluralkit.bot.commands")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue