diff --git a/mainbot.js b/mainbot.js index 5c30f75..7762b7b 100644 --- a/mainbot.js +++ b/mainbot.js @@ -29,6 +29,8 @@ const dialog = { }, } +function enter_name() {} + const fmt = (number) => number.toString().padStart(2, '0'); const formatDate = (date) => {