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
As I'm not sure what the intention behind that code was, I'm hesitant to open a pull request.
However, this error has been showing up for several users, including me. See the screenshot for a full break down.
{{editMessage nil .ExecData.id (cembed "author" (sdict "icon_url" "https://cdn.discordapp.com/emojis/714051544265392229.gif" "name" (print "This might take a while... (" (sub .ExecData.all ($dbcount .ExecData.key)) "/" .ExecData.all ")")) "description" "Please wait until the command is done running.\n**Do not run dbresetkey again until it is finished!**\nYou will be pinged if the reset is done :)" "color" 0xFAA61A)}}
As we can see, it is not an issue on user's end, rather an issue on the code side -- perhaps a missing or slipped parenthesis.
The text was updated successfully, but these errors were encountered:
As I'm not sure what the intention behind that code was, I'm hesitant to open a pull request.
However, this error has been showing up for several users, including me. See the screenshot for a full break down.
Relevant code:
yagpdb-cc/Database_Management/reset/dbresetkey.yag
Line 60 in 1c70dfe
As we can see, it is not an issue on user's end, rather an issue on the code side -- perhaps a missing or slipped parenthesis.
The text was updated successfully, but these errors were encountered: