Skip to content

alexamog/CatchCatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CatchCatch

Introduction

CatchCatch is a bot that operates on Discord's platform and utilizes an asynchronous design to enable smooth and efficient user interactions. The primary function of the bot is to facilitate virtual number rolls, which give users a chance to win rare characters in the context of the game or activity that the bot is being used for. The rarity of the characters available for winning is predetermined and varies based on the specific game or activity that the bot is being used for.

Getting started

Creating a Discord API

  1. Sign in with your Discord credentials on Discord
  2. Go to the Discord API page
  3. Click on new application and provide a name for your API
  4. Click on "Bot" on the left sidebar and create a bot
  5. Click "copy" under the Token section and add it to the .env file provided

Adding the CatchCatch into your server

Click on this link and replace "CLIENT_ID_HERE" with your bot's client ID. https://discord.com/oauth2/authorize?client_id=CLIENT_ID_HERE&permissions=2048&scope=bot%20applications.commands

Installing dependencies

  • Type in: "pip install -r requirements.txt" to install dependencies

Once you have done all the steps above, in your terminal, you can now run the bot by typing in the command: python app.py

About

A discord gacha bot based in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published