Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.
/ discord-googlebot Public archive

A Google based discord-bot with search & translation.

License

Notifications You must be signed in to change notification settings

Oblvnn/discord-googlebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google based discord-bot.

GitHub License GitHub Stars GitHub forks GitHub issues

Simple Google bot made with various apis

You must have Node installed to run this bot.

Getting started

$ git clone https://github.com/OblivionSan/discord-googlebot.git
$ npm install

Create a discord bot token here and replace it where you see TOKEN_HERE, replace PREFIX to your prefered prefix.

config.json example

{
  "prefix" : "g!",
  "token" : "TOKEN_HERE"
}

Invite your bot to your discord server using the link given. Make sure to replace <client-id> with your bots client id.

https://discordapp.com/oauth2/authorize?&client_id=<CLIENT ID>&scope=bot&permissions=0

To start your bot, simply open up command prompt in your bots directory and then type the following.

$ node app.js

Built with

Discord.js - Node Module used.

Google - Node Module used.

Google-Translate-api - Node Module used.

Node - JavaScript run-time environment.

Author

About

A Google based discord-bot with search & translation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published