Skip to content

pixelbitie/lowchy

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

lowchy

Silly discord math bot

πŸ€– Discord Math Bot

A fun little Discord bot built with discord.py that can greet users and answer simple math questions using slash commands!

πŸ“¦ Features

  • /lowchi β€” Replies with a friendly mention.
  • /math question: What is 5 + 3 β€” Answers the math question and explains the result if asked.

πŸš€ Getting Started

Requirements

  • Python 3.8+
  • discord.py with slash command support (or use py-cord)

Installation

  1. Clone the repo:
    git clone https://github.com/your-username/discord-math-bot.git
    cd discord-math-bot
    
  2. Create .env file that stores your discord bot token as:
    DISCORD_TOKEN=your-discord-bot-token-here
    

Warning

NOTE: Never commit your .env file to version control, as it will expose your bot token. It will automatically be ignored via .gitignore.

  1. Install dependencies by running:
    pip install -r requirements.txt

About

Silly discord math bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%