10000 GitHub - themonarchoftime/DSPAssistant: A bot that provides quick suggestions to common problems in the D#+ Discord server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

themonarchoftime/DSPAssistant

 
 

Repository files navigation

DSPAssistant

a really cool bot thats written to run on the dsharpplus server because people are asking the same question just because discord did something stupid idk im bored

how to run

With docker:

  1. Build the Docker image
  2. Use the docker-compose file to automatically deploy
  • dont forget to edit the DISCORD_TOKEN env variable or else it will explode (real)

Without docker:

  • Set the following environment variables and then just run the project like any other .NET project
    • DISCORD_TOKEN: The token to connect to Discord
    • POSTGRES_USERNAME: Username to connect to the PostgreSQL server
    • POSTGRES_PASSWORD: Password to connect to the PostgreSQL server
    • POSTGRES_HOST: The hostname to the PostgreSQL server
    • POSTGRES_DB: PostgreSQL database name

does it work?

as long as it doesnt break, yes it does work

About

A bot that provides quick suggestions to common problems in the D#+ Discord server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.9%
  • Dockerfile 2.1%
0