/GoogleThis

A Discord bot meant to integrate features from LuanRT/google-this.

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

GoogleThis

A Discord bot meant to integrate features from LuanRT/google-this.

Features

Google Search

Search for any query:

Search Chat Input

Search for a query based on a user's message:

Search Context Menu

Search for a word definition

Search Dictionary

Search for a word translation

Search Translate

Reverse Image Search

Reverse Image Search

How to run

If you want to clone this project and run it on your end, here are the first steps you want to take.

WARNING: This bot was not meant to be ran by anyone else than me. It is extremely likely that you will encounter errors when trying to make it run for the first time.

Pre-requisites

  • Node >= 16

Installation

  • Rename .env.example to .env and configure it properly
  • Install the node application: npm install
  • Compile typescript files: npm run build
  • Start the bot: npm start