Prepared maintenance command

This commit is contained in:
Christer Warén
2020-04-01 17:32:47 +03:00
parent 310fbacdfe
commit f6ef67957d
2 changed files with 38 additions and 1 deletions

View File

@ -29,5 +29,7 @@ module.exports = {
invalidVolume: "You need to enter a valid __number__.",
negativeVolume: "The volume needs to be a positive number!",
newVolume: "Volume is now: **%volume%**",
statisticsTitle: "Statistics"
statisticsTitle: "Statistics",
maintenanceTitle: "Maintenance",
maintenanceDescription: "This command is not ready to be used by anyone."
};