Forgot to include content

This commit is contained in:
Nexus 2024-04-14 19:54:00 +01:00
parent 74b3385051
commit c90fc5e7fa
Signed by: nex
GPG key ID: 0FA334385D0B689F
5 changed files with 7 additions and 2 deletions

2
.idea/.gitignore vendored
View file

@ -1,3 +1,5 @@
# Default ignored files # Default ignored files
/shelf/ /shelf/
/workspace.xml /workspace.xml
# GitHub Copilot persisted chat sessions
/copilot/chatSessions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="dataSourceStorageLocal" created-in="PY-233.13763.11"> <component name="dataSourceStorageLocal" created-in="PY-241.14494.241">
<data-source name="main" uuid="28efee07-d306-4126-bf69-01008b4887e2"> <data-source name="main" uuid="28efee07-d306-4126-bf69-01008b4887e2">
<database-info product="SQLite" version="3.39.2" jdbc-version="2.1" driver-name="SQLite JDBC" driver-version="3.39.2.0" dbms="SQLITE" exact-version="3.39.2" exact-driver-version="3.39"> <database-info product="SQLite" version="3.39.2" jdbc-version="2.1" driver-name="SQLite JDBC" driver-version="3.39.2.0" dbms="SQLITE" exact-version="3.39.2" exact-driver-version="3.39">
<identifier-quote-string>&quot;</identifier-quote-string> <identifier-quote-string>&quot;</identifier-quote-string>

View file

@ -3,5 +3,5 @@
<component name="Black"> <component name="Black">
<option name="sdkName" value="Python 3.11 (LCC-bot)" /> <option name="sdkName" value="Python 3.11 (LCC-bot)" />
</component> </component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (LCC-bot)" project-jdk-type="Python SDK" /> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (LCC-bot)" project-jdk-type="Python SDK" />
</project> </project>

View file

@ -2,6 +2,8 @@
<module type="PYTHON_MODULE" version="4"> <module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.idea/copilot/chatSessions" />
<excludeFolder url="file://$MODULE_DIR$/.venv" />
<excludeFolder url="file://$MODULE_DIR$/venv" /> <excludeFolder url="file://$MODULE_DIR$/venv" />
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />

View file

@ -545,6 +545,7 @@ class OtherCog(commands.Cog):
"burn_after": "0", "burn_after": "0",
"syntax_highlight": "none", "syntax_highlight": "none",
"privacy": "unlisted", "privacy": "unlisted",
"content": text
}, },
files={ files={
"file": (attachment.filename, file, attachment.content_type) "file": (attachment.filename, file, attachment.content_type)