Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
cobaltt7 authored and github-actions[bot] committed Dec 29, 2024
1 parent e425950 commit bda287f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion common/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { client } from "strife.js";
import constants from "../common/constants.ts";
import { gracefulFetch } from "../util/promises.ts";


const usercount = await gracefulFetch<{ count: number; _chromeCountDate: string }>(
`${constants.urls.usercount}?date=${Date.now()}`,
);
Expand Down
3 changes: 1 addition & 2 deletions modules/logging/roles.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { AuditLogEvent, RoleMention } from "discord.js";
import type { Role } from "discord.js";
import type { AuditLogEvent, Role, RoleMention } from "discord.js";
import type { AuditLog } from "./util.ts";

import { roleMention } from "discord.js";
Expand Down
8 changes: 1 addition & 7 deletions modules/reminders/send.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import type { Channel } from "discord.js";
import type { Reminder } from "./misc.ts";

import {
ActivityType,
MessageFlags,
time,
TimestampStyles,
userMention,
} from "discord.js";
import { ActivityType, MessageFlags, time, TimestampStyles, userMention } from "discord.js";
import { client, logError } from "strife.js";

import config from "../../common/config.ts";
Expand Down

0 comments on commit bda287f

Please sign in to comment.