
Forward Velocity join/left logs to a specific Discord channel. | My first project.
このプラグインの開発は終了しました。
別のプラグインにて、これらの機能を実装するかもしれません。
Development of this plugin has been completed.
Another plugin may implement these features.
より詳細なBotセットアップ方法については、Discordの公式サイトを参照してください。
For more detailed information on how to set up a bot, see the official Discord website.
このガイドでは、ボットの基本的な設定方法を説明します。以下の2つの主要なステップに従って設定を行ってください。
ボットを操作するためには、正しいトークンが必要です。このトークンはボットの識別子として機能し、APIアクセスの際に使用されます。
手順:
TOKEN セクションに移動します。Copy ボタンをクリックしてトークンをコピーし、適切な場所にペーストします。チャンネルIDは、特定のDiscordチャンネルを識別するためのものです。
手順:
設定 > トピックの詳細 を選択して、特定のチャンネルのIDを表示します。This guide will walk you through the basic steps of setting up your bot. Please follow the two main steps outlined below.
The bot token acts as an identifier for your bot and is used for API access.
Steps:
TOKEN section.Copy button to copy the token and paste it in the appropriate place.The Channel ID serves as an identifier for a specific Discord channel.
Steps:
Settings > Advanced to view the ID of a specific channel.# Velocity to Discordを導入してくれてありがとう!
# わたしはあなたに感謝します!
# Bugやフィードバックの報告については下記URLから。
# Thanks for introducing "Velocity to Discord"!
# Thanks for you!
# Please use the following URL to report bugs and provide feedback.
# Discord:https://discord.gg/5sqbsmqd6K
# Github:https://github.com/Elysium-7/Velocity-to-Discord
# ここは絶対に書き換えないでください。
# Never rewrite this section.
configuration-version: 1.2
# BotTokenを入力。
# Please insert a BotToken.
token: ""
# BOTのスタータスを設定できます。「ONLINE,IDLE,DO_NOT_DISTURB」
# You can set the bot online status "ONLINE,IDLE,DO_NOT_DISTURB"
online_status: ONLINE
# ログを送信するチャンネルのIDを入力してね。
# Enter the ID of the channel you want to send the log to.
channel_id: 0
# サーバースタート・ストップ時のメッセージを編集できます。
# You can edit messages at server start/stop.
start_message_text: "Server has started."
stop_message_text: "Server has stopped."