arrow-left

Only this pageAll pages
gitbookPowered by GitBook
1 of 13

Arabic

Loading...

getting-started

Loading...

modules

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

references

Loading...

Loading...

Invites

Welcome

hashtag
Reference

  • الأوامر

hashtag
ابدء

للبدء ، ما عليك سوى تشغيل الأمر ! setup على الخادم الخاص بك.

hashtag
تدبير الدعوات

أثناء وجود الروبوت لدينا على الخادم الخاص بك ، فإننا نتتبع كل دعوة تحدث على الخادم الخاص بك. الخلاف يظهر لك فقط من لديه عدد الدعوات. يحلل الروبوت لدينا أيضًا من تمت دعوته من قبل. هذا يسمح لبوتنا باكتشاف الدعوات المزيفة ومعرفة من يحاول خداع نظام الدعوة.

hashtag
الإشراف

يتيح لك نظام الاعتدال الجديد الخاص بنا تعديل العديد من الأشياء تلقائيًا. يرجى مراجعة موقعنا وايضا صفحات لمزيد من المعلومات. باختصار ، يقدم الروبوت الخاص بنا "strikes" للأشخاص الذين يسيئون التصرف ، وبعد كمية معينة من الضربات ، يتلقى المستخدم عقوبة. كل هذا هو شكلي من قبل المستخدم.

hashtag
Bot lists:

Vote to the bot to help us on different bot list !

infinitybotlist:

الاعدادات
strikes
punishments
arrow-up-right

Moderation

FAQ

hashtag
الأسئلة الشائعة}

hashtag
كيف أغير بريفكس البوت?

يمكنك القيام !config prefix - لتغيير البريفكس.

إذا كنت لا تعرف البريفكس الحالية الخاصة بك ، فيمكنك عمل بادئة تهيئة @invitelogger classic config prefix لرؤية البريفكس

hashtag
كيف أختار رسائل الدخول والخروج?

Set the channel by doing

!config joinMessageChannel #channel

or

!config leaveMessageChannel #channel.

After doing that, new joins and leaves will be posted to that channel.

hashtag
هل أستطيع أن اعدل على رسالة الدخول والخروج?

Absolutely! You can change the message by doing for example

!config joinMessage {memberMention} **joined**; Invited by **{inviterName}** (**{numInvites}** invites)

or

!config leaveMessage {memberName} **left**; Invited by **{inviterName}**.

There are many placeholders available. You can see the full list on the '' page.

hashtag
ماهي الرتب وكيف أستطيع استخدامها?

Ranks are used to assign roles to people when they reach a certain amount of invites. For example. if you have a role called @Beginner and you want people who have 5 or more invites to be added to that role, you would have to create a rank for that like so: !add-rank @Beginner 5 (and if you want a description here). As soon as someone has 5 invites, he will automatically be added to that role!

hashtag
How can I disable the bot in all but one/some channels?

Take away the read message permissions in the channels where you don't want the bot to reply.

hashtag
Limitation: No advanced tracking before the bot joins

Advanced tracking (who invited who) only works after you have invited the bot. The bot will still know everyones invite count after you invite it, don't worry. Just the additional information is missing and can only be collected for members who join after you invited the bot.

Examples

hashtag
Normal

hashtag
Embed (Premium)

hashtag
Join Message

hashtag
Screenshot

hashtag
Code

hashtag
Leave Message

hashtag
Screenshot

hashtag
Code

Punishments

hashtag
What are punishments?

Punishments are actions like ban, kick or mute that can be given to a user when he violates the rules. You can either call punish users directly by using commands, or you can define punishments that happen after a user reaches a certain amount of strikes.

hashtag
How can I punish a user after reaching a certain amount of strikes?

With the punishmentconfig command you can set after how many strikes a certain punishment action will be given.

A list of all available punishments:

  • ban

  • softban

  • kick

So if you would like to kick a user after he reaches 5 strikes, you would have to execute the following command

If you want to delete a punishmentconfig, just set the strikes to 0 like that:

To see all punishment configs, just use the command without giving any arguments:

!config joinMessage {memberMention} **joined**; Invited by **{inviterName}** (**{numInvites}** invites)
!config leaveMessage {memberName} **left** after {joinedAt:duration} on this server; Invited by **{inviterName}**
Custom Messagesarrow-up-right
mute
  • warn

  • !punishmentconfig <punishmentType> <numberOfStrikesNeeded>
    !punishmentconfig kick 5
    !punishmentconfig kick 0
    !punishmentconfig
    Join Embed
    Leave Embed
    !config joinMessage { "color": "#5cd65c", "author": { "name": "{memberName} joined!", "icon_url": "{memberImage}" }, "fields": [ { "name": "Account created", "value": "{memberCreated:timeAgo}", "inline": true }, { "name": "First joined", "value": "{firstJoin:date}", "inline": true }, { "name": "Number of joins", "value": "{numJoins}", "inline": true }, { "name": "Invited by", "value": "{inviterMention}\n{numInvites} (regular: {numRegularInvites}, bonus: {numBonusInvites}, fake: {numFakeInvites}, leave: {numLeaveInvites})" }, { "name": "Invite Code", "value": "{inviteCode} in channel {channelMention}" }, { "name": "Total Member Count", "value": "{memberCount}" } ] }
    !config leaveMessage { "color": "#d65c5c", "author": { "name": "{memberName} left!", "icon_url": "{memberImage}" }, "fields": [ { "name": "Time on server", "value": "{joinedAt:duration}", "inline": true }, { "name": "First joined", "value": "{firstJoin:date}", "inline": true }, { "name": "Number of joins", "value": "{numJoins}", "inline": true }, { "name": "Invited by", "value": "{inviterMention}\n{numInvites} (regular: {numRegularInvites}, bonus: {numBonusInvites}, fake: {numFakeInvites}, leave: {numLeaveInvites})" }, { "name": "Invite Code", "value": "{inviteCode} in channel {channelMention}" }, { "name": "Total Member Count", "value": "{memberCount}" } ] }
    infinitybotlist

    Strikes

    hashtag
    What are strikes?

    Strikes are points that users get for violating server rules. Every time the user receives a strike, he gets a personal message telling him how many strikes he has and why he got them. When a user reaches a certain amount of strikes, he will receive a punishment.

    hashtag
    What are violations?

    Violations are auto-moderation rules that you can enable or disable on your server. Currently, the following violations exist:

    For each of those violations, you have to define how many strikes will be given if someone violates it. You can do that by using the strikeconfig command:

    For example, if you want users to get 2 strikes for violating the invites rule, then you would use the following command:

    You can check the current config by doing:

    hashtag
    Detailed list of violations

    hashtag
    invites

    This violation is triggered whenever the user posts an invite link to another discord server.

    Example:

    !strikeconfig invites 1

    To delete the strike config:

    !strikeconfig invites 0

    Config options:

    hashtag
    links

    This violation is triggered whenever the user posts a link.

    Example:

    !strikeconfig links 1

    To delete the strike config:

    !strikeconfig links 0

    Config options:

    hashtag
    words

    This violation is triggered whenever the user posts blacklisted words.

    Example:

    !strikeconfig words 1

    To delete the strike config:

    !strikeconfig words 0

    Config options:

    hashtag
    allCaps

    This violation is triggered whenever the user posts a message that is mostly in CAPS.

    Example:

    !strikeconfig allCaps 1

    To delete the strike config:

    !strikeconfig allCaps 0

    Config options:

    hashtag
    duplicateText

    This violation is triggered whenever the user posts the same text multiple times.

    Example:

    !strikeconfig duplicateText 1

    To delete the strike config:

    !strikeconfig duplicateText 0

    Config options:

    hashtag
    quickMessages

    This violation is triggered whenever the user quickly posts messages.

    Example:

    !strikeconfig quickMessages 1

    To delete the strike config:

    !strikeconfig quickMessages 0

    Config options:

    hashtag
    mentionUsers

    This violation is triggered whenever the user mentions mutliple users.

    Example:

    !strikeconfig mentionUsers 1

    To delete the strike config:

    !strikeconfig mentionUsers 0

    Config options:

    hashtag
    mentionRoles

    This violation is triggered whenever the user mentions mutliple roles.

    Example:

    !strikeconfig mentionRoles 1

    To delete the strike config:

    !strikeconfig mentionRoles 0

    Config options:

    hashtag
    emojis

    This violation is triggered whenever the user posts multiple emojis.

    Example:

    !strikeconfig emojis 1

    To delete the strike config:

    !strikeconfig emojis 0

    Config options:

  • invitesarrow-up-right
    linksarrow-up-right
    wordsarrow-up-right
    autoModInvitesEnabledarrow-up-right
    autoModLinksEnabledarrow-up-right
    autoModLinksWhitelistarrow-up-right
    autoModLinksBlacklistarrow-up-right
    autoModWordsEnabledarrow-up-right
    autoModWordsBlacklistarrow-up-right
    autoModAllCapsEnabledarrow-up-right
    autoModAllCapsMinCharactersarrow-up-right
    autoModAllCapsPercentageCapsarrow-up-right
    autoModDuplicateTextEnabledarrow-up-right
    autoModDuplicateTextTimeframeInSecondsarrow-up-right
    autoModQuickMessagesEnabledarrow-up-right
    autoModQuickMessagesNumberOfMessagesarrow-up-right
    autoModQuickMessagesTimeframeInSecondsarrow-up-right
    autoModMentionUsersEnabledarrow-up-right
    autoModMentionUsersMaxNumberOfMentionsarrow-up-right
    autoModMentionRolesEnabledarrow-up-right
    autoModMentionRolesMaxNumberOfMentionsarrow-up-right
    autoModEmojisEnabledarrow-up-right
    autoModEmojisMaxNumberOfEmojisarrow-up-right
    !strikeconfig <violationType> <numberOfStrikes>
    !strikeconfig invites 2
    !strikeconfig
    allCapsarrow-up-right
    duplicateTextarrow-up-right
    quickMessagesarrow-up-right
    mentionUsersarrow-up-right
    mentionRolesarrow-up-right
    emojisarrow-up-right
    autoModLinksFollowRedirectsarrow-up-right

    Custom Messages

    You can customise the join and leave messages with a number of parameters.

    (Jump to placeholders)

    hashtag
    Custom Messages

    You can set a custom join or leave message by setting the config:

    or

    A message like that obviously doesn't make sense. You should personalise it with information about the new member, inviter or the server. Please see the list below for all available placeholders.

    So if we want the message to say

    Welcome @Andy! You were invited by Valandur, who now has 3 invites! Have fun on our server!

    we can easily do that by replacing all the names and the number with placeholders:

    Welcome {memberMention}! You were invited by {inviterName}, who now has {numInvites} invites! Have fun on our server!

    So you can now do !config joinMessage <message from above> to set the message. Our bot will automatically replace the placeholders every time someone joins.

    [!NOTE|style:flat] Premium users can also use embeds in their join and leave messages. Please see the to see what kind of messages you can make!

    hashtag
    Placeholders

    !config joinMessage This is your custom join message! It will be posted every time someone joins your server.
    !config leaveMessage This is your custom leave message! It will be posted every time someone leaves your server.

    {memberMention}

    yes

    no

    @Andy

    The mention of the member that just joined your discord server (person will be pinged).

    {memberFullName}

    yes

    yes

    Andy#1801

    The username and discriminator of the user that just joined your server

    {memberImage}

    yes

    yes

    [URL]

    URL of the avatar of the member

    {inviterName}

    yes

    yes

    Andy

    The name of the inviter

    {inviterId}

    yes

    yes

    241929953

    The discord ID of the inviter

    {inviterMention}

    yes

    yes

    @Andy

    The mention of the inviter (person will be pinged)

    {inviterFullName}

    yes

    yes

    Andy#1801

    The username and discriminator of the inviter

    {inviterImage}

    yes

    yes

    [URL]

    URL of the avatar of the inviter

    {numInvites}

    yes

    yes

    12

    Number of invites the inviter has in total

    {numRegularInvites}

    yes

    yes

    7

    Number of invites the inviter has through regular invites

    {numBonusInvites}

    yes

    yes

    5

    Number of invites the inviter has as a bonus (they were assigned manually)

    {numFakeInvites}

    yes

    yes

    3

    Number of fake invites the inviter has

    {numLeaveInvites}

    yes

    yes

    6

    Number of invites that were removed because the member left again.

    {memberCount}

    yes

    yes

    42

    Number of members your server has in total

    {numJoins}

    yes

    yes

    3

    Number of times the user has joined the server

    {channelName}

    yes

    yes

    general

    The name of the channel where the invite code was created

    {channelMention}

    yes

    yes

    #general

    Mention of the channel where the invite code was created

    {inviteCode}

    yes

    yes

    fgSr30s

    Invite code used

    {memberCreated:date}

    yes

    yes

    25.09.2016

    Date the discord user was created

    {memberCreated:duration}

    yes

    yes

    5 weeks

    Duration since the discord user was created

    {memberCreated:timeAgo}

    yes

    yes

    2 day ago

    Time the discord user was created

    {firstJoin:date}

    yes

    yes

    11.12.2017

    Date the user joined the server for the first time

    {firstJoin:duration}

    yes

    yes

    4 days

    Duration since the user joined the server for the first time

    {firstJoin:timeAgo}

    yes

    yes

    1 week ago

    Time the user joined the server for the first time

    {previousJoin:date}

    yes

    no

    02.04.2018

    Date when the user joined the server the last time

    {previousJoin:duration}

    yes

    no

    2 months

    Duration since when the user joined the server the last time

    {previousJoin:timeAgo}

    yes

    no

    1 second ago

    Time when the user joined the server the last time

    {joinedAt:date}

    no

    yes

    17.05.2018

    Date when the user joined

    {joinedAt:duration}

    no

    yes

    3 minutes

    Duration since when the user joined

    {joinedAt:timeAgo}

    no

    yes

    2 minutes ago

    Time when the user joined

    join

    leave

    example

    description

    {memberName}

    yes

    yes

    Andy

    The name of the member that just joined your discord server

    {memberId}

    yes

    yes

    436844634

    More info herearrow-up-right
    examples pagearrow-up-right

    The discord ID of the member that just joined your server

    Settings

    hashtag
    Configs

    There are many config options that can be set. You don't have to set all of them. If you just added the bot, just run !setup, which will guide you through the most important ones.

    hashtag
    Overview

    hashtag
    عام

    hashtag
    دعوات

    General

    الانضمامات

    المغادرات

    المتصدرين

    المزيفون

    رتب

    hashtag
    اداره

    كلمة التحقق

    عام

    تسجيل

    دعوات

    روابط

    كلمات محظوره

    احرف كبيره

    رسائل مكررة

    سبام/اصرار

    إشارات

    ايموجيز - تعبير وجه

    hashtag
    بريفكس

    البريفكس المستخدم لتشغيل أوامر البوت.

    Type: String

    Default: !

    Reset to default: !config prefix default

    Examples:

    !config prefix +

    !config prefix >

    hashtag
    لغه

    لغة البوت

    Type: Enum<Lang>

    Default: en

    Reset to default: !config lang default

    Possible values: ar, bg, cs, de, el, en, es, fr, hu, id_ID, it, ja,

    Example:

    !config lang ar

    hashtag
    قناه السجل

    القناه التي يتم تسجيل حركات البوت فيها.

    Type: Channel

    Default: null

    Reset to default: !config logChannel default

    Examples:

    !config logChannel #channel

    hashtag
    الحصول على التحديثات

    فعل لتلقي تحديثات التطوير الخاصه بInviteManager.

    Type: Boolean

    Default: true

    Reset to default: !config getUpdates default

    Enable:

    !config getUpdates true

    Disable:

    !config getUpdates false

    hashtag
    قنوات الأوامر

    القنوات التي سيتفاعل فيها البوت مع الأوامر.

    Type: Channel[]

    Default: ``

    Reset to default: !config channels default

    hashtag
    القنوات المتجاهلة

    القنوات التي سيتجاهل فيها البوت الأوامر.

    Type: Channel[]

    Default: ``

    Reset to default: !config ignoredChannels default

    hashtag
    Join Roles

    Roles that are assigned to all members when joining.

    Type: Role[]

    Default: ``

    Reset to default: !config joinRoles default

    hashtag
    رساله

    الرسالة المرسلة عندما يدخل شخص ما الخادم/السيرفر.

    Type: String

    Default: {memberMention} **joined**; Invited by **{inviterName}** (**{numInvites}** invites)

    Reset to default: !config joinMessage default

    hashtag
    قناه الرسائل

    القناة التي يتم إرسال رسالة الدخول فيها.

    Type: Channel

    Default: null

    Reset to default: !config joinMessageChannel default

    Examples:

    !config joinMessageChannel #general

    !config joinMessageChannel #joins

    hashtag
    رساله

    الرسالة المرسلة عندما يترك شخص ما الخادم/السيرفر.

    Type: String

    Default: {memberName} **left**; Invited by **{inviterName}**

    Reset to default: !config leaveMessage default

    Examples:

    !config leaveMessage

    !config leaveMessage

    hashtag
    قناه الرسائل

    القناة التي يتم إرسال رسالة الخروج فيها.

    Type: Channel

    Default: null

    Reset to default: !config leaveMessageChannel default

    Examples:

    !config leaveMessageChannel #general

    !config leaveMessageChannel #leaves

    hashtag
    اسلوب

    مظهر اسلوب المتصدرين

    Type: Enum<LeaderboardStyle>

    Default: normal

    Reset to default: !config leaderboardStyle default

    Possible values: normal, table, mentions

    Example:

    !config leaderboardStyle normal

    hashtag
    اخفي الاعضاء الذين خرجوا

    إخفاء الأعضاء الذين تركوا الخادم من المتصدرين

    Type: Boolean

    Default: true

    Reset to default: !config hideLeftMembersFromLeaderboard default

    Enable:

    !config hideLeftMembersFromLeaderboard true

    Disable:

    !config hideLeftMembersFromLeaderboard false

    hashtag
    طرح تلقائي

    ازاله الدعوات المزورة تلقائياً

    Type: Boolean

    Default: true

    Reset to default: !config autoSubtractFakes default

    Enable:

    !config autoSubtractFakes true

    Disable:

    !config autoSubtractFakes false

    hashtag
    طرح تلقائي

    ازالة الدعوات تلقائيًا من المدعو عندما يغادر

    Type: Boolean

    Default: true

    Reset to default: !config autoSubtractLeaves default

    Enable:

    !config autoSubtractLeaves true

    Disable:

    !config autoSubtractLeaves false

    hashtag
    بداية الطرح التلقائي

    الوقت بالثواني الذي يتعين على المستخدم البقاء فيه في السيرفر للدعوه للعد

    Type: Number

    Default: 600

    Reset to default: !config autoSubtractLeaveThreshold default

    Examples:

    !config autoSubtractLeaveThreshold 60

    !config autoSubtractLeaveThreshold 3600

    hashtag
    أسلوب الواجب

    كيف تتم مكافأة الرتب للمستخدمين.

    Type: Enum<RankAssignmentStyle>

    Default: all

    Reset to default: !config rankAssignmentStyle default

    Possible values: all, highest, onlyAdd

    Example:

    !config rankAssignmentStyle all

    hashtag
    قناه التصاريح

    القناة التي يعلن فيها المستخدمون الذين يتلقون رتبة جديدة.

    Type: Channel

    Default: null

    Reset to default: !config rankAnnouncementChannel default

    Examples:

    !config rankAnnouncementChannel

    !config rankAnnouncementChannel

    hashtag
    رساله التصريح

    الرسالة التي يتم إرسالها عندما يتلقى المستخدم رتبة جديدة.

    Type: String

    Default: Congratulations, **{memberMention}** has reached the **{rankName}** rank!

    Reset to default: !config rankAnnouncementMessage default

    Examples:

    !config rankAnnouncementMessage

    !config rankAnnouncementMessage

    hashtag
    مفعل

    سواء تم تفعيل التحقق من كلمة التحقق أم لا.

    Type: Boolean

    Default: false

    Reset to default: !config captchaVerificationOnJoin default

    Enable:

    !config captchaVerificationOnJoin true

    Disable:

    !config captchaVerificationOnJoin false

    hashtag
    رسالة الترحيب

    الرسالة التي سيحصل عليها المستخدم بعد الانضمام إلى الخادم وتوجيهه لدخول اختبار كلمة التحقق.

    Type: String

    Default: Welcome to the server **{serverName}**! For extra protection, new members are required to enter a captcha.

    Reset to default: !config captchaVerificationWelcomeMessage default

    Examples:

    !config captchaVerificationWelcomeMessage Welcome, please enter the captcha below!

    hashtag
    رسالة النجاح

    رسالة الترحيب التي سيتم إرسالها إلى المستخدم بعد أن يتحقق بنجاح.

    Type: String

    Default: You have successfully entered the captcha. Welcome to the server!

    Reset to default: !config captchaVerificationSuccessMessage default

    Examples:

    !config captchaVerificationSuccessMessage Thanks for entering the captcha, enjoy our server!

    hashtag
    رسالة فاشلة

    الرسالة التي يتم إرسالها عندما يخفق المستخدم بكلمه التحقق.

    Type: String

    Default: You did not enter the captha right within the specified time.We're sorry, but we have to kick you from the server. Feel free to join again.

    Reset to default: !config captchaVerificationFailedMessage default

    Examples:

    !config captchaVerificationFailedMessage Looks like you are not human :(. You can join again and try again later if this was a mistake!

    hashtag
    التحقق من المهلة

    الوقت الذي يتم فيه إدخال كلمة التحقق بنجاح.

    Type: Number

    Default: 180

    Reset to default: !config captchaVerificationTimeout default

    Examples:

    !config captchaVerificationTimeout 60

    !config captchaVerificationTimeout 600

    hashtag
    السجل مفعل

    سواء سيتم تسجيل محاولات التحقق ام لا.

    Type: Boolean

    Default: true

    Reset to default: !config captchaVerificationLogEnabled default

    Enable:

    !config captchaVerificationLogEnabled true

    Disable:

    !config captchaVerificationLogEnabled false

    hashtag
    تمكين

    Automatically moderate messages (specific rules can also be turned on or off, this has to be ON for ANY rule to work).

    Type: Boolean

    Default: false

    Reset to default: !config autoModEnabled default

    Enable:

    !config autoModEnabled true

    Disable:

    !config autoModEnabled false

    hashtag
    القنوات الادارية

    The list of moderated channels (this acts as a whitelist, leave empty to moderate all channels, or use autoModIgnoredChannels to ignore certain channels).

    Type: Channel[]

    Default: ``

    Reset to default: !config autoModModeratedChannels default

    Examples:

    !config autoModModeratedChannels #general

    !config autoModModeratedChannels #support,#help

    hashtag
    الرتب الادارية

    The list of roles that are moderated (this acts as a whitelist, leave empty to moderate all roles, or use autoModIgnoredRoles to ignore certain roles).

    Type: Role[]

    Default: ``

    Reset to default: !config autoModModeratedRoles default

    Examples:

    !config autoModModeratedRoles @NewMembers

    !config autoModModeratedRoles @Newbies,@Starters

    hashtag
    القنوات المتجاهلة

    Channels that are ignored while automatically moderating.

    Type: Channel[]

    Default: ``

    Reset to default: !config autoModIgnoredChannels default

    Examples:

    !config autoModIgnoredChannels #general

    !config autoModIgnoredChannels #off-topic,#nsfw

    hashtag
    تجاهل الأدوار

    Any members with these roles will not automatically be moderated.

    Type: Role[]

    Default: ``

    Reset to default: !config autoModIgnoredRoles default

    Examples:

    !config autoModIgnoredRoles @TrustedMembers

    !config autoModIgnoredRoles @Moderators,@Staff

    hashtag
    رتبه صامته

    The role that is given to people who are muted. Make sure this role is denied the "Send Message" permission.

    Type: Role

    Default: null

    Reset to default: !config mutedRole default

    Examples:

    !config mutedRole @muted

    hashtag
    معطل للأعضاء القدامى

    Disabled auto moderation for members that have been in your server for a long time.

    Type: Boolean

    Default: false

    Reset to default: !config autoModDisabledForOldMembers default

    Enable:

    !config autoModDisabledForOldMembers true

    Disable:

    !config autoModDisabledForOldMembers false

    hashtag
    الأعضاء القديمة عتبة

    The amount of time a member has to be in your server to be considered 'old'.

    Type: Number

    Default: 604800

    Reset to default: !config autoModDisabledForOldMembersThreshold default

    Examples:

    !config autoModDisabledForOldMembersThreshold 604800 (1 week)``

    !config autoModDisabledForOldMembersThreshold 2419200 (1 month)``

    hashtag
    Log Enabled

    Log any moderation actions that the bot makes.

    Type: Boolean

    Default: true

    Reset to default: !config autoModLogEnabled default

    Enable:

    !config autoModLogEnabled true

    Disable:

    !config autoModLogEnabled false

    hashtag
    سجل القناه الخاص بالمود

    القناة التي سيتم نشر سجلات المود فيها.

    Type: Channel

    Default: null

    Reset to default: !config modLogChannel default

    Examples:

    !config modLogChannel #channel

    !config modLogChannel #logs

    hashtag
    حذف رسائل بوت

    Automatically delete the bots own messages (keeps your chat clean).

    Type: Boolean

    Default: true

    Reset to default: !config autoModDeleteBotMessage default

    Enable:

    !config autoModDeleteBotMessage true

    Disable:

    !config autoModDeleteBotMessage false

    hashtag
    حذف Bot Message Timeout

    The timeout after which bot messages are deleted.

    Type: Number

    Default: 5

    Reset to default: !config autoModDeleteBotMessageTimeoutInSeconds default

    Examples:

    !config autoModDeleteBotMessageTimeoutInSeconds 5

    !config autoModDeleteBotMessageTimeoutInSeconds 10

    hashtag
    حذف رسائل الحظر

    سواء سيتم حذف رسائل "الحظر" من عدمه تلقائيًا او لا.

    Type: Boolean

    Default: true

    Reset to default: !config modPunishmentBanDeleteMessage default

    Enable:

    !config modPunishmentBanDeleteMessage true

    Disable:

    !config modPunishmentBanDeleteMessage false

    hashtag
    حذف رسائل الطرد

    سواء سيتم حذف رسائل "الطرد" من عدمه تلقائيًا او لا.

    Type: Boolean

    Default: true

    Reset to default: !config modPunishmentKickDeleteMessage default

    Enable:

    !config modPunishmentKickDeleteMessage true

    Disable:

    !config modPunishmentKickDeleteMessage false

    hashtag
    حذف رسائل الحظر

    سواء سيتم حذف رسائل "الحظر" من عدمه تلقائيًا او لا.

    Type: Boolean

    Default: true

    Reset to default: !config modPunishmentSoftbanDeleteMessage default

    Enable:

    !config modPunishmentSoftbanDeleteMessage true

    Disable:

    !config modPunishmentSoftbanDeleteMessage false

    hashtag
    حذف رسائل التحذير.

    سواء سيتم حذف رسائل "تحذير" من عدمه تلقائيًا او لا.

    Type: Boolean

    Default: true

    Reset to default: !config modPunishmentWarnDeleteMessage default

    Enable:

    !config modPunishmentWarnDeleteMessage true

    Disable:

    !config modPunishmentWarnDeleteMessage false

    hashtag
    حذف رسائل الصمت

    سواء سيتم حذف رسائل "الصمت" من عدمه تلقائيًا او لا.

    Type: Boolean

    Default: true

    Reset to default: !config modPunishmentMuteDeleteMessage default

    Enable:

    !config modPunishmentMuteDeleteMessage true

    Disable:

    !config modPunishmentMuteDeleteMessage false

    hashtag
    تمكين

    Automatically scan messages for discord invite links and remove them.

    Type: Boolean

    Default: true

    Reset to default: !config autoModInvitesEnabled default

    Enable:

    !config autoModInvitesEnabled true

    Disable:

    !config autoModInvitesEnabled false

    hashtag
    تمكين

    Automatically remove messages containing links (you can set a whitelist and blacklist).

    Type: Boolean

    Default: true

    Reset to default: !config autoModLinksEnabled default

    Enable:

    !config autoModLinksEnabled true

    Disable:

    !config autoModLinksEnabled false

    hashtag
    القائمة البيضاء

    A list of links that users are allowed to post.

    Type: String[]

    Default: ``

    Reset to default: !config autoModLinksWhitelist default

    Examples:

    !config autoModLinksWhitelist discordbots.org

    !config autoModLinksWhitelist youtube.com,twitch.com

    hashtag
    القائمة السوداء

    Blacklist certain links which users won't be able to post.

    Type: String[]

    Default: ``

    Reset to default: !config autoModLinksBlacklist default

    Examples:

    !config autoModLinksBlacklist google.com

    !config autoModLinksBlacklist twitch.com,youtube.com

    hashtag
    Follow Redirects

    Enable this to resolve redirects for links.

    Type: Boolean

    Default: true

    Reset to default: !config autoModLinksFollowRedirects default

    Enable:

    !config autoModLinksFollowRedirects true

    Disable:

    !config autoModLinksFollowRedirects false

    hashtag
    مفعل

    سواء سيتم التحقق تلقائياً من رسائل المحظوره او لا.

    Type: Boolean

    Default: true

    Reset to default: !config autoModWordsEnabled default

    Enable:

    !config autoModWordsEnabled true

    Disable:

    !config autoModWordsEnabled false

    hashtag
    حظر

    قائمه من الكلمات المحظوره

    Type: String[]

    Default: ``

    Reset to default: !config autoModWordsBlacklist default

    Examples:

    !config autoModWordsBlacklist gay

    !config autoModWordsBlacklist stupid,fuck

    hashtag
    تمكين

    Automatically moderate messages with A LOT OF CAPS.

    Type: Boolean

    Default: true

    Reset to default: !config autoModAllCapsEnabled default

    Enable:

    !config autoModAllCapsEnabled true

    Disable:

    !config autoModAllCapsEnabled false

    hashtag
    الحد الأدنى من الشخصيات

    The minimum amount of characters in a message to be considered for moderating (setting to '3' would ignore 'OK').

    Type: Number

    Default: 10

    Reset to default: !config autoModAllCapsMinCharacters default

    Examples:

    !config autoModAllCapsMinCharacters 5

    !config autoModAllCapsMinCharacters 15

    hashtag
    النسبة المئوية CAPs

    The percentage of characters of the message that have to be CAPs for the rule to trigger.

    Type: Number

    Default: 70

    Reset to default: !config autoModAllCapsPercentageCaps default

    Examples:

    !config autoModAllCapsPercentageCaps 50

    !config autoModAllCapsPercentageCaps 90

    hashtag
    تمكين

    Automatically moderate duplicate messages (copy-paste spam).

    Type: Boolean

    Default: true

    Reset to default: !config autoModDuplicateTextEnabled default

    Enable:

    !config autoModDuplicateTextEnabled true

    Disable:

    !config autoModDuplicateTextEnabled false

    hashtag
    الإطار الزمني بالثواني

    The timeframe whithin which messages will be considered duplicates.

    Type: Number

    Default: 60

    Reset to default: !config autoModDuplicateTextTimeframeInSeconds default

    Examples:

    !config autoModDuplicateTextTimeframeInSeconds 5

    !config autoModDuplicateTextTimeframeInSeconds 20

    hashtag
    مفعل

    Automatically moderate users sending a lot of messages in a short time.

    Type: Boolean

    Default: true

    Reset to default: !config autoModQuickMessagesEnabled default

    Enable:

    !config autoModQuickMessagesEnabled true

    Disable:

    !config autoModQuickMessagesEnabled false

    hashtag
    # من الرسائل

    The number of messages that have to be sent within the timeframe to trigger the rule.

    Type: Number

    Default: 5

    Reset to default: !config autoModQuickMessagesNumberOfMessages default

    Examples:

    !config autoModQuickMessagesNumberOfMessages 5

    !config autoModQuickMessagesNumberOfMessages 10

    hashtag
    الإطار الزمني بالثواني

    The timeframe within which a user is allowed to send a maximum amount of messages.

    Type: Number

    Default: 3

    Reset to default: !config autoModQuickMessagesTimeframeInSeconds default

    Examples:

    !config autoModQuickMessagesTimeframeInSeconds 2

    !config autoModQuickMessagesTimeframeInSeconds 10

    hashtag
    تمكين

    Automatically moderate messages that mention an excessive amount of users.

    Type: Boolean

    Default: true

    Reset to default: !config autoModMentionUsersEnabled default

    Enable:

    !config autoModMentionUsersEnabled true

    Disable:

    !config autoModMentionUsersEnabled false

    hashtag
    Max # of Mentions

    The maximum amount of users a member can mention in a message.

    Type: Number

    Default: 5

    Reset to default: !config autoModMentionUsersMaxNumberOfMentions default

    Examples:

    !config autoModMentionUsersMaxNumberOfMentions 2

    !config autoModMentionUsersMaxNumberOfMentions 5

    hashtag
    تمكين

    Automatically moderate messages that mention an excessive amount of roles.

    Type: Boolean

    Default: true

    Reset to default: !config autoModMentionRolesEnabled default

    Enable:

    !config autoModMentionRolesEnabled true

    Disable:

    !config autoModMentionRolesEnabled false

    hashtag
    Max # of Mentions

    The maximum amount of roles a member can mention in a message.

    Type: Number

    Default: 3

    Reset to default: !config autoModMentionRolesMaxNumberOfMentions default

    Examples:

    !config autoModMentionRolesMaxNumberOfMentions 2

    !config autoModMentionRolesMaxNumberOfMentions 5

    hashtag
    تمكين

    Automatically moderate messages with an excessive amount of emojis.

    Type: Boolean

    Default: true

    Reset to default: !config autoModEmojisEnabled default

    Enable:

    !config autoModEmojisEnabled true

    Disable:

    !config autoModEmojisEnabled false

    hashtag
    ماكس # من Emojis

    The maximum amount of emojis a message is allowed to have before trigger the rule.

    Type: Number

    Default: 5

    Reset to default: !config autoModEmojisMaxNumberOfEmojis default

    Examples:

    !config autoModEmojisMaxNumberOfEmojis 5

    !config autoModEmojisMaxNumberOfEmojis 10

    hashtag
    Enabled

    Automatically give members nicknames if they try to hoist (use special characters to appear at the top of the user list).

    Type: Boolean

    Default: true

    Reset to default: !config autoModHoistEnabled default

    Enable:

    !config autoModHoistEnabled true

    Disable:

    !config autoModHoistEnabled false

    القنوات التي سيتجاهل فيها البوت الأوامر.

    سواء سيتم تسجيل محاولات التحقق ام لا.

    The role that is given to people who are muted. Make sure this role is denied the "Send Message" permission.

    معطل للأعضاء القدامى

    Disabled auto moderation for members that have been in your server for a long time.

    الأعضاء القديمة عتبة

    The amount of time a member has to be in your server to be considered 'old'.

    سواء سيتم حذف رسائل "الطرد" من عدمه تلقائيًا او لا.

    حذف رسائل الحظر

    سواء سيتم حذف رسائل "الحظر" من عدمه تلقائيًا او لا.

    حذف رسائل التحذير.

    سواء سيتم حذف رسائل "تحذير" من عدمه تلقائيًا او لا.

    حذف رسائل الصمت

    سواء سيتم حذف رسائل "الصمت" من عدمه تلقائيًا او لا.

    lt
    ,
    nl
    ,
    pl
    ,
    pt
    ,
    pt_BR
    ,
    ro
    ,
    ru
    ,
    sr
    ,
    tr
    ,
    zh_CN
    ,
    zh_TW

    Setting

    Description

    بريفكس

    البريفكس المستخدم لتشغيل أوامر البوت.

    لغه

    لغة البوت

    قناه السجل

    القناه التي يتم تسجيل حركات البوت فيها.

    الحصول على التحديثات

    فعل لتلقي تحديثات التطوير الخاصه بInviteManager.

    قنوات الأوامر

    القنوات التي سيتفاعل فيها البوت مع الأوامر.

    Setting

    Description

    Join Roles

    Roles that are assigned to all members when joining.

    Setting

    Description

    رساله

    الرسالة المرسلة عندما يدخل شخص ما الخادم/السيرفر.

    قناه الرسائل

    القناة التي يتم إرسال رسالة الدخول فيها.

    Setting

    Description

    رساله

    الرسالة المرسلة عندما يترك شخص ما الخادم/السيرفر.

    قناه الرسائل

    القناة التي يتم إرسال رسالة الخروج فيها.

    طرح تلقائي

    ازالة الدعوات تلقائيًا من المدعو عندما يغادر

    بداية الطرح التلقائي

    الوقت بالثواني الذي يتعين على المستخدم البقاء فيه في السيرفر للدعوه للعد

    Setting

    Description

    اسلوب

    مظهر اسلوب المتصدرين

    اخفي الاعضاء الذين خرجوا

    إخفاء الأعضاء الذين تركوا الخادم من المتصدرين

    Setting

    Description

    طرح تلقائي

    ازاله الدعوات المزورة تلقائياً

    Setting

    Description

    أسلوب الواجب

    كيف تتم مكافأة الرتب للمستخدمين.

    قناه التصاريح

    القناة التي يعلن فيها المستخدمون الذين يتلقون رتبة جديدة.

    رساله التصريح

    الرسالة التي يتم إرسالها عندما يتلقى المستخدم رتبة جديدة.

    Setting

    Description

    مفعل

    سواء تم تفعيل التحقق من كلمة التحقق أم لا.

    رسالة الترحيب

    الرسالة التي سيحصل عليها المستخدم بعد الانضمام إلى الخادم وتوجيهه لدخول اختبار كلمة التحقق.

    رسالة النجاح

    رسالة الترحيب التي سيتم إرسالها إلى المستخدم بعد أن يتحقق بنجاح.

    رسالة فاشلة

    الرسالة التي يتم إرسالها عندما يخفق المستخدم بكلمه التحقق.

    التحقق من المهلة

    الوقت الذي يتم فيه إدخال كلمة التحقق بنجاح.

    Setting

    Description

    تمكين

    Automatically moderate messages (specific rules can also be turned on or off, this has to be ON for ANY rule to work).

    القنوات الادارية

    The list of moderated channels (this acts as a whitelist, leave empty to moderate all channels, or use autoModIgnoredChannels to ignore certain channels).

    الرتب الادارية

    The list of roles that are moderated (this acts as a whitelist, leave empty to moderate all roles, or use autoModIgnoredRoles to ignore certain roles).

    القنوات المتجاهلة

    Channels that are ignored while automatically moderating.

    تجاهل الأدوار

    Any members with these roles will not automatically be moderated.

    Setting

    Description

    Log Enabled

    Log any moderation actions that the bot makes.

    سجل القناه الخاص بالمود

    القناة التي سيتم نشر سجلات المود فيها.

    حذف رسائل بوت

    Automatically delete the bots own messages (keeps your chat clean).

    حذف Bot Message Timeout

    The timeout after which bot messages are deleted.

    حذف رسائل الحظر

    سواء سيتم حذف رسائل "الحظر" من عدمه تلقائيًا او لا.

    Setting

    Description

    تمكين

    Automatically scan messages for discord invite links and remove them.

    Setting

    Description

    تمكين

    Automatically remove messages containing links (you can set a whitelist and blacklist).

    القائمة البيضاء

    A list of links that users are allowed to post.

    القائمة السوداء

    Blacklist certain links which users won't be able to post.

    Follow Redirects

    Enable this to resolve redirects for links.

    Setting

    Description

    مفعل

    سواء سيتم التحقق تلقائياً من رسائل المحظوره او لا.

    حظر

    قائمه من الكلمات المحظوره

    Setting

    Description

    تمكين

    Automatically moderate messages with A LOT OF CAPS.

    الحد الأدنى من الشخصيات

    The minimum amount of characters in a message to be considered for moderating (setting to '3' would ignore 'OK').

    النسبة المئوية CAPs

    The percentage of characters of the message that have to be CAPs for the rule to trigger.

    Setting

    Description

    تمكين

    Automatically moderate duplicate messages (copy-paste spam).

    الإطار الزمني بالثواني

    The timeframe whithin which messages will be considered duplicates.

    Setting

    Description

    مفعل

    Automatically moderate users sending a lot of messages in a short time.

    # من الرسائل

    The number of messages that have to be sent within the timeframe to trigger the rule.

    الإطار الزمني بالثواني

    The timeframe within which a user is allowed to send a maximum amount of messages.

    Setting

    Description

    تمكين

    Automatically moderate messages that mention an excessive amount of users.

    Max # of Mentions

    The maximum amount of users a member can mention in a message.

    تمكين

    Automatically moderate messages that mention an excessive amount of roles.

    Max # of Mentions

    The maximum amount of roles a member can mention in a message.

    Setting

    Description

    تمكين

    Automatically moderate messages with an excessive amount of emojis.

    ماكس # من Emojis

    The maximum amount of emojis a message is allowed to have before trigger the rule.

    Enabled

    Automatically give members nicknames if they try to hoist (use special characters to appear at the top of the user list).

    القنوات المتجاهلة

    السجل مفعل

    رتبه صامته

    حذف رسائل الطرد

    Commands

    hashtag
    Commands

    To get a list of available commands, do !help on your server.

    hashtag
    Arguments & Flags

    Most commands accept arguments and/or flags. According to the Type of the argument or flag you can provide different values.

    hashtag
    Boolean

    This arguments expects true or false. You can also use yes and no.

    hashtag
    رقم

    This arguments expects a number

    hashtag
    Enum

    This arguments expects a value from a specific set of valid values.

    Depending on the command the valid values can vary. Use !help <command> (eg. !help addRank) to get more information about the command and the valid values for the enum.

    hashtag
    رقم الدعوة

    This arguments expects a Discord Invite Code.

    You can put only the part after https://discord.gg/ to prevent Discord from creating a preview.

    hashtag
    المستعمل

    This arguments expects a Discord User. You can use any of the following methods to provide a user:

    • Mention the user: @Valandur

    • Use their ID: 102785693046026240

    • Use their name: Valandur

    hashtag
    وظيفة

    This arguments expects a Discord Role. You can use any of the following methods to provide a role:

    • Mention the role: @Admin

    • Use the ID: 102785693046026240

    • Use the name: Admin

    hashtag
    القناة

    This arguments expects a Discord Channel. You can use any of the following methods to provide a channel:

    • Mention the channel: #general

    • Use the ID: 409846838129197057

    • Use the name: general

    hashtag
    أمر

    This argument expects a command of this bot. You can use any of the following methods to provide a command:

    • Use the command name: invites

    • Use an alias of the command: p

    hashtag
    نص

    This arguments expects any text. You can use quotes ("Text with quotes") for text that has spaces.

    If the text is the last argument you don't have to use quotes.

    hashtag
    تاريخ

    This argument expects a date. You can use various formats, but we recommend: YYYY-MM-DD

    hashtag
    المدة الزمنية

    This argument expects a duration. The following duration types are supported:

    • Seconds: s (5s = 5 seconds)

    • Minutes: min (3min = 3 minutes)

    hashtag
    Overview

    hashtag
    Invites

    hashtag
    Ranks

    hashtag
    Config

    hashtag
    Info

    hashtag
    Premium

    hashtag
    Moderation

    hashtag
    Other

    hashtag
    !addInvites

    أضافة/ازالة دعوات للعضو او منه.

    hashtag
    Usage

    hashtag
    Aliases

    • !add-invites

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !addRank

    أضف رتبة جديدة.

    hashtag
    Usage

    hashtag
    Aliases

    • !add-rank

    • !set-rank

    • !setrank

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !ban

    قم بحظر العضو من السيرفر الخاص بك.

    hashtag
    Usage

    hashtag
    Arguments

    hashtag
    Flags

    hashtag
    Examples

    hashtag
    !botConfig

    قم باظهار وتغيير اعدادات البوت.

    hashtag
    Usage

    hashtag
    Aliases

    • !bot-config

    • !botsetting

    • !bot-setting

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !botInfo

    الحصول على معلومات عامة حول الروبوت.

    hashtag
    Usage

    hashtag
    Aliases

    • !bot-info

    hashtag
    Examples

    hashtag
    !caseDelete

    حذف حالة معينة.

    hashtag
    Usage

    hashtag
    Aliases

    • !case-delete

    • !deletecase

    • !delete-case

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !caseView

    عرض معلومات حول حالة معينة.

    hashtag
    Usage

    hashtag
    Aliases

    • !case-view

    • !viewcase

    • !view-case

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !check

    تحقق من انتهاك وتاريخ العقوبة للمستخدم.

    hashtag
    Usage

    hashtag
    Aliases

    • !history

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !clean

    مسح روم/غرفة لنوع معين من الرسائل

    hashtag
    Usage

    hashtag
    Aliases

    • !clear

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !cleanShort

    قم بمسح الرسائل القصيرة

    hashtag
    Usage

    hashtag
    Aliases

    • !clean-short

    • !clearshort

    • !clear-short

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !cleanText

    حذف الرسائل التي تحتوي على كلمات رئيسية معينة.

    hashtag
    Usage

    hashtag
    Aliases

    • !clean-text

    • !cleartext

    • !clear-text

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !clearInvites

    تنظيف الاضافات للسيرفر او لمستعمل.

    hashtag
    Usage

    hashtag
    Aliases

    • !clear-invites

    hashtag
    Arguments

    hashtag
    Flags

    hashtag
    Examples

    hashtag
    !config

    اظهر وغير الاعدادات في السيرفر.

    hashtag
    Usage

    hashtag
    Aliases

    • !c

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !createInvite

    انشاء كود الدعوات فريد من نوعه.

    hashtag
    Usage

    hashtag
    Aliases

    • !create-invite

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !credits

    إظهار المطورين والمساهمين في البوت.

    hashtag
    Usage

    hashtag
    Examples

    hashtag
    !export

    اصدار ملفات الانفايت منجر لـ csv

    hashtag
    Usage

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !fixRanks

    Deletes any ranks where the role was deleted.

    hashtag
    Usage

    hashtag
    Aliases

    • !fix-ranks

    hashtag
    Examples

    hashtag
    !getBot

    الحصول على رابط دعوة للبوت.

    hashtag
    Usage

    hashtag
    Aliases

    • !get-bot

    • !invite-bot

    • !invitebot

    hashtag
    Examples

    hashtag
    !graph

    يعرض الرسوم البيانية حول الإحصائيات المختلفة على هذا السيرفر.

    hashtag
    Usage

    hashtag
    Aliases

    • !g

    • !chart

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !help

    عرض المساعدة.

    hashtag
    Usage

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !info

    عرض معلومات حول عضو معين.

    hashtag
    Usage

    hashtag
    Aliases

    • !showinfo

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !interactiveConfig

    التكوين التفاعلي

    hashtag
    Usage

    hashtag
    Aliases

    • !ic

    hashtag
    Examples

    hashtag
    !inviteCodeConfig

    اظهار وتغيير اعدادات كود الدعوات في السيرفر

    hashtag
    Usage

    hashtag
    Aliases

    • !invite-code-config

    • !icc

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !inviteCodes

    الحصول على قائمة كل ما لديك من روابط

    hashtag
    Usage

    hashtag
    Aliases

    • !invitecode

    • !invite-code

    • !invite-codes

    hashtag
    Examples

    hashtag
    !inviteDetails

    يعرض تفاصيل من اين لك دعواتك.

    hashtag
    Usage

    hashtag
    Aliases

    • !invite-details

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !invites

    اظهار عدد الدعوات الخاصة.

    hashtag
    Usage

    hashtag
    Aliases

    • !invite

    • !rank

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !kick

    طرد عضو من سيرفر

    hashtag
    Usage

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !leaderboard

    إظهار الأعضاء مع اعلى الدعوات.

    hashtag
    Usage

    hashtag
    Aliases

    • !top

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !lockdown

    Lockdown a specific channel (Prevents anyone without special roles from sending messages)

    hashtag
    Usage

    hashtag
    Arguments

    hashtag
    Flags

    hashtag
    Examples

    hashtag
    !memberConfig

    اظهر وغير الاعدادات التابعة للاعضاء في السيرفر.

    hashtag
    Usage

    hashtag
    Aliases

    • !member-config

    • !memconf

    • !mc

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !members

    إظهار عدد الأعضاء لسيرفر الحالي.

    hashtag
    Usage

    hashtag
    Aliases

    • !member

    • !memberscount

    hashtag
    Examples

    hashtag
    !mute

    اسكت المستخدم

    hashtag
    Usage

    hashtag
    Arguments

    hashtag
    Flags

    hashtag
    Examples

    hashtag
    !permissions

    تهيئة الإذن ليستخدم الأوامر

    hashtag
    Usage

    hashtag
    Aliases

    • !perms

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !ping

    بينغ الروبوت

    hashtag
    Usage

    hashtag
    Examples

    hashtag
    !prefix

    يظهر البادئة الحالية للروبوت.

    hashtag
    Usage

    hashtag
    Examples

    hashtag
    !premium

    معلومات حول الإصدار المتميز من InviteManager.

    hashtag
    Usage

    hashtag
    Aliases

    • !patreon

    • !donate

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !punishmentConfig

    Configure punishments when reaching a certain amount of strikes.

    hashtag
    Usage

    hashtag
    Aliases

    • !punishment-config

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !purge

    Purge messages in a channel.

    hashtag
    Usage

    hashtag
    Aliases

    • !prune

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !purgeUntil

    Purge messages in a channel up until a specified message.

    hashtag
    Usage

    hashtag
    Aliases

    • !purge-until

    • !prune-until

    • !pruneu

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !ranks

    اظهار كل الرتب.

    hashtag
    Usage

    hashtag
    Aliases

    • !show-ranks

    • !showranks

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !removeInvites

    Removes a specified amount of invites from a user.

    hashtag
    Usage

    hashtag
    Aliases

    • !remove-invites

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !removeRank

    إزالة رتبة.

    hashtag
    Usage

    hashtag
    Aliases

    • !remove-rank

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !restoreInvites

    استعادة جميع الدعوات التي تم مسحها مسبقًا.

    hashtag
    Usage

    hashtag
    Aliases

    • !restore-invites

    • !unclear-invites

    • !unclearinvites

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !setup

    Help with setting up the bot and checking for problems (e.g. missing permissions)

    hashtag
    Usage

    hashtag
    Aliases

    • !guide

    • !test

    • !testbot

    hashtag
    Examples

    hashtag
    !softBan

    Ban and then automatically unban a member from the server.

    hashtag
    Usage

    hashtag
    Aliases

    • !soft-ban

    hashtag
    Arguments

    hashtag
    Flags

    hashtag
    Examples

    hashtag
    !strike

    Add strikes to a user

    hashtag
    Usage

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !strikeConfig

    Configure strikes received for various violations.

    hashtag
    Usage

    hashtag
    Aliases

    • !strike-config

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !subtractFakes

    Remove fake invites from all users.

    hashtag
    Usage

    hashtag
    Aliases

    • !subtract-fakes

    • !subfakes

    • !sf

    hashtag
    Examples

    hashtag
    !subtractLeaves

    Remove leaves from all users

    hashtag
    Usage

    hashtag
    Aliases

    • !subtract-leaves

    • !subleaves

    • !sl

    hashtag
    Examples

    hashtag
    !support

    Get an invite link to our support server.

    hashtag
    Usage

    hashtag
    Examples

    hashtag
    !tryPremium

    Try the premium version of InviteManager for free for a limited duration.

    hashtag
    Usage

    hashtag
    Aliases

    • !try

    • !try-premium

    hashtag
    Examples

    hashtag
    !unban

    فك الحظر من شخص.

    hashtag
    Usage

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !unhoist

    Add a character in front of all members with a special character in front of their name, so they will be shown at the end of the member list.

    hashtag
    Usage

    hashtag
    Aliases

    • !dehoist

    hashtag
    Examples

    hashtag
    !unmute

    فك الاسكات من شخص.

    hashtag
    Usage

    hashtag
    Arguments

    hashtag
    Examples

    hashtag
    !warn

    تحذير شخص.

    hashtag
    Usage

    hashtag
    Arguments

    hashtag
    Examples

  • Use their name and discriminator: Valandur#3581

  • Use quotes if their name has a space: "Valandur with a space"

  • Use quotes if the name has a space: "Admin with a space"

  • Use quotes if the name has a space: "general with a space"

  • Hours: h (4h = 4 hours)
  • Days: d (2d = 2 days)

  • Weeks: w (1w = 1 week)

  • Months: mo (6mo = 6 months)

  • Years: y (10y = 10 years)

  • !info \ [details][page]

    inviteCodes

    الحصول على قائمة كل ما لديك من روابط

    !inviteCodes

    inviteDetails

    يعرض تفاصيل من اين لك دعواتك.

    !inviteDetails [user]

    invites

    اظهار عدد الدعوات الخاصة.

    !invites [user]

    leaderboard

    إظهار الأعضاء مع اعلى الدعوات.

    !leaderboard [page]

    removeInvites

    Removes a specified amount of invites from a user.

    !removeInvites \ \ [reason]

    restoreInvites

    استعادة جميع الدعوات التي تم مسحها مسبقًا.

    !restoreInvites [user]

    subtractFakes

    Remove fake invites from all users.

    !subtractFakes

    subtractLeaves

    Remove leaves from all users

    !subtractLeaves

    !removeRank \

    !inviteCodeConfig [key][invitecode] [value]

    memberConfig

    اظهر وغير الاعدادات التابعة للاعضاء في السيرفر.

    !memberConfig [key][user] [value]

    permissions

    تهيئة الإذن ليستخدم الأوامر

    !permissions [cmd][role]

    !help [command]

    members

    إظهار عدد الأعضاء لسيرفر الحالي.

    !members

    ping

    بينغ الروبوت

    !ping

    prefix

    يظهر البادئة الحالية للروبوت.

    !prefix

    setup

    Help with setting up the bot and checking for problems (e.g. missing permissions)

    !setup

    support

    Get an invite link to our support server.

    !support

    !check \

    clean

    مسح روم/غرفة لنوع معين من الرسائل

    !clean \ [numberOfMessages]

    cleanShort

    قم بمسح الرسائل القصيرة

    !cleanShort \ [numberOfMessages]

    cleanText

    حذف الرسائل التي تحتوي على كلمات رئيسية معينة.

    !cleanText \ [numberOfMessages]

    kick

    طرد عضو من سيرفر

    !kick \ [reason]

    lockdown

    Lockdown a specific channel (Prevents anyone without special roles from sending messages)

    !lockdown [-t value|--timeout=value][channel]

    mute

    اسكت المستخدم

    !mute [-d value|--duration=value] \ [reason]

    punishmentConfig

    Configure punishments when reaching a certain amount of strikes.

    !punishmentConfig [punishment][strikes] [args]

    purge

    Purge messages in a channel.

    !purge \ [user]

    purgeUntil

    Purge messages in a channel up until a specified message.

    !purgeUntil \

    softBan

    Ban and then automatically unban a member from the server.

    !softBan [-d value|--deleteMessageDays=value] \ [reason]

    strike

    Add strikes to a user

    !strike \ \ \

    strikeConfig

    Configure strikes received for various violations.

    !strikeConfig [violation][strikes]

    unban

    فك الحظر من شخص.

    !unban \ [reason]

    unhoist

    Add a character in front of all members with a special character in front of their name, so they will be shown at the end of the member list.

    !unhoist

    unmute

    فك الاسكات من شخص.

    !unmute \

    warn

    تحذير شخص.

    !warn \ [reason]

    reason

    نص

    No

    السبب لاضافة او ازالة الدعوات..

    info

    نص

    No

    وصف سيشاهده المستخدمون حتى يعرفوا المزيد عن هذه الرتبة.

    maxUses

    رقم

    No

    number --> The max amount of uses of the invite code

    expires

    Boolean

    No

    true or false --> Set if the invite will expires after 24 hours

    temporaryMembership

    Boolean

    No

    true or false --> Set if the invited users are granted as temporary members

    to

    تاريخ

    No

    End date of the chart

    page

    رقم

    No

    ما صفحة من التفاصيل لإظهار. يمكنك أيضًا استخدام ردود الفعل للتنقل.

    value

    القيمة

    No

    الاعدادات الجديدة.

  • !getinvitecode

  • !get-invite-code

  • !get-invite-codes

  • !showinvitecode

  • !show-invite-code

  • value

    القيمة

    No

    الاعدادت الجديدة.

    args

    نص

    No

    Arguments passed to the punishment.

  • !purgeu

  • reason

    نص

    No

    The reason for removing the invites.

    !test-bot

    amount

    رقم

    Yes

    The amount of strikes to be added

    Command

    Description

    Usage

    addInvites

    أضافة/ازالة دعوات للعضو او منه.

    !addInvites \ \ [reason]

    clearInvites

    تنظيف الاضافات للسيرفر او لمستعمل.

    !clearInvites [-d value|--date=value][-cb|--clearbonus] [user]

    createInvite

    انشاء كود الدعوات فريد من نوعه.

    !createInvite \ [channel][maxuses] [expires][temporarymembership]

    info

    Command

    Description

    Usage

    addRank

    أضف رتبة جديدة.

    !addRank \ \ [info]

    fixRanks

    Deletes any ranks where the role was deleted.

    !fixRanks

    ranks

    اظهار كل الرتب.

    !ranks [page]

    removeRank

    Command

    Description

    Usage

    botConfig

    قم باظهار وتغيير اعدادات البوت.

    !botConfig [key][value]

    config

    اظهر وغير الاعدادات في السيرفر.

    !config [key][value]

    interactiveConfig

    التكوين التفاعلي

    !interactiveConfig

    inviteCodeConfig

    Command

    Description

    Usage

    botInfo

    الحصول على معلومات عامة حول الروبوت.

    !botInfo

    credits

    إظهار المطورين والمساهمين في البوت.

    !credits

    getBot

    الحصول على رابط دعوة للبوت.

    !getBot

    help

    Command

    Description

    Usage

    export

    اصدار ملفات الانفايت منجر لـ csv

    !export \

    premium

    معلومات حول الإصدار المتميز من InviteManager.

    !premium [action]

    tryPremium

    Try the premium version of InviteManager for free for a limited duration.

    !tryPremium

    Command

    Description

    Usage

    ban

    قم بحظر العضو من السيرفر الخاص بك.

    !ban [-d value|--deleteMessageDays=value] \ [reason]

    caseDelete

    حذف حالة معينة.

    !caseDelete \ [reason]

    caseView

    عرض معلومات حول حالة معينة.

    !caseView \

    check

    Command

    Description

    Usage

    graph

    يعرض الرسوم البيانية حول الإحصائيات المختلفة على هذا السيرفر.

    !graph \ [from][to]

    Argument

    Type

    Required

    Description

    Details

    user

    المستعمل

    Yes

    المستعمل المشار اليه ستضاف او تنقص منه الدعوات الاضافية.

    amount

    رقم

    Yes

    مقدار الدعوات التي سيحصل عليها المستعمل او يخسرها, استعمل (-) وبجانبها العدد لازالة الدعوات.

    Argument

    Type

    Required

    Description

    Details

    role

    وظيفة

    Yes

    الرتبة التي سيحصل عليها المستخدم عند الوصول إلى هذا العدد.

    invites

    رقم

    Yes

    كمية الدعوات اللازمة للوصول إلى الرتبة.

    Argument

    Type

    Required

    Description

    Details

    user

    المستعمل

    Yes

    قم بذكر المستعمل للحظر.

    reason

    نص

    No

    لماذا تم حظر المستعمل؟

    Flag

    Short

    Type

    Description

    ‑‑deleteMessageDays

    ‑d

    رقم

    If specified will delete messages by the banned members this many days back.

    Argument

    Type

    Required

    Description

    Details

    key

    Enum

    No

    اعدادات البوت التي تريد اظهارها/تغييرها.

    Use one of the following values: activityEnabled, activityMessage, activityStatus, activityType, activityUrl, embedDefaultColor

    value

    القيمة

    No

    الاعدادت الجديدة.

    Argument

    Type

    Required

    Description

    Details

    caseNumber

    رقم

    Yes

    رقم القضية

    reason

    نص

    No

    السبب الذي بسببه ستحذف القضية.

    Argument

    Type

    Required

    Description

    Details

    caseNumber

    رقم

    Yes

    رقم القضية

    Argument

    Type

    Required

    Description

    Details

    user

    المستعمل

    Yes

    الرجاء اذكر المستخدم للفحص.

    Argument

    Type

    Required

    Description

    Details

    type

    Enum

    Yes

    الرجاء تحديد نوع الرسائل التي ستقوم بحذفها

    Use one of the following values: bots, embeds, emojis, images, links, mentions, reacted, reactions

    numberOfMessages

    رقم

    No

    الرجاء تحديد عدد الرسائل التي ستقوم بالبحث عنها

    Argument

    Type

    Required

    Description

    Details

    maxTextLength

    رقم

    Yes

    اي رسالة اقصر من هذه سيتم حذفها.

    numberOfMessages

    رقم

    No

    عدد الرسائل التي سيتم البحث عنها.

    Argument

    Type

    Required

    Description

    Details

    text

    نص

    Yes

    جميع الرسائل التي تحتوي هذه الكلمة سيتم حذفها.

    numberOfMessages

    رقم

    No

    عدد الرسائل التي سيتم البحث عنها.

    Argument

    Type

    Required

    Description

    Details

    user

    المستعمل

    No

    قم بذكر المستعمل لمسح جميع الانفايت التابع له, او قم بتنظيف جميع المستعملين.

    Flag

    Short

    Type

    Description

    ‑‑date

    ‑d

    تاريخ

    تاريخ البدء الذي يجب فيه حساب الدعوات. الافتراضي هو اليوم.

    ‑‑clearBonus

    ‑cb

    Boolean

    إضافة هذه العلامة لمسح المكافآت تدعو أيضا. خلاف ذلك ، يتم ترك دعوات المكافأة دون تغيير.

    Argument

    Type

    Required

    Description

    Details

    key

    Enum

    No

    الاعدادات التي تحتاجها تظهر/تغير.

    Use one of the following values: autoModAllCapsEnabled, autoModAllCapsMinCharacters, autoModAllCapsPercentageCaps, autoModDeleteBotMessage, autoModDeleteBotMessageTimeoutInSeconds, autoModDisabledForOldMembers, autoModDisabledForOldMembersThreshold, autoModDuplicateTextEnabled, autoModDuplicateTextTimeframeInSeconds, autoModEmojisEnabled, autoModEmojisMaxNumberOfEmojis, autoModEnabled, autoModHoistEnabled, autoModIgnoredChannels, autoModIgnoredRoles, autoModInvitesEnabled, autoModLinksBlacklist, autoModLinksEnabled, autoModLinksFollowRedirects, autoModLinksWhitelist, autoModLogEnabled, autoModMentionRolesEnabled, autoModMentionRolesMaxNumberOfMentions, autoModMentionUsersEnabled, autoModMentionUsersMaxNumberOfMentions, autoModModeratedChannels, autoModModeratedRoles, autoModQuickMessagesEnabled, autoModQuickMessagesNumberOfMessages, autoModQuickMessagesTimeframeInSeconds, autoModWordsBlacklist, autoModWordsEnabled, autoSubtractFakes, autoSubtractLeaves, autoSubtractLeaveThreshold, captchaVerificationFailedMessage, captchaVerificationLogEnabled, captchaVerificationOnJoin, captchaVerificationSuccessMessage, captchaVerificationTimeout, captchaVerificationWelcomeMessage, channels, getUpdates, hideLeftMembersFromLeaderboard, ignoredChannels, joinMessage, joinMessageChannel, joinRoles, lang, leaderboardStyle, leaveMessage, leaveMessageChannel, logChannel, modLogChannel, modPunishmentBanDeleteMessage, modPunishmentKickDeleteMessage, modPunishmentMuteDeleteMessage, modPunishmentSoftbanDeleteMessage, modPunishmentWarnDeleteMessage, mutedRole, prefix, rankAnnouncementChannel, rankAnnouncementMessage, rankAssignmentStyle

    value

    القيمة

    No

    الاعدادات الجديدة.

    Argument

    Type

    Required

    Description

    Details

    name

    نص

    Yes

    الاسم لكود الدعوات.

    channel

    القناة

    No

    الروم التي تم انشاء فيها الكود, تستعمل الروم الاعتيادية.

    Argument

    Type

    Required

    Description

    Details

    type

    Enum

    Yes

    نوع الاصدار الذي تريده

    Use one of the following values: leaderboard

    Argument

    Type

    Required

    Description

    Details

    type

    Enum

    Yes

    نوع المخطط لعرضه.

    Use one of the following values: joins, joinsAndLeaves, leaves

    from

    تاريخ

    No

    Start date of the chart

    Argument

    Type

    Required

    Description

    Details

    command

    أمر

    No

    الرجاء اذكر الأمر الذي تريد ان تحصل معلومات عنه.

    Use one of the following values: addInvites, addRank, ban, botConfig, botInfo, caseDelete, caseView, check, clean, cleanShort, cleanText, clearInvites, config, createInvite, credits, export, fixRanks, getBot, graph, help, info, interactiveConfig, inviteCodeConfig, inviteCodes, inviteDetails, invites, kick, leaderboard, lockdown, memberConfig, members, mute, permissions, ping, prefix, premium, punishmentConfig, purge, purgeUntil, ranks, removeInvites, removeRank, restoreInvites, setup, softBan, strike, strikeConfig, subtractFakes, subtractLeaves, support, tryPremium, unban, unhoist, unmute, warn

    Argument

    Type

    Required

    Description

    Details

    user

    المستعمل

    Yes

    المستخدم الذي تريد أن ترى معلوماته إلاضافية.

    details

    Enum

    No

    اطلب معلومات معينة عن المستعمل

    Argument

    Type

    Required

    Description

    Details

    key

    Enum

    No

    الاعدادات التي تريد اظهارها/تغييرها.

    Use one of the following values: name, roles

    inviteCode

    رقم الدعوة

    No

    اعدادات كود الدعوات التي تحتاج الى تغييرها

    Argument

    Type

    Required

    Description

    Details

    user

    المستعمل

    No

    قم بذكر المستخدم الذي تريد عرض دعوات مفصلة له.

    Argument

    Type

    Required

    Description

    Details

    user

    المستعمل

    No

    المستخدم الذي تريد عرض الدعوات له.

    Argument

    Type

    Required

    Description

    Details

    member

    عضو

    Yes

    اذكر عضو للقيام بالطرد

    reason

    نص

    No

    الرجاء قم بذكر سبب الطرد

    Argument

    Type

    Required

    Description

    Details

    page

    رقم

    No

    أي صفحة من المتصدرين تريد الحصول عليها.

    Argument

    Type

    Required

    Description

    Details

    channel

    القناة

    No

    The channel that you want to lock down.

    Flag

    Short

    Type

    Description

    ‑‑timeout

    ‑t

    المدة الزمنية

    The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually.

    Argument

    Type

    Required

    Description

    Details

    key

    Enum

    No

    الاعدادات التي تحتاجها تظهر/تغير.

    Use one of the following values: hideFromLeaderboard

    user

    المستعمل

    No

    اعدادات كود الدعوات تغيرت الى.

    Argument

    Type

    Required

    Description

    Details

    user

    عضو

    Yes

    المستخدم الذي يجب اسكاته.

    reason

    نص

    No

    السبب الذي سيتم اسكات المستخدم بسببه.

    Flag

    Short

    Type

    Description

    ‑‑duration

    ‑d

    المدة الزمنية

    The duration to mute the user for

    Argument

    Type

    Required

    Description

    Details

    cmd

    أمر

    No

    الأمر لتكوين أذونات ل.

    Use one of the following values: addInvites, addRank, ban, botConfig, botInfo, caseDelete, caseView, check, clean, cleanShort, cleanText, clearInvites, config, createInvite, credits, export, fixRanks, getBot, graph, help, info, interactiveConfig, inviteCodeConfig, inviteCodes, inviteDetails, invites, kick, leaderboard, lockdown, memberConfig, members, mute, permissions, ping, prefix, premium, punishmentConfig, purge, purgeUntil, ranks, removeInvites, removeRank, restoreInvites, setup, softBan, strike, strikeConfig, subtractFakes, subtractLeaves, support, tryPremium, unban, unhoist, unmute, warn

    role

    وظيفة

    No

    الدور الذي ينبغي منحه أو رفض الوصول إلى الأمر.

    Argument

    Type

    Required

    Description

    Details

    action

    Enum

    No

    العمل على التنفيذ. لا شيء للحصول على معلومات متميزة. "تحقق" للتحقق

    متميزة. "تحقق" للتحقق ص بك. "تنشيط" لاستخدام قسطك لهذا الخادم.

    Use one of the following values: Activate, Check, Deactivate

    Argument

    Type

    Required

    Description

    Details

    punishment

    Enum

    No

    Type of punishment to use.

    Use one of the following values: ban, kick, mute, softban, warn

    strikes

    رقم

    No

    Number of strikes for this punishment to be used.

    Argument

    Type

    Required

    Description

    Details

    quantity

    رقم

    Yes

    How many messages should be deleted.

    user

    المستعمل

    No

    User whose messages are deleted.

    Argument

    Type

    Required

    Description

    Details

    messageID

    نص

    Yes

    Last message ID to be deleted.

    Argument

    Type

    Required

    Description

    Details

    page

    رقم

    No

    The page of the ranks list to show.

    Argument

    Type

    Required

    Description

    Details

    user

    المستعمل

    Yes

    The user to remove the invites from.

    amount

    رقم

    Yes

    The amount of invites to remove.

    Argument

    Type

    Required

    Description

    Details

    rank

    وظيفة

    Yes

    والتي تريد إزالة الترتيب.

    Argument

    Type

    Required

    Description

    Details

    user

    المستعمل

    No

    المستخدم لاستعادة جميع يدعو ل. إذا تم حذف يستعيد يدعو لجميع المستخدمين.

    Argument

    Type

    Required

    Description

    Details

    user

    عضو

    Yes

    User to ban.

    reason

    نص

    No

    Why was the user banned.

    Flag

    Short

    Type

    Description

    ‑‑deleteMessageDays

    ‑d

    رقم

    Delete messages from the user this many days back.

    Argument

    Type

    Required

    Description

    Details

    member

    عضو

    Yes

    The member receiving the strikes

    type

    Enum

    Yes

    The type of the violation

    Argument

    Type

    Required

    Description

    Details

    violation

    Enum

    No

    Violation type.

    Use one of the following values: allCaps, duplicateText, emojis, hoist, invites, links, mentionRoles, mentionUsers, quickMessages, words

    strikes

    رقم

    No

    Number of strikes.

    Argument

    Type

    Required

    Description

    Details

    user

    المستعمل

    Yes

    المستخدم الذي يجب فك الحظر منه.

    reason

    نص

    No

    السبب لفك حظر المستخدم.

    Argument

    Type

    Required

    Description

    Details

    user

    عضو

    Yes

    المستخدم الذي يجب فك اسكاته.

    Argument

    Type

    Required

    Description

    Details

    member

    عضو

    Yes

    شخص ليتم تحذيره.

    reason

    نص

    No

    لماذا تم تحذير الشخص.

    عرض معلومات حول عضو معين.

    إزالة رتبة.

    اظهار وتغيير اعدادات كود الدعوات في السيرفر

    عرض المساعدة.

    تحقق من انتهاك وتاريخ العقوبة للمستخدم.

    Use one of the following values: bonus, members

    Use one of the following values: allCaps, duplicateText, emojis, hoist, invites, links, mentionRoles, mentionUsers, quickMessages, words

    !addInvites <user> <amount> [reason]
    !addInvites @User 5
    !addInvites "Name with space" -30 Removed for cheating
    !addRank <role> <invites> [info]
    !addRank @Role 5
    !addRank "Role with space" 10 Wow, already 10 people!
    !ban [-d value|--deleteMessageDays=value] <user> [reason]
    !botConfig [key] [value]
    !botConfig
    !botInfo
    !botInfo
    !caseDelete <caseNumber> [reason]
    !caseDelete 5434 User apologized
    !caseView <caseNumber>
    !caseView 5434
    !check <user>
    !check @User
    !check "User with space"
    !clean <type> [numberOfMessages]
    !cleanShort <maxTextLength> [numberOfMessages]
    !cleanText <text> [numberOfMessages]
    !clearInvites [-d value|--date=value] [-cb|--clearBonus] [user]
    !clearInvites
    !clearInvites @User
    !clearInvites -cb "User with space"
    !config [key] [value]
    !config
    !createInvite <name> [channel] [maxUses] [expires] [temporaryMembership]
    !createInvite reddit
    !createInvite website #welcome
    !credits
    !credits
    !export <type>
    !export leaderboard
    !fixRanks
    !fixRanks
    !getBot
    !getBot
    !graph <type> [from] [to]
    !graph joins
    !graph leaves
    !graph usage
    !help [command]
    !help
    !help addRank
    !info <user> [details] [page]
    !info @User
    !info "User with space"
    !info @User members
    !info @User bonus
    !info @User members 4
    !interactiveConfig
    !interactiveConfig
    !inviteCodeConfig [key] [inviteCode] [value]
    !inviteCodeConfig
    !inviteCodes
    !inviteCodes
    !inviteDetails [user]
    !inviteDetails
    !inviteDetails @User
    !inviteDetails "User with space"
    !invites [user]
    !invites
    !invites @User
    !invites "User with space"
    !kick <member> [reason]
    !leaderboard [page]
    !leaderboard
    !leaderboard 1mo
    !leaderboard 30d 6
    !lockdown [-t value|--timeout=value] [channel]
    !lockdown
    !memberConfig [key] [user] [value]
    !memberConfig
    !members
    !members
    !mute [-d value|--duration=value] <user> [reason]
    !permissions [cmd] [role]
    !permissions
    !ping
    !ping
    !prefix
    !prefix
    !premium [action]
    !premium
    !premium check
    !premium activate
    !premium deactivate
    !punishmentConfig [punishment] [strikes] [args]
    !punishmentConfig
    !purge <quantity> [user]
    !purgeUntil <messageID>
    !ranks [page]
    !ranks
    !removeInvites <user> <amount> [reason]
    !removeInvites @User 5
    !removeInvites "User with space" 23 Removed for cheating
    !removeInvites @User -6 Added for apologizing
    !removeRank <rank>
    !removeRank @Role
    !removeRank "Role with space"
    !restoreInvites [user]
    !restoreInvites
    !restoreInvites @User
    !restoreInvites "User with space"
    !setup
    !setup
    !softBan [-d value|--deleteMessageDays=value] <user> [reason]
    !strike <member> <type> <amount>
    !strikeConfig [violation] [strikes]
    !strikeConfig
    !subtractFakes
    !subtractFakes
    !subtractLeaves
    !subtractLeaves
    !support
    !support
    !tryPremium
    !tryPremium
    !unban <user> [reason]
    !unhoist
    !unhoist
    !unmute <user>
    !warn <member> [reason]