See here for the new iteration of Pixie, coming soon.
- 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!
- 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)
- music (a command group for using WeebMusic)
- Weeb
- mal (a command group for interacting with myanimelist)
- anisearch (Searches an anime)
- mangasearch (Searches a manga)
- novel (Searches a novel)
- mal (a command group for interacting with myanimelist)
- 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)
- Anime
- Custom server prefixes
- Pixie is built using discord.py
- Pixie is a reference to the character from Mahouka Koukou no Rettousei light novels.
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": ""
},
}