Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manny111111/discord.js-multipurpose-all-in-one-bot
discord.js all-in-one multipurpose bot
https://github.com/manny111111/discord.js-multipurpose-all-in-one-bot
all-in-one-bot bot discord discord-js economy javascript multipurpose
Last synced: 16 days ago
JSON representation
discord.js all-in-one multipurpose bot
- Host: GitHub
- URL: https://github.com/manny111111/discord.js-multipurpose-all-in-one-bot
- Owner: manny111111
- License: other
- Created: 2024-12-04T02:50:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T03:08:44.000Z (2 months ago)
- Last Synced: 2025-01-19T04:30:50.012Z (20 days ago)
- Topics: all-in-one-bot, bot, discord, discord-js, economy, javascript, multipurpose
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AIO DISCORD.JS BOT
- 53 commands
> economy, fun, info, util, moderation, api
---
# COMMANDS
**economy**
- /add-coins
- /remove-coins
- /beg
- /create-account
- /daily
- /deposit
- /gamble
- /steal
- /transfer
- /upgrade
- /wallet
- /dig
- /fish
- /inventory***api***
- /br-map**fun**
- /emojify
- /fasttype
- /minesweeper
- /snake**info**
- /inviteinfo
- /ping
- /free-hosting
- /serverinfo
- /userinfo***moderation***
+ moderation:
+ /anti-caps enable
+ /anti-caps disable
+ /ban
+ /kick
+ /lock
+ /unlock
+ /mute
+ /purge
+ /unmute
+ /unlock
+ /unban
+ /warn
+ /unwarn
+ /warnings
+ /slowmode
+ /unslowmode
+ /setnick
+ /resetnick
+ /addrole
+ /removerole
+ /server-leave (bot owner only)**util**
- /avatar
- /banner
- /covid-stats
- /github
- /help
- /password
- /pokedex
- /qrcode
- /urban---
# CHANGE
If you would like to change something in the code such as embed colors, economy pricing heres how
colors: [discohook](https://discohook.org/) to get the hex code colors
economy pricing: [Settings(models)](./src/database/models/User.js) to change the settings, to change upgrade prices you can go to [Upgrade](./src/commands/economy/upgrade.js) the default is:```js
const upgradeCost = level * 10000;
const upgradeAmount = level * 10000;
```you can change it by changing the 10000 like this:
```js
const upgradeCost = level * 500;
const upgradeAmount = level * 500;
```---
# HOSTING
[impulsehost](https://dash.impulsehost.cloud/home)
ImpulseHost [discord](https://discord.gg/impulsehost)
---
> if you have any questions join the server! (plenty more new commands & updates in the future)
```git clone https://github.com/ImpulseHosting/discord.js-multipurpose-all-in-one-bot.git```
[LICENSE](./LICENSE)