diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-16 01:22:34 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-16 01:22:34 -0400 |
| commit | d7267738dbd416bdc7535a882c193cac159c2934 (patch) | |
| tree | fd99a53677e4687cb1481dcadba59e7d6182489c /aleebot.js | |
| parent | ef5f514e096ae81cbd25de0814d0734295c162c0 (diff) | |
| download | AleeBot-1.0.9.tar.gz AleeBot-1.0.9.tar.bz2 AleeBot-1.0.9.zip | |
Official 1.0.9 release!v1.0.9
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -24,12 +24,13 @@ * **************************************/ const Discord = require('discord.js'); +const blessed = require('blessed'); const client = new Discord.Client(); const config = require('./absettings.json'); -var prefix = "abb:"; +var prefix = "ab:"; const year = "2017"; -var abversion = "1.0.9 Beta"; +var abversion = "1.0.9"; var logsChannel = "318874545593384970"; client.on('ready', () => { |
