All Projects → TheTypingMatch → lecashbot

TheTypingMatch / lecashbot

Licence: MIT license
A Discord.js economy bot based on the NitroType currency made with JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to lecashbot

Kato-Bot
discord bot
Stars: ✭ 51 (+183.33%)
Mutual labels:  discord-bot, discord-js
mass-dm-discord
A MassDM selfbot which is working in 2021. Only for educational purposes 🥱🚀
Stars: ✭ 87 (+383.33%)
Mutual labels:  discord-bot, discord-js
auto
A code scanner Discord bot.
Stars: ✭ 15 (-16.67%)
Mutual labels:  discord-bot, discord-js
SataniaBot
The most devilish bot for Discord!
Stars: ✭ 20 (+11.11%)
Mutual labels:  discord-bot, discord-js
Nereus
A multipurpose discord bot with a focus on music written using Discord.js
Stars: ✭ 46 (+155.56%)
Mutual labels:  discord-bot, discord-js
DM-BOT
📧 DM-BOT is discord bot that can record direct messages. One of us! You can also reply to those messages! DM-BOT is easy to use & understand! I decided to use Discord.js, it's literally the best.
Stars: ✭ 31 (+72.22%)
Mutual labels:  discord-bot, discord-js
Commando
[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
Stars: ✭ 78 (+333.33%)
Mutual labels:  discord-bot, discord-js
slash-level
✨ The first and only slash-command based Discord level bot ✨
Stars: ✭ 31 (+72.22%)
Mutual labels:  discord-bot, discord-js
ALi
ALi a powerful Discord bot that includes Utility, Fun, Music, Moderation, and much more! (Beta)
Stars: ✭ 97 (+438.89%)
Mutual labels:  discord-bot, discord-js
Welcome-Bot
A cool multi-purpose discord bot that solves all your problems. I have features such as Moderation, ModLog, Welcome & Goodbye logs, Fun, Music
Stars: ✭ 73 (+305.56%)
Mutual labels:  discord-bot, discord-js
lavamusic
lavalink music bot base in erela.js and discord.js v13
Stars: ✭ 210 (+1066.67%)
Mutual labels:  discord-bot, discord-js
NSFW-Bot
NSFW Bot is an open-source discord bot that has nsfw commands with the nekobot.xyz api.
Stars: ✭ 43 (+138.89%)
Mutual labels:  discord-bot, discord-js
Tickety
a simple discord.js ticket system bot
Stars: ✭ 61 (+238.89%)
Mutual labels:  discord-bot, discord-js
Cleve
Open sourced Discord chat bot powered by brainshop.ai
Stars: ✭ 30 (+66.67%)
Mutual labels:  discord-bot, discord-js
crove-bot
Discord.js bot. Can play music from YouTube, Spotify; has many other commands such as purge, kick, 8ball, etc.
Stars: ✭ 13 (-27.78%)
Mutual labels:  discord-bot, discord-js
support-bot-with-buttons
A Support Bot For Your Server.Easy To Host.Work with Buttons Interaction.
Stars: ✭ 44 (+144.44%)
Mutual labels:  discord-bot, discord-js
coolme
A 🌜⚽⚽👢 Discord bot, invite ➡
Stars: ✭ 13 (-27.78%)
Mutual labels:  discord-bot, discord-js
ScrimBot
Discord bot for organizing Valorant custom games.
Stars: ✭ 31 (+72.22%)
Mutual labels:  discord-bot, discord-js
sharedsharder
Shard your discord.js bot across devices!
Stars: ✭ 18 (+0%)
Mutual labels:  discord-bot, discord-js
discord-supervisor-bot
An advanced Discord supervisor bot.
Stars: ✭ 53 (+194.44%)
Mutual labels:  discord-bot, discord-js

LeCashBot

A Discord.js bot based on the NitroType currency.

Commands

Register
  • $register - Make a profile using your NitroType account.
  • $delete - Delete your LeCashBot account.
Guides
  • $invite - Invite the bot.
  • $info - Important bot information.
  • $stats - Show the bot servers/users and latency.
  • $uptime - Show the bot uptime.
  • $faq - Display frequently asked questions.
  • $ping - Show bot latency.
  • $donate - Display donators.
  • $contributors - Display contributors.
Economy
  • $bal - View yours or another user's balance.
  • $give - Gift someone cash from your balance.
  • $daily - Collect a daily bonus of cash based on your daily streak.
  • $total - View the amount of cash there exists in the economy.
  • $profile - View yours or another user's profile.
  • $withdraw - Withdraw at least $100K from your LeCashBot account to your NitroType account.
  • $leaderboard - View the wealthiest of all LeCashBot users.
Games
  • $bet - Play roulette for a chance to win cash.
  • $coinflip - Earn cash based on a coin flip streak.
  • $lottery - Enter a daily/weekly/monthly lottery for a chance to win the jackpot.
Miscellaneous
  • $report - Get a link for bug report.
  • $suggest - Get a link for feature suggestions.

Prerequisites

Name Installation Documentation
Node.js nodejs.org/en/download nodejs.org/en/docs
MongoDB docs.mongodb.com/manual/installation docs.mongodb.com
Discord.js yarn add discord.js discord.js.org/#/docs

Contributing

  1. Fork the repository
  2. Clone the repository & install required dependencies:
git clone [email protected]:YOUR_GITHUB_USERNAME/lecashbot.git
yarn

Setup

NOTE: Testing the application using a database on your own machine will require a localhost MongoDB database setup.

  1. Create a .env in the root directory of the repository.
  2. Inside of the .env file, include the following:
DISCORD_TOKEN="<token>"
MONGODB_URI="<uri>"

Replace <uri> and <token> with your MongoDB database connection URI and bot token. 3. Run the bot.

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