GitXplorerGitXplorer
R

prismo

public
1 stars
1 forks
7 issues

Commits

List of commits on branch main.
Verified
20b9a1abb2a22087e4d610aab8352142fe743ca7

Merge pull request #2 from shenanigansd/shenanigansd-patch-1

RRobertCraigie committed 2 years ago
Verified
e6ba1168d32a76f03dd9c5955e5b67127525e986

Update dependabot.yaml - remove spaces from path

sshenanigansd committed 2 years ago
Verified
0a30c3845a1262beca9f26ffb49b80cce7a8cc8a

Create dependabot.yaml

sshenanigansd committed 2 years ago
Verified
9c103f9c952608cafa732f333d607be572817178

chore(deps): bump prisma and pydantic

RRobertCraigie committed 2 years ago
Verified
6b741f3fc0907e695dda50df695b0c97493dd74e

chore(deps): bump hikari

RRobertCraigie committed 2 years ago
Verified
cde3fb0d02003eca6edef738c260b1175174d034

chore(deps): bump hikari-tanjun

RRobertCraigie committed 2 years ago

README

The README file for this repository.

Prisma Python Discord

This repository contains the source code for the Prisma Python discord bot!

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install -U -r requirements-dev.txt

Create an application on https://discord.com/developers/applications and create a .env file with the bot token that Discord gives you:

# .env
BOT_TOKEN = "<MY TOKEN>"

Setup the database

prisma db push

Run the bot

python -m bot

You can now navigate to discord and confirm the bot is running by the sending the following message:

?ping