Skip to main content

discord database

Project description

インストール

pip install -U discord-file-database  

データベースの作成

この関数はデータベースを作成する一度のみ使用

await create_db(client, channel_id, file_type)  

client - commands.Bot / discord.Client
channel_id - discord.TextChannel.id データベースとするチャンネルのID
file_type - str / int / float / dict / list 保存したい型

実行結果:

>>>     <message id>  

この数値はconnect関数を使用する際に必要です

データベースに接続

await connect(bot, channel_id, message_id)  

返り値を必ず受け取ってください。
この説明では返り値をconnで表しています。

bot - commands.Bot / discord.Client
channel_id - discord.TextChannel.id データベースとするチャンネルのID
message_id - discord.Message.id create_db関数で取得した数値

内容を取得

await conn.content()  

内容を編集

await conn.edit(after_content)  

after_content - file_type 編集後の内容

データベースを削除

await conn.remove_db()  

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

discord_file_database-1.3.0-py3-none-any.whl (3.1 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