Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
* accidentally put my bot name there
  • Loading branch information
nikosszzz committed Nov 20, 2022
1 parent 20ae5ed commit 4995533
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/Logger.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import chalk from "chalk";

/**
* @name Infinium Logger
* @description The Infinium Logger System.
* @name Music Bot Logger
* @description The Music Bot Logger System.
* @methods error, log, info, debug
*/
export class Logger {
Expand Down
2 changes: 1 addition & 1 deletion utils/hash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { execSync } from "node:child_process";

/**
* @name hash
* @description Returns the latest Git Hash of Infinium branch that is used.
* @description Returns the latest Git Hash of Music Bot branch that is used.
*/
export function hash(): string {
try {
Expand Down

0 comments on commit 4995533

Please sign in to comment.