Skip to main content

DBKR Api wrapped with aiohttp

Project description

DBKR-API-Python

설치 방법

pip install dbkrpy

업데이트 방법

pip install --upgrade dbkrpy

사용 예제

import dbkrpy
import discord
from discord.ext import commands

class UpdateGuild(commands.Cog):

    def __init__(self, bot):
        self.bot = bot
        self.token = 'Token paste here'
        dbkrpy.DBKRPython(bot=self.bot,token=self.token)

def setup(bot):
    bot.add_cog(UpdateGuild(bot))

Patch note

0.1.0

  • 첫 배포 시작

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dbkrpy-0.1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

dbkrpy-0.1.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page