You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/lib/discord/events/server_create.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ def handle(event)
18
18
19
19
# Ensure system_channel exists and send a message to the server
20
20
ifsystem_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.")
22
22
else
23
23
puts"No suitable channel found to add the bot to."
0 commit comments