Skip to content

HalvaPovidlo/halvabot-go

Repository files navigation

halvabot-go

Linter Test

Enable Discord

You need to sign up at Discord Developer Portal

And join our HPDevelopment team.

Create file secret_config.json

{
  "general":{
    "debug":true
  },
  "host":{
    "ip": "***",
    "bot": "***",
    "mock": "***",
    "web": "***"
  },
  "discord":{
    "token":"***",
    "bot":"HalvaBot",
    "id":746726055259406426,
    "prefix":"$",
    "api": {
      "open": ["основной", "видосы", "плейлисты"],
      "status": ["music", "debug"]
    }
  },
  "youtube":{
    "download":true,
    "output":"songfiles"
  },
  "secret":"***"
}

Replace token with token from Discord Developer Portal.

Applications -> HalvaBot -> Bot -> Click to reveal token

Don't pass this token on to anyone!!!

About

A server that hosts the discord music bot and maintains REST API to interact with it, the movie library, and user information.

Topics

Resources

License

Stars

Watchers

Forks