elliottophellia / ayano

A multipurpose discord music bot for anything with 69 commands!

Home Page:https://ayano.rei.my.id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Moved To Private Organizations, Repository Will Be Opened to Public Around July

Sugiura Ayano

Ayano is the current Student Council Vice President who is known to be secretly in love with Kyōko Toshinō, whom she always refers to by her full name, usually in the form of an interjection.

Ayano has a tsundere type personality and this shows when she gets embarrassed around Kyōko. Although as of YuruYuri San☆Hai!, Ayano has started getting confident and more honest with her feelings.

Server Status

Website Monitoring to check if BOT server is down or not
http://status.rei.my.id/

1.0.3 to do

  • Change valorant agent module or maybe i will make api for this.
  • Detail Help Menu
  • Something error with saucenao
  • Change covid19 api and add other countries
  • Well ytdl error cannot be fixed cus it was from discord-player we need update soon

Config

module.exports = {
    app: {
        px: 'a!',
        token: '',
        color: '#c67d9a',
        playing: 'Ayano ❤️ Kyoko'
    },

    opt: {
        DJ: {
            enabled: false,
            roleName: 'DJ',
            commands: ['back', 'clear', 'loop', 'pause', 'resume', 'seek', 'shuffle', 'skip', 'stop', 'volume']
        },
        MOD: {
            enabled: true,
            commands: ['mute', 'unmute', 'say']
        },
        ADMN: {
            enabled: true,
            commands: ['kick', 'ban', 'purge']
        },
        maxVol: 100,
        discordPlayer: {            
            ytdlOptions: {
            quality: 'highestaudio',
            highWaterMark: 1 << 25,
            filter: 'audioonly',
            requestOptions: {
            headers: {
            cookie: 'YOUTUBE_LOGIN_COOKIE'
             }
            }
          }
        }
    },

    key: {
        rapidAPI: '',
        saucenaoAPI: '',
        deepaiAPIKey: '',
        imgbbAPIKey: '',
        chiyomeAPIKey: '' // https://github.com/Eilaluth/ayano/issues/3
    }
};

Commands

List of commands that Sugiura ayano have

Information

Commands Description Usage Aliases
covid Display all covid-19 case in Indonesia a!covid c19, covid19
ping Pong a!ping
serveravtar Shows the Avatar of a Server a!serveravtar savatar, serverlogo, serveravatar
serverinfo Shows server information a!serverinfo sinfo
useravatar Show user avatar a!useravatar avatar, logo
userinfo Show user userinfo a!userinfo whois

Moderation

Commands Description Usage Aliases
ban ban someone who against rules a!ban [tag]
kick kick someone who against rules a!kick [tag]
mute mute someone who against rules a!mute [tag][time]
purge Purge up to 99 messages. a!purge [1-99]
say Let bot copy what you want to say a!say [args]
unmute unmute someone who was muted a!unmute [tag]

Valorant

Commands Description Usage Aliases
valagent a!valagent [name] agent
valdev a!valdev
valesport a!valesport valoesport
valmap a!valmap [name] map, mapvalo
valmmr a!valmmr [user][tag][reg] mmr
valupdate a!valupdate valopatches, valoupdate

Utility

Commands Description Usage Aliases
bypassads Bypass shortlink/adlinks a!bypassads [URL] bypassvip, bypass
calculator calculator in discord a!calculator kalkulator
colorize Colorized black and white image. a!colorize [attachment][url] warnain, colorized
twitter twitter video downloader a!twitter [url] twdl
mal Display anime info from myanimelist a!mal [name] animesearch, myanimelist
nhentai nhentai doujin zip download a!nhentai [code][url] nh
photo2x Double size your photo without losing its content and defining characteristics! a!photo2x [attachment][url] p2x, photox
qrcode qrcode code generator a!qrcode [url] qr
saucenao Find spicy sauce from internet a!saucenao [attachment][url] sauce, wait
tiktok download tiktok video a!tiktok [url]
toonify Convert your photo to cartoon like style! a!toonify cartoon, kartun
translate translate language a!translate [from][to][args] gtl
waifu2x Double size your waifu image without losing its content and defining characteristics! a!waifu2x [attachment][url] w2x
wheater Show statistic weather for country or city search a!wheater [C/F][Location] cuaca
wikipedia Search wikipedia page a!wikipedia [args] wiki
ytmp3 download mp3 from youtube a!ytmp3 [url]
ytmp4 download mp4 from youtube a!ytmp4 [url]

Funny

Commands Description Usage Aliases
connect4 Play connect4 game on discord a!connect4 [tag] connect
fightgame Play fight ame on discord a!fightgame [tag] fight, gelud
fishing Play fishing game on discord a!fishing mancing
flipcoin Flipcoin game on discord a!flipcoin
geekjokes Random geek jokes a!geekjokes geek
hug hug someone in server a!hug [tag]
kiss kiss someone in server a!kiss [tag]
meme Repost random meme from reddit a!meme
pokemon Play guess the pokemon game on discord a!pokemon pika
roasting Let bot roasting in server a!roasting [tag] insult, roast
rps Play rock paper scrissor game on discord a!rps [tag] bantuguntingkertas, rockpaperscrissor, janken
ship Let bot judge how sweet your ship a!ship [tag1][tag2] jodoh
guessname Play ShuffleGuess game on discord a!guessname shuffleguess, shufflegame
slap slap someone in server a!slap [tag]
slot Play slot game on discord a!slot
snake Play snake game on discord a!snake snakegame
tictactoe Play tic tac toe game on discord a!tictactoe [tag] ttt

Music

Commands Description Usage Aliases
back back to previous song a!back
clear clear queue a!clear cq
filter add filter to music a!filter [name]
loop loop queue a!loop [queue] l
nowplaying display playing music name a!nowplaying np
pause pause music a!pause
play play music a!play [name/URL] p
progress display progress bar a!progress pbar
queue display queue a!queue q
resume resume paused music a!resume rs
save save music name to dm a!save sv
search search music name a!search [args] sc
seek seek time a!seek [time]
shuffle shuffle music a!shuffle sh
skip skip music a!skip sk
stop stop music a!stop dc
volume increase or decrease volume a!volume 1-100 vol

Credit

Modules

About

A multipurpose discord music bot for anything with 69 commands!

https://ayano.rei.my.id

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%