Skip to content

Newtoniano20/Paralelogramos_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Versions

Paralelogramos Discord Bot

This is a Custom built bot for my old discord server which includes some moderation and fun commands.

Commands

All commands must be used with the prefix "."

Fun

iq -> Says a random number and jokes about your IQ
search -> Search Something in google and returns the first result
yopino -> Spanish Joke about instagram polling system

Info

ping -> Bot's Latency
time -> Current Time
link -> Invite to the current server
avatar -> Returns the avatar of a user
invite -> 1 use Invite to the current server
minecraft -> Minecraft server's IP
poll -> start a poll

Math Commands

math -> Math Commands Help
eq -> Solves a quadratic equation.

Usage: .eq <a> <b> <c>

sum -> Sum of two numbers

Usage: .sum <a> <b>

sub -> Subtract two numbers

Usage: .sub <a> <b>

mult -> Multiply two numbers

Usage: .mult <a> <b>

div -> Divide two numbers

Usage: .div <a> <b>

Trigonometry

ANGLES MUST BE IN RADIANS
IF you want to use pi, just type "pi" as the number
.sin -> sin(a)
.cos -> cos(a)
.tg -> tg(a)

Installation

  1. Install a python version between 3.5 and 3.8 from https://www.python.org/downloads/
  2. Install discord.py:
# Linux/macOS
python3 -m pip install -U discord.py

# Windows
py -3 -m pip install -U discord.py
  1. Open the code with your prefered editor and place your Discord Bot Key (Obtained from the Discord Developer Portal) in the "KEY" Variable in the end of the Python_Bot.py
  2. Run the code through your editor or through terminal running the Python_Bot.py file:
python3 .\cogs\Python_Bot.py

About

Discord bot for my old Discord Server

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages