373373 " See also: `anon_avatar_url`, `anon_username`, `mod_tag`."
374374 ],
375375 "image" : " https://i.imgur.com/SKOC42Z.png"
376+ },
377+ "modmail_guild_id" : {
378+ "default" : " Fallback on `GUILD_ID`" ,
379+ "description" : " The ID of the discord server where the threads channels should be created (receiving server)." ,
380+ "examples" : [
381+ ],
382+ "notes" : [
383+ " This configuration can only to be set through `.env` file or environment (config) variables."
384+ ]
385+ },
386+ "guild_id" : {
387+ "default" : " None, required" ,
388+ "description" : " The ID of the discord server where recipient users reside (users server)." ,
389+ "examples" : [
390+ ],
391+ "notes" : [
392+ " This configuration can only to be set through `.env` file or environment (config) variables."
393+ ]
394+ },
395+ "log_url" : {
396+ "default" : " https://example.com/" ,
397+ "description" : " The base log viewer URL link, leave this as-is to not configure a log viewer." ,
398+ "examples" : [
399+ ],
400+ "notes" : [
401+ " This configuration can only to be set through `.env` file or environment (config) variables."
402+ ]
403+ },
404+ "log_url_prefix" : {
405+ "default" : " `/logs`" ,
406+ "description" : " The path to your log viewer extending from your `LOG_URL`, set this to `/` to specify no extra path to the log viewer." ,
407+ "examples" : [
408+ ],
409+ "notes" : [
410+ " This configuration can only to be set through `.env` file or environment (config) variables."
411+ ]
412+ },
413+ "mongo_uri" : {
414+ "default" : " None, required" ,
415+ "description" : " A MongoDB SRV connection string." ,
416+ "examples" : [
417+ ],
418+ "notes" : [
419+ " This configuration can only to be set through `.env` file or environment (config) variables."
420+ ]
421+ },
422+ "owners" : {
423+ "default" : " None, required" ,
424+ "description" : " A list of definite bot owners, use `{prefix}perms add level OWNER @user` to set flexible bot owners." ,
425+ "examples" : [
426+ ],
427+ "notes" : [
428+ " This configuration can only to be set through `.env` file, ~~`config.json` file~~ (removed), or environment (config) variables."
429+ ]
430+ },
431+ "token" : {
432+ "default" : " None, required" ,
433+ "description" : " Your bot token as found in the Discord Developer Portal." ,
434+ "examples" : [
435+ ],
436+ "notes" : [
437+ " This configuration can only to be set through `.env` file, ~~`config.json` file~~ (removed), or environment (config) variables."
438+ ]
439+ },
440+ "log_level" : {
441+ "default" : " INFO" ,
442+ "description" : " The logging level for logging to stdout." ,
443+ "examples" : [
444+ ],
445+ "notes" : [
446+ " This configuration can only to be set through `.env` file, ~~`config.json` file~~ (removed), or environment (config) variables."
447+ ]
376448 }
377449}
0 commit comments