cannibalcheeseburger / RaMu-Discord-bot

Discord bot made for unclear reasons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



RaMu - Discord Bot

Open Source Love HitCount MIT Licence Made Discord bot

This repo consists of code put into making RaMu (RanginMuthail). RaMu does some very random and useless tasks.Procede with caution.

Link to invite RaMu to your Discord Server: RaMu

Installation

Python

Bot is written in Python 3.7.6

Build from source

git clone https://github.com/cannibalcheeseburger/RaMu-Discord-bot.git

cd RaMu-Discord-bot

Dependencies:

Install the required dependencies preferably in a virtual environment.

python -m pip install -r requirements.txt

Run Bot

python bot.py

Note: For obvious reasons TOKEN for bot is saved in environment variable. So bot won't work on your machine .

If you just want it to make your own bot, then replace str(os.environ.get("TOKEN")) in:

client.run(str(os.environ.get("TOKEN")))

at the end of file bot.py with your own TOKEN.

Usage

  • Add the bot to your Discord Server : RaMu

  • Type --help on the text channel.

Example of --help:

​No Category:
 --8ball Return a response to the question
 --clear  Clears x number of messages
 --fortune Fortune Cookie
 --help   Shows this message
 --movie  Movie/Series Torrent Finder
 --oobhai Returns maro mujhe maro x number of times
 --ping   Returns Ping
 --recipe Returns recipe of the day
 --shakespears Return shakespears translation

Type --help command for more info on a command.
You can also type --help category for more info on a category.

Screenshot

APIs

About

Discord bot made for unclear reasons

License:MIT License


Languages

Language:Python 100.0%