ajmwagar / zora

:robot: A discord bot built for you

Home Page:https://zora.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zora

Zora

Discord Bots Deps HitCount Discord FOSSA Status

A modular discord bot that is fully customizable!

Features:

  • Compatible with ZoraWeb a customizable dashboard made in Vue!
  • Music
    • Youtube links
    • Searching youtube
    • Queuing songs
    • Skip, Pause, Resume, and Stop commands
    • Soundcloud
  • Meme dumper from Reddit
    • Server specific subreddits
  • Stack Overflow Search
  • Weather command
  • Wolfram Alpha Search
  • Modlog
    • Various actions
    • Image archive with AI autotagger
  • Joke command
  • Yodaspeak translator
  • Google Translate
  • Currency Converter with Crypto Support
  • Economy commands
    • Forbes (Richest people list)
    • Shop
    • Daily rewards
    • Slots
  • Levels and XP
    • Promote server engagement.
  • Custom server settings
    • Custom prefix
    • Custom automod
    • Custom name
  • Auto-sharding
  • Admin commands
    • Kick
    • Ban
    • Purge
    • Say

Installation (Invite Zora)

Zora is the official bot hosted by the creators of this repo, you can invite it to your discord server by clicking the link below: INVITE Zora

Installation (Host your own bot):

1. Clone the repository

git clone https://github.com/ajmwagar/zora

2. Enter the repository

cd zora

3. Install dependences

npm install

4. Setup MongoDB

Install a MongoDB server with a database called zora

Make sure it's on a server that can handle it! Each user and server will have their own document!

5. Create and Edit config.json (add ytsearch key, discord bot key)

$EDITOR config.json

Add the following to config.json

{
    "token": "my discord bot token",
    "youtubeKey": "my youtube data api key",
    "databaseuser": "my mongodb username",
    "databasepass": "my mongodb password",
    "wolfram": "my wolframalpha key",
    "ws": {
        "clientid": "my discord client id",
        "clientsecret": "my discord client secret",
        "authurl": "https://discordapp.com/api/oauth2/authorize",
        "tokenurl": "https://discordapp.com/api/oauth2/token"
    }
}

6. Profit!

node index.js

OR

pm2 start index.js -n <botname>

Note that translate won't work unless a valid google service account is set up!

Acknowledgements:

This bot would not be possible without:

License

FOSSA Status

About

:robot: A discord bot built for you

https://zora.netlify.com

License:MIT License


Languages

Language:JavaScript 96.9%Language:HTML 1.9%Language:Dockerfile 1.2%Language:Shell 0.1%