diff --git a/.idea/.gitignore b/.idea/.gitignore index 26d3352..8f00030 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,3 +1,5 @@ # Default ignored files /shelf/ /workspace.xml +# GitHub Copilot persisted chat sessions +/copilot/chatSessions diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index 1fde411..5627475 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + " diff --git a/.idea/misc.xml b/.idea/misc.xml index c134054..894dfd5 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/.idea/the-hi5-group.iml b/.idea/the-hi5-group.iml index 74d515a..83318fc 100644 --- a/.idea/the-hi5-group.iml +++ b/.idea/the-hi5-group.iml @@ -2,6 +2,8 @@ + + diff --git a/cogs/other.py b/cogs/other.py index bdeb1a1..209c310 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -545,6 +545,7 @@ class OtherCog(commands.Cog): "burn_after": "0", "syntax_highlight": "none", "privacy": "unlisted", + "content": text }, files={ "file": (attachment.filename, file, attachment.content_type)