All Projects → kira0x1 → mikaela

kira0x1 / mikaela

Licence: MIT license
Mikaela is a discord music bot that gives users the ability to store their favorite songs, and create playlists on discord.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to mikaela

DraconianJSBot
With its robust performance, intuitive design, and vast array of functionalities, the Draconian Bot is the ultimate solution for all your needs.
Stars: ✭ 113 (+494.74%)
Mutual labels:  discord-music-bot, discordjs, discord-js, discordbot
SparkV
🤖⚡ | The most POWERFUL multipurpose chat/meme bot that will boost the activity in your server.
Stars: ✭ 24 (+26.32%)
Mutual labels:  discord-music-bot, discordjs, discord-js, discordbot
zuly
🤖 | Hi, I'm zuly, a brazilian bot! Focused on animes!
Stars: ✭ 45 (+136.84%)
Mutual labels:  mongoose, discordjs, discord-js, discordbot
Alexi5
A Discord Bot built using discordJS. Started as a joke for spamming memes. Branch "v2" is currently being used for active development. Hosted on Heroku.
Stars: ✭ 19 (+0%)
Mutual labels:  discord-music-bot, discordjs, discord-js, discordbot
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+1047.37%)
Mutual labels:  discord-music-bot, discordjs, discord-js, discordbot
discord-altyapi-bot
Discord Bot Altyapısı - Discord.js v14 Altyapı
Stars: ✭ 172 (+805.26%)
Mutual labels:  discordjs, discord-js, discordbot
Commando
[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
Stars: ✭ 78 (+310.53%)
Mutual labels:  discord-music-bot, discordjs, discord-js
SeoaBot
The Discord bot was name Seoa
Stars: ✭ 28 (+47.37%)
Mutual labels:  discord-music-bot, discord-js, discordbot
KannaKamuiBot
A multipurpose bot for fun, emotes, anime, utility, music, nsfw, valorant, moderation, and welcome/leave messages.
Stars: ✭ 64 (+236.84%)
Mutual labels:  discordjs, discord-js, discordbot
hellsnakebot
🤖About A fully customizable bot built with discord.js
Stars: ✭ 14 (-26.32%)
Mutual labels:  discord-music-bot, discordjs, discord-js
Luki
[Deprecated] The official repository for Luki the Discord bot
Stars: ✭ 21 (+10.53%)
Mutual labels:  discordjs, discord-js, discordbot
discord-clock
A simple clock script for your bot to show what time it is in your server | Discord.js v13 ready!
Stars: ✭ 29 (+52.63%)
Mutual labels:  discordjs, discord-js, discordbot
Shoukaku
A featureful stable wrapper for Lavalink
Stars: ✭ 140 (+636.84%)
Mutual labels:  discord-music-bot, discordjs, discord-js
deejay-stereo
Discord music bot built using djs v13, discord-player. Slash Commands only bot
Stars: ✭ 42 (+121.05%)
Mutual labels:  discord-music-bot, discord-js, ytdl-core
Discord-Template-V13
An easy-to-use discord bot including database, slash commands and context menus !
Stars: ✭ 103 (+442.11%)
Mutual labels:  mongoose, discordjs, discord-js
Aometry
An awesome multipurpose discord bot build using discord.js v13 with support for slash commands and context menus
Stars: ✭ 51 (+168.42%)
Mutual labels:  discordjs, discord-js, discordbot
Discord.JS-Coding-Tutorials
🙂 A full Discord.JS v12 Guide for making Discord Bots by DashCruft on YouTube
Stars: ✭ 58 (+205.26%)
Mutual labels:  discordjs, discord-js, discordbot
NanoSpace
Erela.js & Discord.js@v14 (Prefix Commands!)
Stars: ✭ 59 (+210.53%)
Mutual labels:  discord-music-bot, discordjs, discord-js
Friend-Time
Discord bot - Friend Time helps your server coordinate times and events by converting times mentioned in chat between time zones!
Stars: ✭ 62 (+226.32%)
Mutual labels:  discordjs, discord-js, discordbot
Max-Bot
Max Bot is an open-source bot made in node-js with discord-js. It Has Commands from fun to moderator.
Stars: ✭ 27 (+42.11%)
Mutual labels:  discordjs, discord-js, discordbot

Mikaela - Discord Music Bot

codebeat badge discord badge

Click this to invite mikaela to your server.


Setup

Make sure you have node v16+ installed, and windows-build-tools.

1. Installing windows-build-tools

$ npm install --global --production windows-build-tools

2. cd into the folder, and install all the modules.

$ yarn install

3. Enter the required fields needed in .env.example.

When you're done, make sure to rename .env.example to .env.

4. make sure you have typescript installed globaly, if you dont then just run

$ npm install -g typescript

otherwise, just run to compile the typescript.

$ tsc

5. The last step is just to run the bot

$ yarn start

Running on production

$ docker-compose build
$ docker-compose up -d

Otional Flags

Production / Development

To run the bot using development db / development bot token, just add the development flag, and vice versa.

$ node . --development
$ node . --production

Test VC

If you want the bot to join a test vc automatically instead of joining the vc you're in ( so you could test the bot without actually joining a vc )

yarn testvc
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].