Skip to content

Commit 01bec1e

Browse files
authored
Update app/lib/discord/events/server_create.rb
1 parent 8fb2fa0 commit 01bec1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/discord/events/server_create.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def handle(event)
1818

1919
# Ensure system_channel exists and send a message to the server
2020
if system_channel
21-
system_channel.send_message("Hello #{server.name}! I am the 'Is it Ruby or Rails bot, I will be sending a question every day to see if your users know what is Ruby and what is Rails! Good luck! Admins: You can adjust which channel you want me to ask questions in by using the '/set_channel' command.")
21+
system_channel.send_message("Hello #{server.name}! I am the 'Is it Ruby or Rails bot', I will be sending a question every day to see if your users know what is Ruby and what is Rails! Good luck! Admins: You can adjust which channel you want me to ask questions in by using the '/set_channel' command.")
2222
else
2323
puts "No suitable channel found to add the bot to."
2424
end

0 commit comments

Comments
 (0)