mirror of
https://github.com/mii443/rbot.git
synced 2025-08-22 15:45:30 +00:00
Changed to "text_channels"
This commit is contained in:
@ -5,7 +5,7 @@ module Bot
|
||||
|
||||
# メンバー参加時
|
||||
member_join do |event|
|
||||
event.server.default_channel.send_embed do |embed|
|
||||
event.server.text_channels[0].send_embed do |embed|
|
||||
embed.title = "Member Joined"
|
||||
embed.color = 14103594
|
||||
embed.thumbnail = Discordrb::Webhooks::EmbedThumbnail.new(
|
||||
|
Reference in New Issue
Block a user