Parcourir la source

added user ID to logging for both aesthetics and zalgo.

tags/v1.8.0
Roxie Gibson il y a 6 ans
Parent
révision
1ed6e8a076
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      roxbot/cogs/fun.py

+ 2
- 0
roxbot/cogs/fun.py Voir le fichier

@@ -296,6 +296,7 @@ class Fun:
log_channel,
"aesthetics",
User=ctx.author,
User_ID=ctx.author.id,
Output_Message_ID=output.id,
Channel=ctx.channel,
Channel_Mention=ctx.channel.mention,
@@ -446,6 +447,7 @@ class Fun:
log_channel,
"zalgo",
User=ctx.author,
User_ID=ctx.author.id,
Output_Message_ID=output.id,
Channel=ctx.channel,
Channel_Mention=ctx.channel.mention,

Chargement…
Annuler
Enregistrer