Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Oct 21, 2019. It is now read-only.
/zoraPublic archive

🤖 A discord bot built for you

License

NotificationsYou must be signed in to change notification settings

ajmwagar/zora

Repository files navigation

Zora

Zora

Discord BotsDepsHitCountDiscordFOSSA 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 calledzora

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


[8]ページ先頭

©2009-2025 Movatter.jp