Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
RedGuy12 authored and github-actions[bot] committed Jul 10, 2024
1 parent 51809f7 commit 7646309
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion modules/autos/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export async function learn(message: Message): Promise<void> {
await new Chat({ prompt, response }).save();
}


const consent = {
content:
`## ${chatName}\n` +
Expand Down
2 changes: 1 addition & 1 deletion modules/board/update.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type{ Message, Snowflake } from "discord.js";
import type { Message, Snowflake } from "discord.js";
import { client } from "strife.js";
import config from "../../common/config.js";
import { getSettings } from "../settings.js";
Expand Down
7 changes: 1 addition & 6 deletions modules/reminders/send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ import { convertBase } from "../../util/numbers.js";
import { gracefulFetch } from "../../util/promises.js";
import { syncRandomBoard } from "../board/update.js";
import getWeekly, { getChatters } from "../xp/weekly.js";
import {
BUMP_COMMAND_ID,
SpecialReminders,
remindersDatabase,
type Reminder,
} from "./misc.js";
import { BUMP_COMMAND_ID, SpecialReminders, remindersDatabase, type Reminder } from "./misc.js";
import sendQuestion from "../qotds/send.js";

let nextReminder: NodeJS.Timeout | undefined;
Expand Down

0 comments on commit 7646309

Please sign in to comment.