Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Really simple issue..... #40

Open
Nosferatus-Shadow opened this issue Jun 22, 2020 · 3 comments
Open

Really simple issue..... #40

Nosferatus-Shadow opened this issue Jun 22, 2020 · 3 comments
Labels
setup-issue Issue setting up the bot

Comments

@Nosferatus-Shadow
Copy link

I preface this by saying I am a layman with anything like this.

But really would like to get this working as a discord bot.

System: Windows 10 pro

Issue: The initial steps.

This is probably an issue with my understanding more than anything.

I have downloaded all the bot files the .json etc.

I have also downloaded dfrotz from the website as instructed as a windows user.

I am then stuck on the next sentence:

"All you have to do is add the dfrotz.exe file to your PATH and you will be good to go!"

I have no idea what to do next, pretty much, and as a layman, don't understand what I have to do.

Do I have to open a cmd prompt in windows and execute something from there?

The dfrotz.exe does not seem to do anything when clicked on....a brief window....then nothing.

So clearly, I am not understanding the instruction.

Apologies for being a bit of a dunce.

Regards

@ava-cassiopeia ava-cassiopeia added the setup-issue Issue setting up the bot label Jun 22, 2020
@ava-cassiopeia
Copy link
Owner

In general, the instructions provided by the Java documentation (link) are pretty good for configuring your path. If you're not familiar with the PATH, here is a link to some information on it.

You want to edit the PATH such that you add to the end of the PATH a new directory that matches the directory that contains dfrotz.exe in it. It should be the complete path, ie. it should start with C:\, or whatever your top level drive is named (ex: D:\Users\foobar\frotz\).

@Nosferatus-Shadow
Copy link
Author

Nosferatus-Shadow commented Jun 23, 2020 via email

@ava-cassiopeia
Copy link
Owner

From the project directory, try doing the following:

First, delete the package-lock.json file. Then, in the package.json, edit the pinned version of discord.io to be ^2.5.3, like so:

"discord.io": "^2.5.3",

Then try running npm install again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setup-issue Issue setting up the bot
Projects
None yet
Development

No branches or pull requests

2 participants