Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

22 lines (21 loc) · 1.35 KB

JayJay-Bot

JakeJack's personal bot. Started in 2017, this project has been mainly for me to experiment with the discord.py API and see the limits of Discord bots. I've published this so that others can get inspiration from my crafts and make something more substantial from them.

Directory of scripts

JayJay-Bot-Py

The original script of JayJay. Can do simple commands like changing its status or nickname on a server

JayJay-Countdown

Depricated script. Counts down to a specified time in its status

JayJay-Gacha

A full featured gacha bot that turns members of a server into items to roll for and collect. Implemented using gachapy

JayJay-Mention-Log

A message logger that logs messages every time the bot is mentioned in a server

JayJay-Message

A command-line interface that allows the client to send messages as the bot in either a server or a user's DMs

JayJay-Programming

A compiler/interpreter for Python, Java, C, and Brainfuck that takes in source code through commands in Discord and outpuits the result. Complete with error messages and timeout function to prevent the bot from freezing

JayJay-Status

A simple script to change the status of the bot

JayJay-Test-Gacha

The test script for JayJay-Gacha

JayJay-Test

The test script for any new features that will be implemented into the bot