Update source file plugins.json

This commit is contained in:
Axel Olausson Holtenäs 2022-04-22 19:11:01 +02:00
parent 494a90bfd5
commit 700a5c3798

View file

@ -41,6 +41,17 @@
"general": { "general": {
"title": "[:dollar:] Credits (Top)" "title": "[:dollar:] Credits (Top)"
} }
},
"work": {
"general": {
"title": "[:dollar:] Credits (Work)"
},
"error01": {
"description": "You can not work while on timeout, please wait {{time}} seconds."
},
"success01": {
"description": "You worked and earned {{amount}} credits"
}
} }
} }
}, },
@ -55,5 +66,50 @@
} }
} }
} }
},
"counters": {
"modules": {
"view": {
"general": {
"title": "[:1234:] Counters (View)"
},
"error01": {
"description": "No counter found for channel <#{{channel}}>!"
},
"success01": {
"description": "Viewing counter for channel <#{{channel}} with count {{amount}}."
}
}
}
},
"manage": {
"groups": {
"counters": {
"modules": {
"create": {
"general": {
"title": "[:toolbox:] Manage - Counters (Create)"
},
"success01": {
"description": "Created counter for <#{{channel}}>."
},
"error01": {
"description": "A counter already exists for this channel."
}
},
"delete": {
"general": {
"title": "[:toolbox:] Manage - Counters (Delete)"
},
"error01": {
"description": "The counter for this channel does not exist."
},
"success01": {
"description": "The counter for this channel has been deleted."
}
}
}
}
}
} }
} }