aboutsummaryrefslogtreecommitdiff
path: root/refresh.js
diff options
context:
space:
mode:
Diffstat (limited to 'refresh.js')
-rw-r--r--refresh.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/refresh.js b/refresh.js
new file mode 100644
index 0000000..b2c7362
--- /dev/null
+++ b/refresh.js
@@ -0,0 +1,3 @@
+module.exports = async () => {
+ // Code entered here will be run every 5 minutes
+}