[AB-232] splitting logging functionality to separate module

changing user join/leave template to be an embed
This commit is contained in:
Sheldan
2021-04-24 16:03:07 +02:00
parent 9ab95c32bc
commit 73ca42bd66
30 changed files with 117 additions and 2 deletions

View File

@@ -1 +0,0 @@
The channel in which deleted messages should be logged to. Currently: ${currentTarget}

View File

@@ -1 +0,0 @@
The channel in which edited messages should be logged to. Currently: ${currentTarget}

View File

@@ -1 +0,0 @@
The channel in which guild joins should be logged to. Currently: ${currentTarget}

View File

@@ -1 +0,0 @@
The channel where guild leavers should be logged to. Currently: ${currentTarget}

View File

@@ -1 +0,0 @@
Message from <@member_user_name member=member/> (${member.idLong?c}) removed in ${channel.asMention}

View File

@@ -1 +0,0 @@
Message from <@member_user_name member=member/> (${member.idLong?c}) edited in ${messageChannel.asMention}

View File

@@ -1 +0,0 @@
User ${user} has joined the guild.

View File

@@ -1 +0,0 @@
User ${user} has left the guild.