8000 GitHub - hsanger/SurvivReloadedBot: You love to see it.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hsanger/SurvivReloadedBot

Repository files navigation

SurvivReloadedBot

A custom bot for the Surviv Reloaded Discord server.


Installation

This project utilizes pnpm. No other package manager is supported for this project.

To install dependencies for this project, open a command line interface at the directory of the cloned repository, and run:

pnpm install

This will create a node_modules directory in that of your project and link the packages there.

Setup

Testing the application using a database on your own machine will require a localhost database setup:

  1. Create a .env in the root directory of the repository.
  2. Inside of the .env file, include the following:
# Discord
DISCORD_TOKEN="<discord_application_token>"
DISCORD_ID="<discord_application_id>"
GUILD_ID="<guild_id>"

# Database
MONGODB_URI="<uri>"

# Development mode?
NODE_ENV="production"

Replace fields accordingly.

Development

pnpm run dev

Note: You will need MongoDB and Node.js installed to be able to run the program.

About

You love to see it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0