Describe the issue/bug
The !ck verify command is not working. There's no response or error printed from Kiera.
To Reproduce
Steps to reproduce the behavior:
Send !ck verify
Expected behavior
There should be a response with either "Check your DMs" or one of the other known errors.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Bot Version: 6.0.0-beta-*
Additional context
In my testing I was able to get it working on development Kiera locally but seeing no error or response at all from Prod.
Tried:
Replaced routed.user.id with routed.author.id as these should be using .author as that is now the message author. 426a094c48f901beb61468ca466504be1603bd80 & 2c1cc185bd3393f3106ad0ee60d6388cc2e70707
Describe the issue/bug The
!ck verify
command is not working. There's no response or error printed from Kiera.To Reproduce Steps to reproduce the behavior:
!ck verify
Expected behavior There should be a response with either "Check your DMs" or one of the other known errors.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
6.0.0-beta-*
Additional context In my testing I was able to get it working on development Kiera locally but seeing no error or response at all from Prod. Tried:
routed.user.id
withrouted.author.id
as these should be using.author
as that is now the message author. 426a094c48f901beb61468ca466504be1603bd80 & 2c1cc185bd3393f3106ad0ee60d6388cc2e70707node_modules
&app
node_modules
app
from the sourceLogging this to work on when able later.