Intro

Mantaro End of Service AnnouncementWe regret to announce that Mantaro is ending service on March 1st, 2024 due to financial issues. You can read more about it on https://mantaro.site https://mantaro.site. The service will no longer be available after March 1st, 2024. Thanks you so much for your continued support! In order to use any of these you will have to type exactly what you see under the first bulletin every time, whether it is custom commands, birthday messages or welcome messages. So if you for instance want the author username in a custom command you would type exactly $(event.author.username).

Modifiers for welcome and leave messages:

#modifiers-for-custom-commands All the guild modifiers bellow #modifiers-for-custom-commands All the me (Mantaro) modifiers bellow 1) What is it for? $(event.user) Used for: This will return a mention of the user that joined/left. 2) What is it for? $(event.user.username) Used for: This will return the username of the user that joined/left. 3) What is it for? $(event.user.name) Used for: This will return the nickname of the user that joined/left. 4) What is it for? $(event.user.discriminator) Used for: This will return the discriminator (#XXXX) of the user that joined/left. 5) What is it for? $(event.user.tag) Used for: Shorthand for username#discriminator. 6) What is it for? $(event.user.game) Used for: This will return the current playing game of the user that joined/left (None if no game). 7) What is it for? $(event.user.id) Used for: This will return the id (unique identifier) of the user that joined/left. 8) What is it for? $(event.user.avatar) Used for: This will return the avatar URL of the user that joined/left.

Modifiers for Custom Commands

Base modifier: 1) What is it for? $(event) Used for: This will return a mention of the one who executed the command together with a mention of the channel the command was used in. Guild modifiers: 1) What is it for? $(event.guild) Used for: This will return the name of the guild the command was used in. 2) What is it for? $(event.guild.name) Used for: This will return the name of the guild the command was used in. 3) What is it for? $(event.guild.owner) Used for: This will return a mention of the guild owner of the guild command was used in. 4) What is it for? $(event.guild.owner.username) Used for: This will return the username of the guild owner of the guild the command was used in. 5) What is it for? $(event.guild.owner.discriminator) Used for: This will return the discriminator (#XXXX) of the guild owner of the guild the command was used in. 6) What is it for? $(event.guild.owner.game) Used for: This will return the current playing status of the guild owner of the guild the command was used in. (None if no game) 7) What is it for? $(event.guild.owner.status) Used for: This will return the current online status of the guild owner of the guild the command was used in. 8) What is it for? $(event.guild.owner.id) Used for: This will return the id (unique identifier) of the guild owner of the guild the command was used in. 9) What is it for? $(event.guild.owner.name) Used for: This will return the current nickname of the guild owner of the guild the command was used in. (Username if none) 10) What is it for? $(event.guild.owner.avatar) Used for: This will return the avatar url of the guild owner of the guild the command was used in. 11) What is it for? $(event.guild.region) Used for: This will return the Voice Region of the guild the command was used in. 12) What is it for? $(event.guild.totalusers) Used for: This will return the ammount of users inside the guild the command was used in. 13) What is it for? $(event.guild.icon) Used for: This will return the url of the guild icon. Me (Mantaro) modifiers: 1) What is it for? $(event.me) Used for: This will return a mention of Mantaro. 2) What is it for? $(event.me.username) Used for: This will return the username of Mantaro. 3) What is it for? $(event.me.name) Used for: This will return the current nickname of Mantaro. (Username if none) 4) What is it for? $(event.me.game) Used for: This will return the current playing game of Mantaro. 5) What is it for? $(event.me.status) Used for: This will return the current online status of Mantaro. 6) What is it for? $(event.me.id) Used for: This will return the id (unique identifier) of Mantaro. 7) What is it for? $(event.me.avatar) Used for: This will return the avatar URL of Mantaro. Author (Command execute) modifiers: 1) What is it for? $(event.author) Used for: This will return a mention of the command user. 2) What is it for? $(event.author.username) Used for: This will return the username of the command user. 3) What is it for? $(event.author.name) Used for: This will return the username of the command user. 4) What is it for? $(event.author.discriminator) Used for: This will return the discriminator (#XXXX) of the command user. 5) What is it for? $(event.author.tag) Used for: Short hand for $(event.author.username)#$(event.author.discriminator). 6) What is it for? $(event.author.game) Used for: This will return the current playing game of the command user. (None if no game) 7) What is it for? $(event.author.status) Used for: This will return the current status of the command user. 8) What is it for? $(event.author.id) Used for: This will return the id (unique identifier) of the command user. 9) What is it for? $(event.author.avatar) Used for: This will return the avatar URL of the command user. 10) What is it for? $(event.author.nickname) Used for: This will return the nickname of the user that is using the command (If the user has no nickname it returns their username). Message modifiers: 1) What is it for? $(event.message) Used for: This will return the raw content of the message. (Does not include prefix and command name) 2) What is it for? $(event.message.mentionnames) Used for: This will return the names of everyone mentioned on the command. 3) What is it for? $(event.message.firstmentionid) Used for: This will return the ID of the first mention on custom commands. Channel modifiers: 1) What is it for? $(event.channel) Used for: This will return the mention of the channel the command was used in. 2) What is it for? $(event.channel.topic) Used for: This will return the topic of the channel the command was used in. 3) What is it for? $(event.channel.name) Used for: This will return the name of the channel the command was used in. 4) What is it for? $(event.channel.id) Used for: This will return the id (unique identifier) of the channel the command was used in.

Modifiers for Log Messages

Shared between edited/deleted messages and user banned/unbanned #modifiers-for-welcome-and-leave-messages All the modifiers from welcome messages (event.user in the case of bans is the person banned, in case of messages the author of the message) 1) What is it for? $(hour) Used for: Prints the time at which the log message occurred (Based on the location of the bot) Message Edited and Message Deleted #modifiers-for-custom-commands All the channel modifiers above Message Edited only 1) What is it for? $(old) Used for: Replaced with the old content of the message. 2) What is it for? $(new) Used for: Replaced with the new content of the message. Message Deleted only 1) What is it for? $(content) Used for: Replaced with the content of the deleted message. 2) What is it for? $(event.message.id) Used for: Replaced with the unique identifier of the deleted message.