Skip to content

๐Ÿค– A discord bot with multipurpose and a lot of thoughts... Hmm..

Notifications You must be signed in to change notification settings

InspaStorm/Grim-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Grim Bot

Sublime's custom image

โœจ An entertaining unique bot made by InspaStorm โœจ

Features ๐Ÿš€

Made using Discord.js and node.js

  • Unique commands
  • Unique features, like
    • Hmm replying
    • Custom hmm replies
  • (/) Slash commands
  • Many more..!

Commands available ๐Ÿ‘จโ€โš–๏ธ

  • Achievements:
    • achievements: Showcases the achievements earned by the author
  • Economy:
    • balance: View your hard earned Grims!
    • inventory: Get a look inside of your inventory
    • shop: Exchange Grims for some spicy items
    • use: Use the things in your inventory
  • Fun:
    • avatar: Shows off your avatar
    • leaderboard: Preview the chad chatters
    • speedmath: 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. Grim
    • invite: Invite links for the bot and support server
  • Utilities:
    • about: Get some details about Mr. Grim
    • custom-replies: Get the list of custom replies in your server
    • level: Shows the chatting xp of the author
    • ping: Check ping of the bot
    • reloadcmd: Reload bot commands
    • change-serverconf: Change bot config of the current server

Pre-requisites ๐Ÿ‘๐Ÿป

  • Needs a MongoDB server
  • Prepare a databse with collection described in schema.md

Development Setup ๐Ÿ› ๏ธ

  • 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

Production Setup ๐Ÿ—

  • 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

Links โ›“๏ธ

About

๐Ÿค– A discord bot with multipurpose and a lot of thoughts... Hmm..

Topics

Resources

Stars

Watchers

Forks