We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460758f commit b8a8f48Copy full SHA for b8a8f48
bot.py
@@ -1,4 +1,4 @@
1
-__version__ = "3.7.14-dev4"
+__version__ = "3.7.14-dev5"
2
3
4
import asyncio
core/config_help.json
@@ -689,6 +689,16 @@
689
],
690
"notes": []
691
},
692
+ "anonymous_snippets": {
693
+ "default": "No",
694
+ "description": "Sends snippets anonymously.",
695
+ "examples":[
696
+ "`{prefix}config set anonymous_snippets yes`"
697
+ ],
698
+ "notes": [
699
+ "See also: `anon_avatar_url`, `anon_tag`."
700
+ ]
701
+ },
702
"confirm_thread_creation": {
703
"default": "No",
704
"description": "Ensure users confirm that they want to create a new thread",
0 commit comments