aboutsummaryrefslogtreecommitdiff
path: root/consts.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-02 19:33:30 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-02 19:33:30 -0400
commit1a8e2cb7de3e65557d4115c0d162c788aff3d97e (patch)
treedf033843f2642185c86baed2f7c28c4db377db53 /consts.js
parent54ec23e6306d724f64dd2c7b1307e0b697366c69 (diff)
downloadAleeBot-1a8e2cb7de3e65557d4115c0d162c788aff3d97e.tar.gz
AleeBot-1a8e2cb7de3e65557d4115c0d162c788aff3d97e.tar.bz2
AleeBot-1a8e2cb7de3e65557d4115c0d162c788aff3d97e.zip
Adding a new command + file
Diffstat (limited to 'consts.js')
-rw-r--r--consts.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/consts.js b/consts.js
new file mode 100644
index 0000000..7a750ff
--- /dev/null
+++ b/consts.js
@@ -0,0 +1,10 @@
+
+module.exports = {
+
+ users: {
+
+ alee14: "242775871059001344"
+
+ }
+
+}