diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-02 19:33:30 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-02 19:33:30 -0400 |
| commit | 1a8e2cb7de3e65557d4115c0d162c788aff3d97e (patch) | |
| tree | df033843f2642185c86baed2f7c28c4db377db53 /consts.js | |
| parent | 54ec23e6306d724f64dd2c7b1307e0b697366c69 (diff) | |
| download | AleeBot-1a8e2cb7de3e65557d4115c0d162c788aff3d97e.tar.gz AleeBot-1a8e2cb7de3e65557d4115c0d162c788aff3d97e.tar.bz2 AleeBot-1a8e2cb7de3e65557d4115c0d162c788aff3d97e.zip | |
Adding a new command + file
Diffstat (limited to 'consts.js')
| -rw-r--r-- | consts.js | 10 |
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" + + } + +} |
