mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Mod Message, Evolve
This commit is contained in:
@@ -15,12 +15,18 @@ module.exports = class SettingHelpCommand extends Command {
|
||||
|
||||
run(msg) {
|
||||
return msg.say(stripIndents`
|
||||
__**Settings**__
|
||||
**Invite Guard:** Place \`<inviteguard>\` in your default channel's topic. (${msg.guild.defaultChannel})
|
||||
**Mod Log Channel:** Place \`<modlog>\` in a channel's topic.
|
||||
**Portal Channel:** Place \`<portal>\` in a channel's topic.
|
||||
**Member Log Channel:** Place \`<memberlog>\` in a channel's topic.
|
||||
**Custom Join Message:** Place \`<joinmessage>message</joinmessage>\` in the Member Log's Channel.
|
||||
**Custom Leave Message:** Place \`<leavemessage>message</leavemessage>\` in the Member Log's Channel.
|
||||
**Custom Mod DM:** Place \`<modmessage>message</modmessage>\` in the Mod Log's Channel.
|
||||
|
||||
__**Placeholders**__
|
||||
**Join/Leave Message:** \`{{member}}\`, \`{{server}}\`, \`{{mention}}\`
|
||||
**Mod DM:** \`{{action}}\`, \`{{server}}\`, \`{{moderator}}\`
|
||||
`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user