All Projects → sizzlorox → Idle-RPG-Bot

sizzlorox / Idle-RPG-Bot

Licence: MIT license
An Idle-RPG bot for Discord

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Idle-RPG-Bot

ApocaBot
ApocaBot: A Discord Bot for PbtA Games
Stars: ✭ 30 (-36.17%)
Mutual labels:  rpg, discordjs
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (+82.98%)
Mutual labels:  bots, discordjs
discord-bot-creator
Create your Discord bot in less than 30 minutes.
Stars: ✭ 17 (-63.83%)
Mutual labels:  bots, discordjs
KannaKamuiBot
A multipurpose bot for fun, emotes, anime, utility, music, nsfw, valorant, moderation, and welcome/leave messages.
Stars: ✭ 64 (+36.17%)
Mutual labels:  bots, discordjs
games-wabot
Games-wabot is RPG Bot Whatsapp. Now support Multi-device!!, check branch multi-device
Stars: ✭ 165 (+251.06%)
Mutual labels:  rpg, bots
Viber-and-the-Microsoft-Bot-Framework
se02035.github.io/viber-and-the-microsoft-bot-framework/
Stars: ✭ 16 (-65.96%)
Mutual labels:  bots
Slack-logger-bot
Simple slack bot that can save all of your team messages on your server so that you can still read them even if you exceeds the 10,000 messages in the archive.
Stars: ✭ 47 (+0%)
Mutual labels:  bots
Hikari
simple discord.js music bot using distube 🎵 | Stage channel support!
Stars: ✭ 19 (-59.57%)
Mutual labels:  discordjs
DiceRoller
Extensible and well-documented dice roller with a robust set of features. Excellent for play-by-post forums, virtual tabletops, or for integrating into character sheets or encounter managers.
Stars: ✭ 22 (-53.19%)
Mutual labels:  rpg
up 1 ao 99 todas classes-bro
Esta macro pretende upar do nível 1 de base até o 99 de todas as classes do ragnarok no servidor Brasileiro
Stars: ✭ 26 (-44.68%)
Mutual labels:  bots
Azuma
A package that actually syncs your ratelimits across all your clusters on Discord.JS
Stars: ✭ 19 (-59.57%)
Mutual labels:  discordjs
zulipbot
GitHub workflow-optimizing bot by @zulip
Stars: ✭ 70 (+48.94%)
Mutual labels:  bots
Mai
A multi-functional Discord Bot
Stars: ✭ 113 (+140.43%)
Mutual labels:  discordjs
BooksAndBot
Telegram inline bot. Search for books and share them in a conversation
Stars: ✭ 26 (-44.68%)
Mutual labels:  bots
exocortex-halo
Various and sundry additional pieces of software I've written to incorporate into my exocortex.
Stars: ✭ 65 (+38.3%)
Mutual labels:  bots
suggestions-bot
A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff.
Stars: ✭ 22 (-53.19%)
Mutual labels:  discordjs
discord.js-modules
Modularisation of discord.js (WIP)
Stars: ✭ 210 (+346.81%)
Mutual labels:  discordjs
muser
Muser: A powerful Discord music bot made in DJs v13 managed by PGamerX, Peiprjs, and Luckie.
Stars: ✭ 66 (+40.43%)
Mutual labels:  discordjs
Discord-BOT-Dashboard
This version is outdated, please check out Discord BOT Dashboard v2
Stars: ✭ 32 (-31.91%)
Mutual labels:  discordjs
hellsnakebot
🤖About A fully customizable bot built with discord.js
Stars: ✭ 14 (-70.21%)
Mutual labels:  discordjs

MIT Liscense Patreon

Idle-RPG-Bot

An Idle-RPG bot for Discord created using node.js with the discord.js framework. This is an open-source project and is currently still in development. A lot is still to be done.

This is a project to practice and learn more on how to create a bot for Discord and to practice javascript. Anybody who is willing to join in on this project is welcome to do so!

To see this bot in action it is currently running at the Idle-RPG Discord Server

There is also a Idle-RPG Trello Board

Deploy Idle-RPG-Bot on Heroku

You can deploy in a simple way to Heroku using the button below.

Deploy to Heroku

Setup

Create a .env file in the project root directory with these env variables: (Without < >)

DISCORD_BOT_LOGIN_TOKEN=<Bot login token>
DISCORD_BOT_OPERATORS_ID=<Comma seperated list of Bot Operator ID's>
Example:
DISCORD_BOT_OPERATORS_ID=123456789
DISCORD_BOT_OPERATORS_ID=123456789, 987654321

MIN_TIMER=<Minimal Timer in minutes>
MAX_TIMER=<Maximum Timer in minutes>

MONGODB_URI=<MongoDB Connection URI>

Requirements

nodejs
mongodb

Installation

npm install
npm run start
(if on windows)
npm run start:windows
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].