Fix null guild and shutdown message

This commit is contained in:
2026-06-27 01:44:53 -05:00
parent 594c71b37e
commit 0d5b23211a
4 changed files with 83 additions and 62 deletions

View File

@@ -21,6 +21,7 @@ public class YTEntry {
this.id = id;
this.title = title;
this.author = author;
this.timestamp = timestamp;
this.description = description;
this.thumbnail = thumbnail;
}