mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 09:48:56 +01:00
fix(status): remove unnecessary console log for guild name in StatusService
This commit is contained in:
@@ -56,7 +56,6 @@ export class StatusService {
|
||||
if(this.client) {
|
||||
try {
|
||||
const guild = await this.client.guilds.fetch(gdb.guild_id);
|
||||
console.log(guild.name)
|
||||
const channel = await guild.channels.fetch(gdb.persistent_message_channel_id);
|
||||
if(channel?.isSendable()) {
|
||||
const message = await channel.messages.fetch(gdb.persistent_message_id);
|
||||
|
||||
Reference in New Issue
Block a user