<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>discord.js kanalın ismine göre mesaj göndermek - hknsoft</title>
	<atom:link href="https://hknsoft.com/etiket/discord-js-kanalin-ismine-gore-mesaj-gondermek/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Android, Yazılım, Script</description>
	<lastBuildDate>Sun, 23 May 2021 13:08:35 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://hknsoft.com/wp-content/uploads/2020/05/cropped-icon-hknsoft-150x150.png</url>
	<title>discord.js kanalın ismine göre mesaj göndermek - hknsoft</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Discord.js Kanallara Mesaj Göndermek</title>
		<link>https://hknsoft.com/discord-js-kanallara-mesaj-gondermek/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 23 May 2021 12:59:58 +0000</pubDate>
				<category><![CDATA[Discord.js Bot Kodlama]]></category>
		<category><![CDATA[discord js belirli kanallara mesaj göndermek]]></category>
		<category><![CDATA[discord.js belirli bir kanala mesaj göndermek]]></category>
		<category><![CDATA[discord.js kanal adına göre mesaj göndermek]]></category>
		<category><![CDATA[discord.js kanala mesaj göndertmek]]></category>
		<category><![CDATA[discord.js kanalın ismine göre mesaj göndermek]]></category>
		<category><![CDATA[discord.js kanallara mesaj göndermek]]></category>
		<category><![CDATA[discord.js message listener]]></category>
		<category><![CDATA[discord.js sunucudaki belirli bir kanala mesaj göndermek]]></category>
		<guid isPermaLink="false">https://hknsoft.com/?p=1109</guid>

					<description><![CDATA[<p>Discord.js ile bot kodlarken belirli bir kanala veya kanallara mesaj göndermek için aşağıdaki kodu kullanabilirsiniz. Kodun çalışabilmesi için herhangi bir Message Listener&#8216;ın içine yerleştirmelisiniz. Message <a class="mh-excerpt-more" href="https://hknsoft.com/discord-js-kanallara-mesaj-gondermek/" title="Discord.js Kanallara Mesaj Göndermek">[...]</a></p>
<p>The post <a href="https://hknsoft.com/discord-js-kanallara-mesaj-gondermek/">Discord.js Kanallara Mesaj Göndermek</a> appeared first on <a href="https://hknsoft.com">hknsoft</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-black-color has-text-color wp-block-paragraph"><a href="https://discordjs.guide/" target="_blank" rel="noreferrer noopener nofollow"><strong>Discord.js</strong></a> ile bot kodlarken belirli bir kanala veya kanallara mesaj göndermek için aşağıdaki kodu kullanabilirsiniz. Kodun çalışabilmesi için herhangi bir <strong>Message Listener</strong>&#8216;ın içine yerleştirmelisiniz.</p>



<p class="wp-block-paragraph"><strong>Message Listener</strong>&#8216;ın ne olduğunu bilmiyorsanız <a href="https://hknsoft.com/discord-js-kendini-imha-eden-mesaj-gondermek/" target="_blank" rel="noreferrer noopener"><strong>tıklayınız.</strong></a></p>



<div class="wp-block-urvanov-syntax-highlighter-code-block"><pre class="urvanov-syntax-highlighter-plain-tag">let channel = message.guild.channels.cache.find(channel =&gt; channel.name === "Kanal İsmi");
channel.send("Merhaba!!");</pre></div>



<p class="wp-block-paragraph">Yukarıdaki kodun ilk satırında o sunucudaki kanallar arasından <strong>Kanal İsmi</strong> adında bir kanal bulmasını istiyoruz. Eğer öyle bir <strong>kanal yoksa hata verecektir.</strong> Daha sonra o kanala mesajımızı gönderiyoruz. <strong>Kanal İsmi</strong> yerine hangi kanala göndermek istiyorsanız o kanalın adını yazınız.</p>



<p class="wp-block-paragraph">Discord.js bot kodlama ile alakalı yazılar için <a href="https://hknsoft.com/kategori/discord-js-bot-kodlama/" target="_blank" rel="noreferrer noopener"><strong>tıklayabilirsiniz.</strong></a></p>
<p>The post <a href="https://hknsoft.com/discord-js-kanallara-mesaj-gondermek/">Discord.js Kanallara Mesaj Göndermek</a> appeared first on <a href="https://hknsoft.com">hknsoft</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
