Skip to content

Commit

Permalink
style: 🎨 change formatting, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kio-td committed Aug 25, 2024
1 parent 674904f commit 9b06607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/helpers/userHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ export class User {
}

/**
* Suspends the user from using the isntance.
* Suspends the user from using the instance.
* @param modNote an optional string to automatically inform admins what's going on.
*/
async suspend(modNote?: string): Promise<void> {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { readdir } from "node:fs/promises";
import { NoteBuilder } from "./helpers/NoteBuilder";
import { PollBuilder } from "./helpers/PollBuilder";
import { Admin } from "./helpers/adminHelper";
import { Command } from "./helpers/commandHelper";
import { Drive } from "./helpers/driveHelper";
// import { IterableArray } from "./helpers/iterableArrayHelper";
import { Logger } from "./helpers/logHelper";
Expand All @@ -17,7 +18,6 @@ import {
import type { Emoji } from "./types/emoji";
import type { DeletedNote, NoteOptions, Reaction } from "./types/note";
import type { ServerSortOptions } from "./types/sorting";
import { Command } from "./helpers/commandHelper";

interface Events {
ready: () => void;
Expand Down

0 comments on commit 9b06607

Please sign in to comment.