Surf MyAnimeList inside Discord with ease.
Vignette is a bot to surf the MyAnimeList website in Discord with the use of the Jikan.
Get information for anime, manga, users, characters, the industry & more, be able to receive airing schedule or tell Vignette which anime you want to
get notified about when it airs.
Know instantly which characters are people's most favourite, get a waifu, use trace.moe to find out what anime your picture is from, get recommendations, trailers, quotes, watchlists and check what other MyAnimeList users are watching.
Don't forget to play the anime or character guess game, receive points and battle other members.
Command | Arguments | Information | Example |
---|---|---|---|
.anime | none |
Receive information about an anime. | .anime Gabriel Dropout |
.manga | none |
Receive information about a manga. | .manga Berserk |
.character | none |
Receive information about a characters. | .character Levi |
.person | none |
Receive information about a person. | .person Hanazawa Kana |
.producer | none |
Receive information about a producer. | .producer Aniplex |
.magazine | none |
Receive information about a magazine | .magazine Ace Assault |
.user | none |
Receive information about a MyAnimeList user including buttons for about, clubs, favorites, friends, history, recommendations, reviews, statistics, userupdates. | .user davekramer |
.random | anime, manga, characters, people, reviews |
Get something random! | .random characters |
.top | anime, manga, characters, people, reviews |
Get the top straight from MAL. | .top anime |
.season | summer, fall, winter, spring, later + year |
Receive the seasonal anime. | .season fall 2022 |
.notify | none |
Add an anime and receive notification when it airs. | .notify Shingeki no Kyojin: The Final Season Part 2 |
.airlist | none |
Get the current airlist you've put together. | .airlist |
.delete | none |
Remove an airing anime from your airlist. | .delete Shingeki no Kyojin: The Final Season Part 2 |
.waifu | neko, shinobu, megumin, bully, cuddle, cry, hug, awoo, kiss, lick, pat, smug, bonk, yeet, blush, smile, wave, highfive, handhold, nom, bite, glomp, slap, kill, kick, happy, wink, poke, dance, cringe |
Get a random waifu. | .waifu |
.quote | none |
Get a random anime/manga quote. | .quote |
.watch | recent, popular |
Receive the recent or popular top 25 to watch. | .watch popular |
.recommendations | anime, manga |
Get a random recommendation from MAL. | .recommendation anime |
.schedule | today, monday, tuesday, wednesday, thursday, friday, saturday, sunday |
Get the schedule for the week. | .schedule today |
.guess | anime, char |
Guess the Character game. | .guess char |
.leaderboards | none |
Get the current leaderboards. | .leaderboards |
.trace | none |
Search for the anime by image. | .trace link |
.trailer | recent, popular |
Receive the recent or popular trailers. | .trailer recent |
.trivia | recent, popular |
Play a small anime trivia game. | .trivia easy 5 |
.commands | none, waifu |
Receive the all the commands or just for waifu | .commands |
- Go to the Discord Developer Portal.
- Login to your Discord account.
- Click on New Application.
- Enter the name of your bot and press create.
- Click on the Bot tab on the left menu bar.
- Click on Add Bot & Click to Reveal Token, save this token for a moment somewhere.
- Press OAuth2 on the left menu bar.
- Check the checkbox and press Copy.
- You can paste this link in your browser and add this bot to any discord server you want.
- Install Python.
- Download or clone the bot.
- Unpack ZIP & create an .env file including DISCORD_TOKEN="TOKENHERE" and add your BOT TOKEN from step 6 inside the "" & save.
- Save this .env file
- Go to your discord server and create or select a channel that you want the guess game in - right click the channel and click Copy ID.
- If you dont have the Copy ID option, enable Developer Mode in Discord settings -> Advanced -> Developer Mode.
- Add this Channel ID to guess.py inside the cog folder on line 19 replace CHANNELID with the Channel ID & save.
- Repeat step 14 for airing anime, this is the spot where u want anime airing notifications, this can be the same channel or another.
- Add this Channel ID to bot.py inside the main folder on line 84 replace SETCHANNELID with the Channel ID & save.
- Open cmd, locate the folder through cmd and run the bot by typing python bot.py
- If you're new on how to run Python scripts use google.
- Vignette is now running.