This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
86 lines (85 loc) · 6.42 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"____BotSettings____": "Insert bot config info here",
"steemAPIURL": "https://steemd.minnowsupportproject.org",
"IPFS_API_Port": 5001,
"communityAccount": "",
"trickledag": false,
"silentModeEnabled": false,
"sdOnlyMode": false,
"hdwhitelistEnabled": true,
"restrictedMode": true,
"donationsAccepted": true,
"commandPrefix": "!",
"nodeID": 1,
"usageWebhook": {
"enabled": true,
"url": "http://localhost:3000/botusage"
},
"___BotOutputMessage___": "Insert bot message output here",
"PING_REPLY": "Pong!",
"VIDEO_DOWNLOAD_MESSAGE_240P": "240p IPFS hash obtained. Fetching video...",
"VIDEO_DOWNLOAD_MESSAGE_480P": "480p IPFS hash obtained. Fetching video...",
"VIDEO_DOWNLOAD_MESSAGE_720P": "720p IPFS hash obtained. Fetching video...",
"VIDEO_DOWNLOAD_MESSAGE_1080P": "1080p IPFS hash obtained. Fetching video...",
"VIDEO_DOWNLOAD_MESSAGE_SOURCE": "IPFS hash obtained. Fetching video...",
"VIDEO_DOWNLOAD_COMPLETE": "Video downloaded and pinned to IPFS recursively.",
"AUDIO_DOWNLOAD_MESSAGE": "DSound audio IPFS hash obtained. Fetching audio...",
"AUDIO_DOWNLOAD_COMPLETE": "Audio downloaded and pinned to IPFS recursively.",
"ERROR_PREFIX404": "No command prefix provided. Terminating bot...",
"ERROR_STEEM_GETCONTENT": "Steem Error: ",
"ERROR_DOWNLOAD": "Error downloading file: ",
"ERROR_NON_IPFS_VIDEO": "Video link provided must be an IPFS upload!",
"ERROR_INVALID_RESOLUTION": "Invalid resolution specified!",
"ERROR_INVALID_CURRENCY": "Invalid currency entered!",
"ERROR_INVALID_AMOUNT": "Invalid amount entered!",
"ERROR_INVALID_STEEM_NAME": "Invalid Steem username entered: ",
"ERROR_COMMUNITYACCOUNT_NOTSET": "Discord community account not set yet!",
"ERROR_COMMUNITYACCOUNT404": "Community account entered in config doesn't exist!",
"ERROR_FILE_ALREADY_PINNED": "File already pinned to IPFS node!",
"ERROR_SD_ONLY_MODE": "720p, 1080p and source IPFS pinning commands have been disabled.",
"ERROR_STEEM_NAME_NOT_SPECIFIED": "Steem username is not specified!",
"ERROR_NO_PERMISSION": "Sorry, you do not have the required permission to execute this command.",
"ERROR_NO_PIN_PERMISSION": "Sorry, you're not in the whitelist, therefore you can't pin 720p, 1080p or source videos!",
"ERROR_NO_PIN_PERMISSION_AUDIO": "Sorry, you're not in the whitelist, therefore you can't pin audio files!",
"ERROR_NO_PIN_PERMISSION_RESTRICTED": "Sorry, you're not in the whitelist, therefore you can't run any pinning commands!",
"BOT_SOURCE": "__***View the source code of the bot on GitHub:***__\nhttps://github.com/techcoderx/DTube-IPFS-Bot",
"HASH_NOT_FOUND_ON_STEEM_BLOCKCHAIN": "IPFS hash for specified resolution for this video is not found on the Steem blockchain.",
"HELP_IPFS": "Fetches DTube video at source resolution from video.dtube.top and pins the file to IPFS. This command only supports DTube videos!",
"HELP_IPFS240": "Fetches DTube video at 240p resolution from video.dtube.top and pins the file to IPFS. This command only supports DTube videos!",
"HELP_IPFS480": "Fetches DTube video at 480p resolution from video.dtube.top and pins the file to IPFS. This command only supports DTube videos!",
"HELP_IPFS720": "Fetches DTube video at 720p resolution from video.dtube.top and pins the file to IPFS. This command only supports DTube videos!",
"HELP_IPFS1080": "Fetches DTube video at 1080p resolution from video.dtube.top and pins the file to IPFS. This command only supports DTube videos!",
"HELP_IPFSSOUND": "Fetches DSound audio file from ipfs.io and pins the file to IPFS. This command only supports DSound audio!",
"HELP_BOTINTRO": "Posts a link to the introtroduceyourself Steemit post about the bot.",
"HELP_BOTSOURCE": "Posts a GitHub link to the source code of the bot.",
"HELP_IPFSDONATE": "Support the community for hosting the bot and IPFS files by donating STEEM/SBD to community Steem account!",
"HELP_IPFSDEVDONATE": "Support the development of the bot by donating STEEM/SBD to developer!",
"HELP_WHITELIST_CHECK": "Check if you're in the whitelist!",
"HELP_IPFS_ID": "Prints the peer ID of the IPFS node.",
"HELP_STATS": "Shows IPFS node stats (e.g. bandwidth usage, peer count etc)",
"HELP_IPFSHELP": "Shows this cheatsheet with all available commands for this bot.",
"HELP_PING": "Use this to check if bots are online!",
"IPFS_ID_MESSAGE_PREFIX": "My IPFS ID is ",
"IPFS_PIN_LS_ERROR": "IPFS API error: ",
"IPFS_STAT_ERROR": "An error occured! Check the logs for more details.",
"IPFS_STAT_EMBED_TITLE": "IPFS Node Stats",
"WHITELIST_FILE404": "Hmmm the whitelist file doesn't exist in this bot. Perhaps the file could have been misplaced in the bot server? :thinking:",
"WHITELIST_TRUE": "You're in the whitelist! You may pin your DTube videos at 720p, 1080p and source resolution to our IPFS node :wink:",
"WHITELIST_FALSE": "Sorry, you're not in the whitelist. Perhaps contact the admins of this server to find out how to get there? :thinking:",
"WHITELIST_ADD_SUCCESS": "has been added to the IPFS whitelist successfully!",
"WHITELIST_RM_SUCCESS": "has been removed from the whitelist successfully!",
"WHITELIST_RM_UID404": "User that you're trying to remove is already not in the whitelist. What are you trying to do:question:",
"WHITELIST_ALREADY_IN": "User is already in the whitelist! What are you trying to do:question:",
"ADMIN_HELP_WHITELIST_FALSE": "Admin help is only available if whitelisting system is enabled in config.json!",
"ADMIN_HELP_WHITELIST_ADD": "Adds a user to the whitelist by Discord user ID.",
"ADMIN_HELP_WHITELIST_RM": "Removes a user from the whitelist by Discord user ID.",
"ADMIN_HELP_WHITELIST_LS": "Lists all users from the whitelist.",
"ADMIN_HELP_USAGE_LS": "Sends you a JSON file containing disk usage data in DM.",
"ADMIN_HELP_LIST": "Shows this cheatsheet with all commands available to admins only for this bot.",
"REFRESH_PINS_ALERT": "Pinned hashes list has been refreshed successfully!",
"STEEM_REG_SUCCESS": " has been registered successfully!",
"STEEM_UNREG_SUCCESS": "Steem account has been unregistered successfully!",
"STEEM_NAME_NOT_REGISTERED": "Steem account name registration for Discord account is not found.",
"STEEM_NAME_REGISTERED": "Registered Steem account name: ",
"NO_ONE_MENTIONED": "No one has been mentioned. Who do you mean:question:"
}