mods icon indicating copy to clipboard operation
mods copied to clipboard

Issue with a say command.

Open darkspyro92 opened this issue 3 years ago • 5 comments

Describe the bug Whenever I use my Say command with my bot, it sends this error. It worked perfectly fine for months until recently. I did update my mods, so not sure if that had anything to do with it.

To Reproduce Steps to reproduce the behavior:

  1. !say #channel-name
  2. Get prompted to enter text to send.
  3. Enter text to be sent.
  4. Error gets thrown.

Expected behavior The text should be sent to the channel that is specified in the command. The problem occurs when it gets to Await Response and I enter the text. It doesn't seem to store the text and continue to the next actions. I've tried a few different methods and workarounds with all failed results. I'm not sure what I'm doing wrong.

Screenshots image image image image

darkspyro92 avatar Dec 18 '21 22:12 darkspyro92

you are using 2.0 mods on 1.6 most likely, double check you got mods from the "old_version_1.6" branch.

Sneethan avatar Dec 20 '21 03:12 Sneethan

I'm not sure I'm using 1.6. On Steam I don't have any betas selected, and one of the betas is the old 1.6 branch. I'm not sure which version of DBM I'm running. The discord.js says 12.2, and I'm not running the 2.0 beta. Or do you mean that the most recent mods are meant to run on the beta and not the older version? image

darkspyro92 avatar Dec 20 '21 04:12 darkspyro92

Yeah the mods in the master branch of the git are meant for beta, change your branch on GitHub to old_version_1.6 and try

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows


From: darkspyro92 @.> Sent: Monday, December 20, 2021 3:49:45 PM To: dbm-network/mods @.> Cc: Sneethan @.>; Comment @.> Subject: Re: [dbm-network/mods] Issue with a say command. (Issue #821)

I'm not sure I'm using 1.6. On Steam I don't have any betas selected, and one of the betas is the old 1.6 branch. I'm not sure which version of DBM I'm running. The discord.js says 12.2, and I'm not running the 2.0 beta. Or do you mean that the most recent mods are meant to run on the beta and not the older version? [image]https://user-images.githubusercontent.com/22324730/146713400-5f411fcd-4e5a-43bb-a70c-970aaa8d93a5.png

— Reply to this email directly, view it on GitHubhttps://github.com/dbm-network/mods/issues/821#issuecomment-997593708, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMVRU62Y7KRYQ4WPMR3OUBDUR2YWTANCNFSM5KLESKZQ. You are receiving this because you commented.Message ID: @.***>

Sneethan avatar Dec 20 '21 05:12 Sneethan

Okay. That seems to have worked. I didn't realize that was the case. Thank you very much. I didn't realize they'd updated the mods up to then and I thought I was above 1.6 because it showed 1.6 in the betas as old.

darkspyro92 avatar Dec 20 '21 05:12 darkspyro92

All good.

From: @.> Sent: Monday, 20 December 2021 4:49 PM To: @.> Cc: @.>; @.> Subject: Re: [dbm-network/mods] Issue with a say command. (Issue #821)

Okay. That seems to have worked. I didn't realize that was the case. I didn't think I was on 2.0 because I thought that was the beta version that I didn't opt in for. Thank you for informing on that one.

— Reply to this email directly, view it on GitHubhttps://github.com/dbm-network/mods/issues/821#issuecomment-997616737, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMVRU6Y3LX7CVO4ZS2RCJHDUR27V3ANCNFSM5KLESKZQ. You are receiving this because you commented.Message ID: @.***>

Sneethan avatar Dec 20 '21 06:12 Sneethan