Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
プレフィックスを変更するには !config prefix -
を実行します。
現在のプレフィックスがわからない場合は@inviteloggerclassic config prefix
を実行してプレフィックスを確認できます。
チャンネルを設定するには
!config joinMessageChannel #channel
または
!config leaveMessageChannel #channel
.
を実行すると新しい参加と退出がそのチャンネルに投稿されます。
もちろん! たとえば、次のようにしてメッセージを変更できます
!config joinMessage {memberMention} **joined**; Invited by **{inviterName}** (**{numInvites}** invites)
または
!config leaveMessage {memberName} **left**; Invited by **{inviterName}**
.
利用可能な多くのプレースホルダーがあります。 完全なリストは'Custom Messages' ページで確認できます。
ランクは、使われた招待が一定数に達したときに役職を人々に割り当てるために使用されます。例えば @Beginner
という役職があり、その役職に 5 人以上の招待がある人を追加したい場合は、このようにランクを作成する必要があります: !add-rank @Beginner 5 (必要ならここに説明を入力できます)
。招待者された人が 5 人いるとすぐにその役職が自動的に追加されます!
bot に返信させたくないチャンネルのメッセージの読み取り許可を取り除きます。
高度な追跡(誰が誰を招待したか)は、bot を招待した後にのみ機能します。 bot は、招待しても全員の招待がカウントされることを引き続き認識します。心配しないでください。 追加情報のみが欠落しており、ボットを招待した後に参加したメンバーについてのみ収集できます。
開始するには、サーバーで !setup
コマンドを実行するだけです。
BOT がサーバーにいる間は、招待を使って起こったすべての出来事を追跡します。Discord はどれくらい招待コードが使われたのかしか表示しませんが、我々の BOT は誰が作ったコードが誰に使われたのか分析します。これにより、BOT は偽物の招待を検出し、招待システムをだまそうとしている人を確認できます。
新しいモデレーションシステムにより、多くのことを自動モデレートできます。詳細については strikes およびpunishments ページをご覧ください。要するに、BOT は不正行為をした人に'strikes' を行い、一定数の警告の後、ユーザーに罰を与えます。 これらはすべてユーザーに設定可能です。
Vote to the bot to help us on different bot list !
infinitybotlist:
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.
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
mute
warn
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:
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.
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:
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:
This violation is triggered whenever the user posts a link.
Example:
!strikeconfig links 1
To delete the strike config:
!strikeconfig links 0
Config options:
This violation is triggered whenever the user posts blacklisted words.
Example:
!strikeconfig words 1
To delete the strike config:
!strikeconfig words 0
Config options:
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:
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:
This violation is triggered whenever the user quickly posts messages.
Example:
!strikeconfig quickMessages 1
To delete the strike config:
!strikeconfig quickMessages 0
Config options:
This violation is triggered whenever the user mentions mutliple users.
Example:
!strikeconfig mentionUsers 1
To delete the strike config:
!strikeconfig mentionUsers 0
Config options:
This violation is triggered whenever the user mentions mutliple roles.
Example:
!strikeconfig mentionRoles 1
To delete the strike config:
!strikeconfig mentionRoles 0
Config options:
This violation is triggered whenever the user posts multiple emojis.
Example:
!strikeconfig emojis 1
To delete the strike config:
!strikeconfig emojis 0
Config options:
You can customise the join and leave messages with a number of parameters.
(Jump to placeholders)
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. More info here Please see the examples page to see what kind of messages you can make!
join
leave
example
description
{memberName}
yes
yes
Andy
The name of the member that just joined your discord server
{memberId}
yes
yes
436844634
The discord ID of the member that just joined 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
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.
General
参加
退出
リーダーボード
偽
ランク
Captcha
総合
ログを記録する
招待
リンク
禁止された単語
キャップ
重複メッセージ
スパム
メンション
絵文字
ボットコマンドを呼びだすために使用されるプレフィックス。
Type: String
Default: !
Reset to default: !config prefix default
Examples:
!config prefix +
!config prefix >
BOT の言語
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
, lt
, nl
, pl
, pt
, pt_BR
, ro
, ru
, sr
, tr
, zh_CN
, zh_TW
Example:
!config lang ar
ボットアクションが記録されるチャンネル。
Type: Channel
Default: null
Reset to default: !config logChannel default
Examples:
!config logChannel #channel
InviteManager に関する開発の最新情報を受け取ることができるようにします。
Type: Boolean
Default: true
Reset to default: !config getUpdates default
Enable:
!config getUpdates true
Disable:
!config getUpdates false
ボットがコマンドに反応するチャンネル。
Type: Channel[]
Default: ``
Reset to default: !config channels default
ボットがコマンドを無視するチャンネル。
Type: Channel[]
Default: ``
Reset to default: !config ignoredChannels default
Roles that are assigned to all members when joining.
Type: Role[]
Default: ``
Reset to default: !config joinRoles default
サーバーに参加したときに送信されるメッセージ。
Type: String
Default: {memberMention} **joined**; Invited by **{inviterName}** (**{numInvites}** invites)
Reset to default: !config joinMessage default
参加時のメッセージが送信されるチャンネル。
Type: Channel
Default: null
Reset to default: !config joinMessageChannel default
Examples:
!config joinMessageChannel #general
!config joinMessageChannel #joins
サーバーを離れたときに送信されるメッセージ。
Type: String
Default: {memberName} **left**; Invited by **{inviterName}**
Reset to default: !config leaveMessage default
Examples:
!config leaveMessage
!config leaveMessage
退出メッセージが送信されるチャンネル。
Type: Channel
Default: null
Reset to default: !config leaveMessageChannel default
Examples:
!config leaveMessageChannel #general
!config leaveMessageChannel #leaves
リーダーボードの表示スタイル。
Type: Enum<LeaderboardStyle>
Default: normal
Reset to default: !config leaderboardStyle default
Possible values: normal
, table
, mentions
Example:
!config leaderboardStyle normal
リーダーボードからサーバーを離れたメンバーを非表示にします。
Type: Boolean
Default: true
Reset to default: !config hideLeftMembersFromLeaderboard default
Enable:
!config hideLeftMembersFromLeaderboard true
Disable:
!config hideLeftMembersFromLeaderboard false
自動的に偽の招待を差し引きます。
Type: Boolean
Default: true
Reset to default: !config autoSubtractFakes default
Enable:
!config autoSubtractFakes true
Disable:
!config autoSubtractFakes false
招待ユーザーが退出したときに招待者から招待状を自動的に削除します。
Type: Boolean
Default: true
Reset to default: !config autoSubtractLeaves default
Enable:
!config autoSubtractLeaves true
Disable:
!config autoSubtractLeaves false
招待を数えるためにユーザーがサーバーに留まる必要がある時間(秒)。
Type: Number
Default: 600
Reset to default: !config autoSubtractLeaveThreshold default
Examples:
!config autoSubtractLeaveThreshold 60
!config autoSubtractLeaveThreshold 3600
ランクはユーザーにどのように与えられますか。
Type: Enum<RankAssignmentStyle>
Default: all
Reset to default: !config rankAssignmentStyle default
Possible values: all
, highest
, onlyAdd
Example:
!config rankAssignmentStyle all
ユーザーが新しいランクを獲得したときにアナウンスするチャンネル。
Type: Channel
Default: null
Reset to default: !config rankAnnouncementChannel default
Examples:
!config rankAnnouncementChannel
!config rankAnnouncementChannel
ユーザーが新しいランクを受け取ったときに送信されるメッセージ。
Type: String
Default: Congratulations, **{memberMention}** has reached the **{rankName}** rank!
Reset to default: !config rankAnnouncementMessage default
Examples:
!config rankAnnouncementMessage
!config rankAnnouncementMessage
キャプチャ検証が有効かどうか。
Type: Boolean
Default: false
Reset to default: !config captchaVerificationOnJoin default
Enable:
!config captchaVerificationOnJoin true
Disable:
!config captchaVerificationOnJoin false
ユーザーがサーバーに参加してキャプチャに入るように指示した後に表示されるメッセージ。
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!
ユーザーが正常に確認した後にユーザーに送信されるウェルカムメッセージ。
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!
ユーザーが無効なキャプチャを入力した場合にメッセージがユーザーに送信されます。
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!
キャプチャが正常に入力されなければならない時間。
Type: Number
Default: 180
Reset to default: !config captchaVerificationTimeout default
Examples:
!config captchaVerificationTimeout 60
!config captchaVerificationTimeout 600
検証の試行がログに記録されるかどうか。
Type: Boolean
Default: true
Reset to default: !config captchaVerificationLogEnabled default
Enable:
!config captchaVerificationLogEnabled true
Disable:
!config captchaVerificationLogEnabled false
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
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
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
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
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
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
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
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)``
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
モデレーションログが記録されるチャンネル。
Type: Channel
Default: null
Reset to default: !config modLogChannel default
Examples:
!config modLogChannel #channel
!config modLogChannel #logs
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
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
「禁止」プッシュメッセージを自動的に削除するかどうか。
Type: Boolean
Default: true
Reset to default: !config modPunishmentBanDeleteMessage default
Enable:
!config modPunishmentBanDeleteMessage true
Disable:
!config modPunishmentBanDeleteMessage false
「キック」プッシュメッセージが自動的に削除されるかどうか。
Type: Boolean
Default: true
Reset to default: !config modPunishmentKickDeleteMessage default
Enable:
!config modPunishmentKickDeleteMessage true
Disable:
!config modPunishmentKickDeleteMessage false
「Softban」プッシュメッセージが自動的に削除されるかどうか。
Type: Boolean
Default: true
Reset to default: !config modPunishmentSoftbanDeleteMessage default
Enable:
!config modPunishmentSoftbanDeleteMessage true
Disable:
!config modPunishmentSoftbanDeleteMessage false
「警告」プッシュメッセージを自動的に削除するかどうか。
Type: Boolean
Default: true
Reset to default: !config modPunishmentWarnDeleteMessage default
Enable:
!config modPunishmentWarnDeleteMessage true
Disable:
!config modPunishmentWarnDeleteMessage false
「ミュート」プッシュメッセージが自動的に削除されるかどうか。
Type: Boolean
Default: true
Reset to default: !config modPunishmentMuteDeleteMessage default
Enable:
!config modPunishmentMuteDeleteMessage true
Disable:
!config modPunishmentMuteDeleteMessage false
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
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
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
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
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
ブラックリストに載っている単語を自動対応するかどうか
Type: Boolean
Default: true
Reset to default: !config autoModWordsEnabled default
Enable:
!config autoModWordsEnabled true
Disable:
!config autoModWordsEnabled false
禁止されている単語のリスト。
Type: String[]
Default: ``
Reset to default: !config autoModWordsBlacklist default
Examples:
!config autoModWordsBlacklist gay
!config autoModWordsBlacklist stupid,fuck
自動的に 適度な メッセージ とともに 多くのキャップ
Type: Boolean
Default: true
Reset to default: !config autoModAllCapsEnabled default
Enable:
!config autoModAllCapsEnabled true
Disable:
!config autoModAllCapsEnabled false
あの ミニマム 量 の キャラクター に メッセージ へ なる 検討する ために 適度な (セッティング へ '3' しましょう 無視する 'オーケー').
Type: Number
Default: 10
Reset to default: !config autoModAllCapsMinCharacters default
Examples:
!config autoModAllCapsMinCharacters 5
!config autoModAllCapsMinCharacters 15
あの 割合 の キャラクター の あの メッセージ それ 持ってる へ なる クリック数 ために あの ルール へ 引き金.
Type: Number
Default: 70
Reset to default: !config autoModAllCapsPercentageCaps default
Examples:
!config autoModAllCapsPercentageCaps 50
!config autoModAllCapsPercentageCaps 90
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
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
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
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
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
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
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
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
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
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
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
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
Setting
Description
接頭辞
ボットコマンドを呼びだすために使用されるプレフィックス。
言語
BOT の言語
ログチャンネル
ボットアクションが記録されるチャンネル。
アップデート情報を手に入れる
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.
ミュート役職
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'.
Setting
Description
ログが有効化されました
Log any moderation actions that the bot makes.
MOD ログチャンネル
モデレーションログが記録されるチャンネル。
BOT のメッセージを削除
Automatically delete the bots own messages (keeps your chat clean).
ボットメッセージタイムアウトの削除
The timeout after which bot messages are deleted.
BAN メッセージを削除
「禁止」プッシュメッセージを自動的に削除するかどうか。
キックメッセージを削除
「キック」プッシュメッセージが自動的に削除されるかどうか。
ソフト BAN メッセージを削除
「Softban」プッシュメッセージが自動的に削除されるかどうか。
警告メッセージを削除
「警告」プッシュメッセージを自動的に削除するかどうか。
ミュートメッセージを削除
「ミュート」プッシュメッセージが自動的に削除されるかどうか。
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.
リダイレクトをフォローする
Enable this to resolve redirects for links.
Setting
Description
有効
ブラックリストに載っている単語を自動対応するかどうか
ブラックリスト
禁止されている単語のリスト。
Setting
Description
有効
自動的に 適度な メッセージ とともに 多くのキャップ
最小文字
あの ミニマム 量 の キャラクター に メッセージ へ なる 検討する ために 適度な (セッティング へ '3' しましょう 無視する 'オーケー').
煽りのパーセント
あの 割合 の キャラクター の あの メッセージ それ 持ってる へ なる クリック数 ために あの ルール へ 引き金.
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.
メンション
The maximum amount of users a member can mention in a message.
有効
Automatically moderate messages that mention an excessive amount of roles.
メンション
The maximum amount of roles a member can mention in a message.
Setting
Description
有効
Automatically moderate messages with an excessive amount of 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).
To get a list of available commands, do !help on your server.
Most commands accept arguments and/or flags. According to the Type of the argument or flag you can provide different values.
この引数は、true
または false
を要求しています。 yes
と no
使用できます。
この引数には数値が必要です
この引数は、有効な値の特定のセットからの値を要求します。
有効な値はコマンドによって異なります。コマンドと列挙型の有効な値に関する詳細情報を取得するには、
!help<command>
(eg.!help addRank
) と使用してください。
この引数は、Discord Invite Code を想定しています。
https://discord.gg/
の後ろの部分置くことができ、Discord がプレビューを作成しないようにします。
この引数は Discord ユーザーを想定しています。 次のいずれかの方法を使用して、ユーザーに指定できます:
-ユーザーをメンション: @Valandur
彼らの ID を使用: 102785693046026240
彼らの名前を使用: Valandur
名前と識別名を使用: Valandur#3581
名前にスペースが含まれる場合は引用符を使用します: "Valandur with a space"
この引数は、Discord の Role を想定しています。 次のいずれかの方法を使用して、Role を指定できます。
role をメンション: @Admin
ID を使用: 102785693046026240
名前を使用: Admin
名前にスペースがある場合は引用符を使用します: "Admin with a space"
この引数は Discord チャンネルを想定しています。 次のいずれかの方法を使用して、チャンネルを要求できます:
チャンネルのメンション:#general
ID を使用: 409846838129197057
名前を使用: general
名前にスペースがある場合は引用符を使用します: "general with a space"
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
この引数には、任意のテキストが必要です。 スペースを含むテキストには、引用符("Text with quotes"
) を使用できます。
テキストが最後の引数である場合、引用符を使用する必要はありません。
This argument expects a date. You can use various formats, but we recommend: YYYY-MM-DD
This argument expects a duration. The following duration types are supported:
Seconds: s
(5s
= 5 seconds)
Minutes: min
(3min
= 3 minutes)
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)
メンバーに招待を追加(又は削除)します。
!add-invites
新しいランクを追加する。
!add-rank
!set-rank
!setrank
サーバーからメンバーを BAN します。
BOT の設定を表示および変更します。
!bot-config
!botsetting
!bot-setting
BOT に関する基本的な情報を入手してください。
!bot-info
指定したケースを削除します。
!case-delete
!deletecase
!delete-case
特定のケースに関する情報を表示します。
!case-view
!viewcase
!view-case
ユーザーの違反と罰の回数を確認してください。
!history
特定のチャットタイプを削除します。
!clear
短いメッセージを消去する
!clean-short
!clearshort
!clear-short
指定のキーワードを含むメッセージを削除します。
!clean-text
!cleartext
!clear-text
サーバー(ユーザー)の招待を削除します。
!clear-invites
サーバーの設定を表示および変更します。
!c
永久の招待コードを作成します。
!create-invite
BOT の開発者と貢献者を表示します。
InviteManager のデータを csv シートにエクスポートします。
Deletes any ranks where the role was deleted.
!fix-ranks
ボットへの招待リンクを入手できます。
!get-bot
!invite-bot
!invitebot
このサーバー上のさまざまな統計グラフを表示します。
!g
!chart
ヘルプを表示する。
特定のメンバーに関する情報を表示します。
!showinfo
対話型の設定
!ic
サーバーの招待リンクの設定を表示、変更します。
!invite-code-config
!icc
すべての招待コードの一覧を取得する
!invitecode
!invite-code
!invite-codes
!getinvitecode
!get-invite-code
!get-invite-codes
!showinvitecode
!show-invite-code
招待状の送信元に関する詳細が表示されます。
!invite-details
Show personal invites.
!invite
!rank
サーバーからメンバーを蹴ります。
招待が最も多いメンバーを表示します。
!top
Lockdown a specific channel (Prevents anyone without special roles from sending messages)
サーバーのメンバーの設定を表示および変更します。
!member-config
!memconf
!mc
現在のサーバーのメンバー数を表示します。
!member
!memberscount
ユーザーをミュートする
コマンドを使用するための権限を設定します。
!perms
ボットをピング
ボットの現在のプレフィックスを表示します。
InviteManager のプレミアムバージョンに関する情報。
!patreon
!donate
一定量の警告に達したときに罰を設定します。
!punishment-config
チャネル内のメッセージを削除します。
!prune
指定されたメッセージまでチャネル内のメッセージを削除します。
!purge-until
!prune-until
!pruneu
!purgeu
すべてのランクを見る
!show-ranks
!showranks
Removes a specified amount of invites from a user.
!remove-invites
ランクを外します。
!remove-rank
以前にクリアした招待状をすべて復元します。
!restore-invites
!unclear-invites
!unclearinvites
ボットの設定や問題の確認(権限の不足など)を手助けする
!guide
!test
!testbot
!test-bot
サーバーからメンバーを BAN してから自動的に BAN 解除します。
!soft-ban
ユーザーにストライクを追加する
さまざまな違反に対して受け取った警告を設定します。
!strike-config
すべてのユーザーから偽の招待を削除します。
!subtract-fakes
!subfakes
!sf
すべてのユーザーの退出履歴を削除します。
!subtract-leaves
!subleaves
!sl
サポートサーバーへの招待リンクを入手してください。
プレミアム版の InviteManager を期間限定で無料でお試しください。
!try
!try-premium
ユーザーの BAN を解除する
すべてのメンバーの前にその名前の前に特殊文字を付けて文字を追加すると、メンバーリストの最後にそれらが表示されます。
!dehoist
ユーザーのミュートを解除する
メンバーに警告する
Command
Description
Usage
addInvites
メンバーに招待を追加(又は削除)します。
!addInvites \ \ [reason]
clearInvites
サーバー(ユーザー)の招待を削除します。
!clearInvites [-d value|--date=value][-cb|--clearbonus] [user]
createInvite
永久の招待コードを作成します。
!createInvite \ [channel][maxuses] [expires][temporarymembership]
info
特定のメンバーに関する情報を表示します。
!info \ [details][page]
inviteCodes
すべての招待コードの一覧を取得する
!inviteCodes
inviteDetails
招待状の送信元に関する詳細が表示されます。
!inviteDetails [user]
invites
Show personal invites.
!invites [user]
leaderboard
招待が最も多いメンバーを表示します。
!leaderboard [page]
removeInvites
Removes a specified amount of invites from a user.
!removeInvites \ \ [reason]
restoreInvites
以前にクリアした招待状をすべて復元します。
!restoreInvites [user]
subtractFakes
すべてのユーザーから偽の招待を削除します。
!subtractFakes
subtractLeaves
すべてのユーザーの退出履歴を削除します。
!subtractLeaves
Command
Description
Usage
addRank
新しいランクを追加する。
!addRank \ \ [info]
fixRanks
Deletes any ranks where the role was deleted.
!fixRanks
ranks
すべてのランクを見る
!ranks [page]
removeRank
ランクを外します。
!removeRank \
Command
Description
Usage
botConfig
BOT の設定を表示および変更します。
!botConfig [key][value]
config
サーバーの設定を表示および変更します。
!config [key][value]
interactiveConfig
対話型の設定
!interactiveConfig
inviteCodeConfig
サーバーの招待リンクの設定を表示、変更します。
!inviteCodeConfig [key][invitecode] [value]
memberConfig
サーバーのメンバーの設定を表示および変更します。
!memberConfig [key][user] [value]
permissions
コマンドを使用するための権限を設定します。
!permissions [cmd][role]
Command
Description
Usage
botInfo
BOT に関する基本的な情報を入手してください。
!botInfo
credits
BOT の開発者と貢献者を表示します。
!credits
getBot
ボットへの招待リンクを入手できます。
!getBot
help
ヘルプを表示する。
!help [command]
members
現在のサーバーのメンバー数を表示します。
!members
ping
ボットをピング
!ping
prefix
ボットの現在のプレフィックスを表示します。
!prefix
setup
ボットの設定や問題の確認(権限の不足など)を手助けする
!setup
support
サポートサーバーへの招待リンクを入手してください。
!support
Command
Description
Usage
export
InviteManager のデータを csv シートにエクスポートします。
!export \
premium
InviteManager のプレミアムバージョンに関する情報。
!premium [action]
tryPremium
プレミアム版の InviteManager を期間限定で無料でお試しください。
!tryPremium
Command
Description
Usage
ban
サーバーからメンバーを BAN します。
!ban [-d value|--deleteMessageDays=value] \ [reason]
caseDelete
指定したケースを削除します。
!caseDelete \ [reason]
caseView
特定のケースに関する情報を表示します。
!caseView \
check
ユーザーの違反と罰の回数を確認してください。
!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
一定量の警告に達したときに罰を設定します。
!punishmentConfig [punishment][strikes] [args]
purge
チャネル内のメッセージを削除します。
!purge \ [user]
purgeUntil
指定されたメッセージまでチャネル内のメッセージを削除します。
!purgeUntil \
softBan
サーバーからメンバーを BAN してから自動的に BAN 解除します。
!softBan [-d value|--deleteMessageDays=value] \ [reason]
strike
ユーザーにストライクを追加する
!strike \ \ \
strikeConfig
さまざまな違反に対して受け取った警告を設定します。
!strikeConfig [violation][strikes]
unban
ユーザーの BAN を解除する
!unban \ [reason]
unhoist
すべてのメンバーの前にその名前の前に特殊文字を付けて文字を追加すると、メンバーリストの最後にそれらが表示されます。
!unhoist
unmute
ユーザーのミュートを解除する
!unmute \
warn
メンバーに警告する
!warn \ [reason]
Command
Description
Usage
graph
このサーバー上のさまざまな統計グラフを表示します。
!graph \ [from][to]
Argument
Type
Required
Description
Details
user
ユーザー
Yes
そのユーザーはボーナスの招待数を受け取る、または失うでしょう。
amount
番号
Yes
ユーザーが取得、又は失う可能性のある招待の数。招待を削除する場合は-
を用います。
reason
テキスト
No
招待数を追加(又は削除)した理由。
Argument
Type
Required
Description
Details
role
役職
Yes
このランクに到達したときにユーザーが受け取る役職。
invites
番号
Yes
ランクに到達するために必要な招待の数。
info
テキスト
No
ユーザーがこのランクについて知るために表示される説明。
Argument
Type
Required
Description
Details
user
ユーザー
Yes
ユーザーを BAN する。
reason
テキスト
No
ユーザーが BAN された理由。
Flag
Short
Type
Description
‑‑deleteMessageDays
‑d
番号
BAN するユーザーのメッセージを指定した日数分削除します
Argument
Type
Required
Description
Details
key
列挙型
No
表示/変更したい設定。
以下のいずれかの値を使用: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
列挙型
Yes
削除するメッセージの種類
以下のいずれかの値を使用: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
ブール値
これを追加すると、ボーナスの招待数もクリアされます。省略した場合、ボーナスの招待状はそのまま残ります。
Argument
Type
Required
Description
Details
key
列挙型
No
表示/変更したい設定。
以下のいずれかの値を使用: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
招待コードが作成されたチャンネル。 デフォルトで現在のチャンネルを使用します。
maxUses
番号
No
number
--> The max amount of uses of the invite code
expires
ブール値
No
true
or false
--> Set if the invite will expires after 24 hours
temporaryMembership
ブール値
No
true
or false
--> Set if the invited users are granted as temporary members
Argument
Type
Required
Description
Details
type
列挙型
Yes
必要なエクスポートの種類。
以下のいずれかの値を使用:leaderboard
Argument
Type
Required
Description
Details
type
列挙型
Yes
表示するチャートの種類。
以下のいずれかの値を使用:joins
, joinsAndLeaves
, leaves
from
日付
No
Start date of the chart
to
日付
No
End date of the chart
Argument
Type
Required
Description
Details
command
コマンド
No
詳細情報を取得するためのコマンド。
以下のいずれかの値を使用: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
列挙型
No
メンバーに関する特定の詳細のみを要求します。
以下のいずれかの値を使用:bonus
, members
page
番号
No
表示する詳細のどのページ。 リアクションを使って移動することもできます。
Argument
Type
Required
Description
Details
key
列挙型
No
表示/変更したい設定。
以下のいずれかの値を使用:name
, roles
inviteCode
招待コード
No
招待リンクの設定を変更する。
value
値
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
列挙型
No
表示/変更したいメンバー構成設定。
以下のいずれかの値を使用:hideFromLeaderboard
user
ユーザー
No
設定が表示/変更されたメンバー。
value
値
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
権限を設定するためのコマンド。
以下のいずれかの値を使用: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
列挙型
No
プレミアム情報はありません。 あなたのプレミアムステータスをチェックするために check
。 このサーバーにプレミアムを使用するには activate
してください。
以下のいずれかの値を使用:Activate
, Check
, Deactivate
Argument
Type
Required
Description
Details
punishment
列挙型
No
使用する罰の種類
以下のいずれかの値を使用:ban
, kick
, mute
, softban
, warn
strikes
番号
No
この罰が適用されるための警告の数。
args
テキスト
No
議論は罰に渡された。
Argument
Type
Required
Description
Details
quantity
番号
Yes
削除するメッセージ数。
user
ユーザー
No
ユーザーのメッセージは削除されました。
Argument
Type
Required
Description
Details
messageID
テキスト
Yes
最後のメッセージ ID は削除されました。
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.
reason
テキスト
No
The reason for removing the invites.
Argument
Type
Required
Description
Details
rank
役職
Yes
ランクを削除したい対象です。
Argument
Type
Required
Description
Details
user
ユーザー
No
ユーザーのすべての招待を復元する。 省略すると、すべてのユーザーの招待が復元されます。
Argument
Type
Required
Description
Details
user
メンバー
Yes
メンバーを BAN する
reason
テキスト
No
ユーザーが BAN された理由
Flag
Short
Type
Description
‑‑deleteMessageDays
‑d
番号
Delete messages from the user this many days back.
Argument
Type
Required
Description
Details
member
メンバー
Yes
メンバーがストライキを受けました。
type
列挙型
Yes
違反の種類
以下のいずれかの値を使用:allCaps
, duplicateText
, emojis
, hoist
, invites
, links
, mentionRoles
, mentionUsers
, quickMessages
, words
amount
番号
Yes
追加するストライクの量
Argument
Type
Required
Description
Details
violation
列挙型
No
違反のタイプ
以下のいずれかの値を使用:allCaps
, duplicateText
, emojis
, hoist
, invites
, links
, mentionRoles
, mentionUsers
, quickMessages
, words
strikes
番号
No
警告の数
Argument
Type
Required
Description
Details
user
ユーザー
Yes
BAN を解除すべきユーザー。
reason
テキスト
No
このユーザーの BAN が解除された理由。
Argument
Type
Required
Description
Details
user
メンバー
Yes
ミュートを解除する必要があるユーザー。
Argument
Type
Required
Description
Details
member
メンバー
Yes
メンバーに警告する
reason
テキスト
No
メンバーが警告された理由。