Tim232 / dropboxDiscord

Home Page:https://pypi.org/dropboxDiscord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dropboxDiscord

A simple package that helps people using dropbox to backup on discord

Example :

import dropboxDiscord
from discord.ext import commands

bot = commands.Bot(command_prefix='!')

..

@bot.command()
@commands.is_owner()
async def backup(ctx):
    await dropboxDiscord.backup(bot, "yourdropboxtoken",ctx, ['database.json', 'db.sqlite'])
..

About

https://pypi.org/dropboxDiscord

License:GNU General Public License v3.0


Languages

Language:Python 100.0%