updated /nucleus suggest to be nice, fixed help, added needs saving to footer for automod settings.
diff --git a/src/utils/client.ts b/src/utils/client.ts
index 43f8c5f..6899b90 100644
--- a/src/utils/client.ts
+++ b/src/utils/client.ts
@@ -6,6 +6,7 @@
import EventScheduler from "../utils/eventScheduler.js";
import type { RoleMenuSchema } from "../actions/roleMenu.js";
import config from "../config/main.js";
+import { Octokit } from "octokit";
class NucleusClient extends Client {
logger = Logger;
@@ -24,6 +25,7 @@
scanCache: ScanCache;
transcripts: Transcript;
};
+ GitHub = new Octokit({ auth: config.githubPAT });
preloadPage: Record<string, { command: string; argument: string }> = {}; // e.g. { channelID: { command: privacy, page: 3}}
commands: Record<
string,