All Projects → byronvanstien → Pixie

byronvanstien / Pixie

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pixie

Misaki
Misaki is Discord Bot designed for communities with commands ranging from gif based anime reactions, to head scratching trivia commands.
Stars: ✭ 78 (+290%)
Mutual labels:  bot, music, discord
Discord.js Musicbot Addon
This DOES NOT WORK any more. This repo only serves as an archive for is anyone wants to pickup my work. You may still join the discord however.
Stars: ✭ 109 (+445%)
Mutual labels:  bot, music, discord
Skyra
All-in-one multipurpose Discord Bot designed to carry out most of your server's needs with great performance and stability.
Stars: ✭ 92 (+360%)
Mutual labels:  bot, music, discord
Automod Bot
Fun moderation economy bot discord.js
Stars: ✭ 41 (+105%)
Mutual labels:  bot, music, discord
Discorddj
Discord DJ Bot. Play music in your server. Inspired by PlugDJ
Stars: ✭ 204 (+920%)
Mutual labels:  bot, music, discord
Distube
A Discord.js v12 module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites
Stars: ✭ 73 (+265%)
Mutual labels:  bot, music, discord
Music Bot
Simple music bot with a full-blown queue system that is easy to understand
Stars: ✭ 102 (+410%)
Mutual labels:  bot, music, discord
Pengubot
Official PenguBot GitHub Repository
Stars: ✭ 98 (+390%)
Mutual labels:  bot, music, discord
Red Discordbot
A multi-function Discord bot
Stars: ✭ 2,855 (+14175%)
Mutual labels:  bot, music, discord
Discord Player
🎧 Complete framework to simplify the implementation of music commands using discords.js v12
Stars: ✭ 161 (+705%)
Mutual labels:  bot, music, discord
Deku
Multi-purpose discord bot built with discord.js
Stars: ✭ 13 (-35%)
Mutual labels:  bot, anime, discord
Fredboat
A Discord music bot sharing 1 million servers with 20 million users
Stars: ✭ 471 (+2255%)
Mutual labels:  bot, music, discord
Progress Bot
High-tech weaponized moe progress delivery bot for IRC, Discord, and web
Stars: ✭ 38 (+90%)
Mutual labels:  bot, anime, discord
Karmabot
🤖 A Multipurpose Discord Bot with a Music System & Utility commands used by 160K+ users!
Stars: ✭ 73 (+265%)
Mutual labels:  bot, music, anime
Pvpcraft
PvPCraft Discord bot
Stars: ✭ 29 (+45%)
Mutual labels:  bot, music, discord
Octave
Discord bot written in Java and Kotlin using JDA.
Stars: ✭ 156 (+680%)
Mutual labels:  bot, music, discord
Master Bot
A Discord music bot with playlist support, music quiz, saved playlists, lyrics, gifs and more
Stars: ✭ 204 (+920%)
Mutual labels:  bot, music, discord
Focabot
Music with seals!
Stars: ✭ 19 (-5%)
Mutual labels:  bot, music, discord
Malsync
Integrates MyAnimeList/AniList/Kitsu/Simkl into various sites, with auto episode tracking.
Stars: ✭ 572 (+2760%)
Mutual labels:  anime, manga
Warez
All your base are belong to us!
Stars: ✭ 584 (+2820%)
Mutual labels:  music, anime

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": ""
    },
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].