Skip to content

AltijdShawn/CyBR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyBR

Warning The bot is incomplete so if you want to help feel free to help


Required:

  • FFMPEG (Installed on your system or add it to your project with yarn add ffmpeg-static)
  • node.js (16 or higher)
  • Python2.7
  • yarn (You can install it with npm --global install yarn)
  • And a brain that knows how the Eris javascript framework works
    • Knowledge of Eris.

Configuration:

In cfg.js

module.exports={
    TOKEN: "<The bot's token>",
    OWNER: "<Your user ID (Optional but required if you want to use Owner only functions)>",
    PREFIX: "<The bot's default prefix>",

    SECRET: "<The bot's client secret (Optional but required if you want the website to work)>",
    REDIRECT: "/auth/redirect",

    YTTOKEN: "<The Youtube API Token (Optional but required if you want to use the music functions)>",

    REPO: "https://github.com/project-helix/CyBR/",
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published