buddy

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 1c7809d8fb8dd5ce4b144b2d4d427cd1526a7b62
parent 76cce6e950167b4181a67f105cbc513856739ef4
Author: underd0g1 <hide4@comcast.net>
Date:   Thu, 10 Sep 2020 18:39:57 -0400

removed some comments and logging

Diffstat:
Mevents/ready.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/events/ready.js b/events/ready.js @@ -15,9 +15,9 @@ const startup = (client) => { }) let genchannel = client.channels.cache.get(config.discordkey.genchan) //const attachment = new discord.Attachment("") - genchannel.send(` ▒█▀▀█ █░░█ █▀▀▄ - ▒█▀▀▄ █░░█ █░░█ - ▒█▄▄█ ░▀▀▀ ▀▀▀░ v1.0 + genchannel.send(` ▒█▀▀█ █░░█ █▀▀▄ + ▒█▀▀▄ █░░█ █░░█ + ▒█▄▄█ ░▀▀▀ ▀▀▀░ v1.0 `)