Skip to content

This is the new Among Us bot that I created

Notifications You must be signed in to change notification settings

helpRifan/DiscordBots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bots

These are a few Discord bots that I created

Among Us Bot

To call your friends for a game of among us Anytime you want!

Features: -> Call your friends for Among Us anytime you like -> Just the game code and server name is enough -> The bot would inform if there are enough players to start the game

How to use it? => On top right of the page find an option called "code" with a download symbol
=> Click on it and download zip file
=> If you have git, then clone this with git clone https://github.com/PrithviSathish/DiscordBots.git

-> Find an "AmongUs.py" file -> Open that file and run it -> Now the bot would get activated

Study Bot

Know the portions for exams using this bot!

Features: -> Type the subject name and the exam type to get the portions up to date

How to use it? -> Download the zip file of this repository => On top right of the page find an option called "code" with a download symbol => Click on it and download zip file

-> Find "StudyBot.py" file -> Open that file and run it

Common Errors:

-> If you get the error module Discord not found: Note: At least for now, this doesn't seem to work with python 3.9

=> Open cmd or powershell (if you are in windows) and run either of
pip install -U discord.py
python -m pip install -U discord.py

=> Open Terminal (if you are on mac on linux) and run either of
=> Note: A $ in the start of a unix-style terminal command signifies that it is to be run normally, and a # signifies that it should run with elevated priveleges (either as root, or with sudo)

# apt-get install python3-discord.py (Ubuntu/debian based distributions only) 
$ pip3 install -U discord.py (general)
$ python3 -m pip install -U discord.py

-> For any other errors found, please feel free to post it in the issues column here

THANK YOU!

About

This is the new Among Us bot that I created

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%