GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
githubnodejsjavascriptbotmongodbdiscorddiscord-botrolesinvitediscord-jsgiveawaysgiveawaydiscord-js-botgiveawaybotreplitdiscord-giveawaydiscord-giveawaysgiveaway-botdiscord-giveaway-botserver-requirements UpdatedFeb 14, 2024 JavaScript A Discord bot that enhances First Come, First Serve in voice channel wait...
# Clone the repository locally git clone https://github.com/helldivers-2/discord-bot.git cd helldivers2-bot # Install dependencies npm install To run the bot locally (or when deploying), you'll need some env vars: BOT_TOKEN - Discord bot token, gotten from Discord's developer portal (for...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
SammyKunimatsu / Template-Discord-Bot-v14 Star 3 Code Issues Pull requests Um modelo de Discord Bot na versão v14 do Discord.JS feito em Typescript, usando MongoDB e um sistema de idiomas. typescript mongodb discord discord-bot discord-js multi-language-support template-discord-bot templ...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 330 million projects.
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Repository files navigation README Discord basic bot 👋 Installation python 3.10 discord 2.1.0 BOT_TOKEN in run.py line 15 Features .ping .clear .avatar .kick .ban .userinfo .server .setnick .slowmode .al Authors @Frozuu AboutNo description or website provided. Topicspython...
Example manual build docker image build -t bradmorg/ubuntu:dbot /home/pi/discord-bot docker push bradmorg/ubuntu:dbot docker stop discordbot docker rm discordbot docker run --name discordbot --restart always -d -e TOKEN=$TOKEN bradmorg/ubuntu:dbotAbout...