All Projects → progdisc → AwesomeBot

progdisc / AwesomeBot

Licence: MIT License
chatbot for /r/learnprogramming (un)offical discord channel

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to AwesomeBot

markov-discord
A Markov chain Discord chat bot. Generates unique messages by learning from past messages. Also occasionally attaches images to messages.
Stars: ✭ 35 (+40%)
Mutual labels:  discord-bot, discord-js
Discord-Spammer
Advanced Discord Spammer with multiple options and optional proxys
Stars: ✭ 51 (+104%)
Mutual labels:  discord-bot, discord-js
Discord-Selfbot
Discord.js selfbot
Stars: ✭ 24 (-4%)
Mutual labels:  discord-bot, discord-js
AntiScam-Bot
Discord bot written on discord.js, deletes messages with scam links.
Stars: ✭ 16 (-36%)
Mutual labels:  discord-bot, discord-js
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (+244%)
Mutual labels:  discord-bot, discord-js
delet
[DEPRECATED - see README.md] a Discord bot made using Discord.js
Stars: ✭ 46 (+84%)
Mutual labels:  discord-bot, discord-js
CustomDCBot
Create your own discord bot - Fully customizable and with a lot of features
Stars: ✭ 15 (-40%)
Mutual labels:  discord-bot, discord-js
Komugari
A simple, multi-functional Discord bot written in Discord.js
Stars: ✭ 39 (+56%)
Mutual labels:  discord-bot, discord-js
Discord-Reposter
Bot for reposting Discord messages (work in progress)
Stars: ✭ 62 (+148%)
Mutual labels:  discord-bot, discord-js
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (+8%)
Mutual labels:  discord-bot, discord-js
ModMail
Discord ModMail Bot
Stars: ✭ 44 (+76%)
Mutual labels:  discord-bot, discord-js
FFGNDS-Discord-Dice-Roller
Discord dice roller for EotE, AoR, FnD, Genesys, and L5R role playing games.
Stars: ✭ 63 (+152%)
Mutual labels:  discord-bot, discord-js
TundraBot
All-in-one Discord bot
Stars: ✭ 49 (+96%)
Mutual labels:  discord-bot, discord-js
Kalopsia-Bot
♠️ A Powerful Open-Source Discord,js (v13) Bot written in JavaScript with many moderation, fun, economy, music, utility commands ♠️
Stars: ✭ 60 (+140%)
Mutual labels:  discord-bot, discord-js
lecashbot
A Discord.js economy bot based on the NitroType currency made with JavaScript.
Stars: ✭ 18 (-28%)
Mutual labels:  discord-bot, discord-js
deejay-stereo
Discord music bot built using djs v13, discord-player. Slash Commands only bot
Stars: ✭ 42 (+68%)
Mutual labels:  discord-bot, discord-js
SataniaBot
The most devilish bot for Discord!
Stars: ✭ 20 (-20%)
Mutual labels:  discord-bot, discord-js
Nereus
A multipurpose discord bot with a focus on music written using Discord.js
Stars: ✭ 46 (+84%)
Mutual labels:  discord-bot, discord-js
horace
discord.js bot powering the Knights of Academia server with commands like info, AFK, and more
Stars: ✭ 25 (+0%)
Mutual labels:  discord-bot, discord-js
discord-lavalink-music-bot
This is music bot for discord made with erelajs, lavalink, discordjs v13-dev
Stars: ✭ 34 (+36%)
Mutual labels:  discord-bot, discord-js

AwesomeBot Build Status Code Climate david-dm

How to run it

First, make sure you have the latest version of Node.js and npm. We recommend using nvm to manage these, and there's a .nvmrc file in this project, so just run this and you're all set:

nvm use

Now you need to install the dependencies:

npm install

Then, in order to log your bot into Discord, set your bot token:

export DISCORD_TOKEN=<your discord app token>
# you could, instead, fill it in the ./settings.json file

And finally, start your bot with:

npm start

Before pushing any changes or submitting PRs, don't forget to run eslint, or our CI may reject your request:

npm run lint -- .
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].