diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-28 09:31:11 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-28 09:31:11 -0500 |
commit | 5569151f8e02f1ada0d5939b4867bcf8d5e15691 (patch) | |
tree | b4f3e91fdb70bea2da8d3515f9108e87cf455614 /src/lib/utils/BushLogger.ts | |
parent | 193bf9aee438092227197492e3e0375cef19ba3a (diff) | |
parent | b8f56d508d16a9ab492d46b05b0534c4db7c74b8 (diff) | |
download | tanzanite-5569151f8e02f1ada0d5939b4867bcf8d5e15691.tar.gz tanzanite-5569151f8e02f1ada0d5939b4867bcf8d5e15691.tar.bz2 tanzanite-5569151f8e02f1ada0d5939b4867bcf8d5e15691.zip |
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
Diffstat (limited to 'src/lib/utils/BushLogger.ts')
-rw-r--r-- | src/lib/utils/BushLogger.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/utils/BushLogger.ts b/src/lib/utils/BushLogger.ts index 3421985..5bae96d 100644 --- a/src/lib/utils/BushLogger.ts +++ b/src/lib/utils/BushLogger.ts @@ -62,8 +62,8 @@ export class BushLogger { return BushLogger.info; } - /** - * Sends a message to the log channel + /** + * Sends a message to the log channel * @param message The parameter to pass to {@link PartialTextBasedChannelFields.send} */ public static async channelLog(message: BushSendMessageType) { @@ -71,8 +71,8 @@ export class BushLogger { await channel.send(message).catch(() => {}); } - /** - * Sends a message to the error channel + /** + * Sends a message to the error channel */ public static async channelError(message: BushSendMessageType): Promise<Message> { const channel = await util.getConfigChannel('error'); @@ -213,4 +213,4 @@ export class BushLogger { } } -/** @typedef {PartialTextBasedChannelFields} vscodeDontDeleteMyImportTy */
\ No newline at end of file +/** @typedef {PartialTextBasedChannelFields} vscodeDontDeleteMyImportTy */ |