diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-03 11:42:27 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-03 11:42:27 -0500 |
| commit | fd7f8eba960981482fabf350995bf753feebb176 (patch) | |
| tree | 2bd0c85b09a04ecd8e1f20fc409eb4b8a22289a7 /bot/src/storage/consts.js | |
| parent | cf1382d88c5e3298923c8cb243b7bc5751e68b53 (diff) | |
| download | AleeBot-fd7f8eba960981482fabf350995bf753feebb176.tar.gz AleeBot-fd7f8eba960981482fabf350995bf753feebb176.tar.bz2 AleeBot-fd7f8eba960981482fabf350995bf753feebb176.zip | |
More commands ported; Almost all 2.x features have been added
Diffstat (limited to 'bot/src/storage/consts.js')
| -rw-r--r-- | bot/src/storage/consts.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js index 89f1b8a..12a53eb 100644 --- a/bot/src/storage/consts.js +++ b/bot/src/storage/consts.js @@ -1 +1,3 @@ export const abEmbedColour = '#0066a6'; +export const readyMsg = true; + |
