Skip to main content

DiscordPy Guild Data Management Module

Project description

JSON READER:

DiscordPy GuildData Management Module

Important Info:

A /data folder must exist

Common Terms:

key: file name to save/pull from (Stored as guild_KEY.json) guild: ID of the guild (automatically turned into a string)

Functions

create_file()

Creates a Key

Returns: Success(T/F)

  • bot: Bot Instance
  • key: File/Key to make
  • default: Default value stored for each guild
  • wipe: Wipes the file if it exists

read_file()

Read a Key from a guild ID

Returns: JSON for that guild

  • guild: ID of the guild
  • key: File/Key to read

write_file()

Write to a key

Returns: Success(T/F)

  • guild: ID of the guild
  • key: File/Key to read
  • value: Modified Value

remove()

Remove a guild from a Key

Returns: Success(T/F)

  • guild: ID of the guild
  • key: File/Key to remove guild from

check_exist()

Checks if a Key exists

Returns: Success(T/F)

  • key: Check the existance of a key/file

dump()

Dumps the entire JSON

Returns: JSON of the Key

  • key: Key to dump full json from

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

guildreader-1.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

guildreader-1.1.0-py3-none-any.whl (3.7 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