Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

byronvanstien/Pixie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PROJECT IS NOW ARCHIVED

See here for the new iteration of Pixie, coming soon.

Pixie

  • An open-source Discord bot built for weebs by a weeb.
  • Here's the invite link in case you want to add Pixie to your server. (Although she's not currently hosted by me), note that I am planning to host her quite soon now the addition of WeebMusic has been added!

Current Features

  • Owner
    • namechange (Changes the bots name)
    • gamechange (Changes the bots game)
    • avatar (Changes the bots avatar)
    • debug
    • REPL
  • Moderation
    • purge (Deletes large amounts of messages) (Requires manage message permission)
    • ban (Bans a user from a server) (Requires ban members permission)
    • kick (Kicks a user from a server) (Requires kick members permission)
  • Information
    • userinfo (Grabs information for a user)
    • serverinfo (Grabs general server information)
    • status (Shows some bot stats)
  • WeebMusic (Only supports streaming music from listen.moe)
    • music (a command group for using WeebMusic)
      • join (Joins voice channel and starts the stream)
      • pause (Pauses the stream)
      • resume (Resumes the stream)
      • volume (Sets the volume in the server you use the command in)
      • check_vol (Checks the volume of the server you're in)
      • disconnect (Leaves the voice channel and stops the stream)
  • Weeb
    • mal (a command group for interacting with myanimelist)
      • anisearch (Searches an anime)
      • mangasearch (Searches a manga)
    • novel (Searches a novel)

Planned Features

  • Weeb Features
    • Anime
      • Integration with MyAnimelist (being able to use your account from Pixie!)
      • Integration with Hummingbird (being able to use your account from Pixie!)
      • Integration with Anilist (being able to use your account from Pixie!)
    • Manga
      • Coming soon! (Tbh I have no idea what I can do for this, help is appreciated when it comes to ideas)
  • Custom server prefixes

Information

Setup

But, now we're through all the boring stuff - here's what you need to get it running. This should be in the same folder as setup_example.json although it should be called setup.json

{
    "discord":{
        "owner_id": "",
        "command_prefix": "",
        "token": "",
        "pixie_admins": []
    },

    "weeb":{
        "ani_list": "",
        "hummingbird": "",
        "MAL": {
            "username":"",
            "password":""
        }
    },

    "games":{
        "osu_api_key": ""
    },
}

About

An open-source Discord bot built for weebs, by a weeb.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages