Skip to content
/ wG Public

wG discord bot has the ability to play music with voice commands with the speech-to-text service provided by Google, and the dynamic voice channel features that are shaped according to the game played by those in the voice channel.

Notifications You must be signed in to change notification settings

ByStronq/wG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wG Discord Bot

Requirements before using

config.json:

The settings file of the application

{
    "token": "Discord Bot API Key",
    "prefix": "/",
    "GOOGLE_APPLICATION_CREDENTIALS": "googleCloud.json",
    "firebaseDbUrl": "https://*.firebasedatabase.app"
}

firebase.json:

This json file is the real-time firebase database service account information that holds discord server information. Blank database instance:

{
  "servers": []
}

googleCloud.json:

It is the service account api information required to use Google speech-to-text. You can obtain this on Google Cloud Platform.

About

wG discord bot has the ability to play music with voice commands with the speech-to-text service provided by Google, and the dynamic voice channel features that are shaped according to the game played by those in the voice channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published