Skip to content

Commit b8a8f48

Browse files
committed
Add anon snippets into config help
1 parent 460758f commit b8a8f48

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.7.14-dev4"
1+
__version__ = "3.7.14-dev5"
22

33

44
import asyncio

core/config_help.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,16 @@
689689
],
690690
"notes": []
691691
},
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+
},
692702
"confirm_thread_creation": {
693703
"default": "No",
694704
"description": "Ensure users confirm that they want to create a new thread",

0 commit comments

Comments
 (0)