Where do I edit guild messages on Discord?
Guild Messages
Hey, you can find the message here: oxide\discord\DiscordCore\message\WelcomeMessage.GuildWelcomeMessage.json. After you're done editing reload the plugin and it should take effect.
ありがとうございます!無事編集できました。
以前設置した赤枠内のテキストが残っていますが、ここで削除または修正できますか?

以前設置した赤枠内のテキストが残っていますが、ここで削除または修正できますか?

@MJSU
Can the non-embedded, top text portion be erased?

Can the non-embedded, top text portion be erased?

Yeah, it's all based on that file I mentioned above. Just remove the text in "Message Content".
MJSUYeah, it's all based on that file I mentioned above. Just remove the text in "Message Content".
I opened “oxide\discord\discordCore\message\WelcomeMessage.BuildWelcomeMessage.json” but there is no text I want to delete.
There was only embedded text.
{
"Template": {
"Message Content": "",
"Message Embeds": [
{
"Show Embed": true,
"Embed Title": "",
"Embed Title URL": "",
"Embed Description": "市民 / SCAV の選択が終わりましたら下記「Link Accounts」ボタンをクリックしルールに同意するとチャットの一番下に\n **/dc link 123456** のようなコマンドが表示されますので、このコマンドをゲーム内チャットで送信してください。\nゲーム内チャットは「T」または「Enter」を押すと表示されます。",
"Embed Hex Color": "#57F287",
"Embed Image URL": "",
"Embed Thumbnail URL": "",
"Embed Video Url": "",
"Show Embed TimeStamp": false,
"Embed Fields": [],
"Embed Footer": {
"Show Footer": false,
"Footer Text": "",
"Footer Icon URL": ""
}
}
],
"Message Components": [
{
"Button Label": "Link Accounts",
"Button Emoji": {
"Emoji Name Or ID": "✅",
"For Custom Emojis Is The Emoji Animated": false
},
"Button Style": "Success",
"Button Command": "DiscordCore_GuildLinkAccounts",
"Keep Button On Same Row": true,
"Button Enabled": true,
"Show Component": true,
"Type": "Button"
}
]
},
"Template Version": "1.0.0"
}
Can you try deleting the message and reloading the plugin?
I was able to delete it by typing a space and overwriting it!
Thank you very much.