added current values to post post target

added support for custom setup steps for each feature
added mod mail category setup step
This commit is contained in:
Sheldan
2020-05-25 23:11:44 +02:00
parent 3714fd2582
commit 213f42ffbd
36 changed files with 342 additions and 24 deletions

View File

@@ -1 +1 @@
The channel in which where bans should be logged to.
The channel in which where bans should be logged to. Currently: ${currentTarget}

View File

@@ -1 +1 @@
The channel in which decayed warnings should be logged to.
The channel in which decayed warnings should be logged to. Currently: ${currentTarget}

View File

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

View File

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

View File

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

View File

@@ -1 +1 @@
The channel in which kicks should be logged to.
The channel in which kicks should be logged to. Currently: ${currentTarget}

View File

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

View File

@@ -1 +1 @@
The channel where mutes should be logged to. Un-mutes will also be in this channel.
The channel where mutes should be logged to. Un-mutes will also be in this channel. Currently: ${currentTarget}

View File

@@ -1 +1 @@
The channel where warnings should be logged to.
The channel where warnings should be logged to. Currently: ${currentTarget}

View File

@@ -0,0 +1 @@
Mod mail threads will be created in category `${category}`.

View File

@@ -0,0 +1 @@
The ID of the category you want to create the mod mail threads in. Currently: ${categoryName}

View File

@@ -1 +1 @@
The channel towards which the closed mod mail threads should be logged to. (In the appropriate mode)
The channel towards which the closed mod mail threads should be logged to. (In the appropriate mode) Currently: ${currentTarget}

View File

@@ -1 +1 @@
The channel which should be used to notify the responsible people about new mod mail threads.
The channel which should be used to notify the responsible people about new mod mail threads. Currently: ${currentTarget}