Skip to content

Commit 38ef73c

Browse files
committed
whoops that comment isn't relevant anymore
1 parent e302c95 commit 38ef73c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bot/util/discord.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ export const AVATAR_IMAGE_SIZE = 512;
228228
* @param n The maximum number of characters for the returned string
229229
* @param cutoffIndicator A string added at the end of the result only if the
230230
* input string needed to be cut down. Defaults to a single-character ellipsis.
231-
* @see https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object
232231
*/
233232
export function truncate (str: string, n: number, cutoffIndicator = '\u2026') {
234233
if (str.length <= n) {

0 commit comments

Comments
 (0)