https://github.com/ncdulo/discordflags.py
https://github.com/ncdulo/discordflags.py
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ncdulo/discordflags.py
- Owner: ncdulo
- Created: 2020-04-12T13:43:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T14:54:55.000Z (about 6 years ago)
- Last Synced: 2025-01-22T20:51:34.091Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiscordFlags.py
A simple program used to translate a Discord flag value returned from a user object, into a usable list of flags associated with the users account.
To install, simply place the full definition and vars within your code, or place flags.py in a folder with your code and import it as flags.
See example.py for an example of importing and using this code.