Skip to content

Commit 5a7ebcb

Browse files
committed
verification workaround
1 parent 81201c4 commit 5a7ebcb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/zorak/cogs/admin/verification_on_verified.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -152,17 +152,15 @@ async def verify(self, ctx):
152152
"_Before you can join the server, we need to make sure you are not a robot._\n"
153153
"_Please answer the following question._"
154154
, view=SelectView(self.bot, self.bot.server_settings.verification_options)
155-
, ephemeral=True
156155
)
157156
else:
158-
await ctx.send("You are already verified. Go away.", ephemeral=True)
157+
await ctx.send("You are already verified. Go away.")
159158
else:
160159
await ctx.send(
161160
"Please contact the @Staff. Verification is having technical problems."
162-
, ephemeral=True
163161
)
164162
else:
165-
await ctx.send("Verification has not been set up!", ephemeral=True)
163+
await ctx.send("Verification has not been set up!")
166164

167165

168166
def setup(bot):

0 commit comments

Comments
 (0)