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
We keep a ton of awesome links to courses, cool tools, and popular software in {self.bot.get_channel(self.bot.server_settings.normal_channel['resources_channel']).mention}.
64
64
If you have any questions, feel free to post your question in {self.bot.get_channel(self.bot.server_settings.normal_channel['python_help_1']).mention}
65
65
66
-
I can run your code directly in the server!
66
+
Also, I can run your code directly in the server!
67
67
To learn how, type **/help** in any channel.
68
68
69
69
Looking forward to having you here!
@@ -97,7 +97,13 @@ def __init__(self, bot):
97
97
@commands.slash_command(description="Adds verify button to channel.") # Create a slash command
98
98
asyncdefadd_verify_button(self, ctx):
99
99
"""Adds the button"""
100
-
awaitctx.respond("Please Verify that you are not a bot.", view=AdminVerification(self.bot))
100
+
button_message= ("Welcome to Practical Python! We’re thrilled to have you here to learn "
101
+
"and collaborate with fellow Python enthusiasts. Before diving in, "
102
+
"please click the 'Verify' button to confirm your identity and gain "
103
+
"access to the server. Feel free to introduce yourself and don't "
0 commit comments