-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpacefile
More file actions
27 lines (26 loc) · 759 Bytes
/
Spacefile
File metadata and controls
27 lines (26 loc) · 759 Bytes
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
v: 0
icon: ./icon.png
app_name: "MDNNetworkBot"
micros:
- name: MDNNetworkBot
public: true
engine: nodejs16
primary: true
src: ./
commands:
- npm i
run: "node ./src/index.js"
dev: "nodemon ./src/index.js"
presets:
env:
- name: BOT_TOKEN
description: Bot token form https://t.me/BotFather
- name: BOT_REPO
description: Bot repository for /start menu
default: "https://github.com/Viiprogrammer/MDNBot"
- name: NODE_ENV
description: Bot environment type, can me production or development
default: "production"
- name: CACHE_VER
description: Used as prefix for id's of inline query answers
default: "v1"