โจ An entertaining unique bot made by InspaStorm โจ
Made using Discord.js
and node.js
- Unique commands
- Unique features, like
- Hmm replying
- Custom hmm replies
- (/) Slash commands
- Many more..!
- Achievements:
achievements
: Showcases the achievements earned by the author
- Economy:
balance
: View your hard earned Grims!inventory
: Get a look inside of your inventoryshop
: Exchange Grims for some spicy itemsuse
: Use the things in your inventory
- Fun:
avatar
: Shows off your avatarleaderboard
: Preview the chad chattersspeedmath
: Calculate as fast as you can!tic-tac-toe
: A simple tic tac toe game
- Support:
help
: The complete guide for all commands made available by Mr. Griminvite
: Invite links for the bot and support server
- Utilities:
about
: Get some details about Mr. Grimcustom-replies
: Get the list of custom replies in your serverlevel
: Shows the chatting xp of the authorping
: Check ping of the botreloadcmd
: Reload bot commandschange-serverconf
: Change bot config of the current server
- Needs a MongoDB server
- Prepare a databse with collection described in schema.md
- Create
.env
file as:
BOT_TOKEN= # Paste discord bot token here
DB_KEY= # Connection URL to MongoDB server (Eg: mongodb://localhost:27017 for local server)
IS_DEVOLOPMENT=true # Whether to start the bot in development environment
- Install dependency packages:
npm install
- Atlast, run: (for development)
npm run dev
- Create
.env
file as:
BOT_TOKEN= # Paste discord bot token here
DB_KEY= # Connection URL to MongoDB server
IS_DEVOLOPMENT=false # Whether to start the bot in development environment
- Install dependency packages:
npm install
- Atlast, run: (for development)
npm run build
npm run start
- Invite Mr. Grim to your server