mirror of
https://github.com/Burn-E99/SweeperBot.git
synced 2026-06-04 07:53:50 -04:00
deno fmt, add functions section
This commit is contained in:
@@ -5,4 +5,4 @@ import {
|
||||
} from '../../deps.ts';
|
||||
import utils from '../utils.ts';
|
||||
|
||||
export const debug = (dmsg: string) => log(LT.LOG, `Debug Message | ${utils.jsonStringifyBig(dmsg)}`);
|
||||
export const debug = (dmsg: string) => log(LT.LOG, `Debug Message | ${utils.jsonStringifyBig(dmsg)}`);
|
||||
|
||||
@@ -2,11 +2,12 @@ import config from '../../config.ts';
|
||||
import {
|
||||
// Discordeno deps
|
||||
Bot,
|
||||
Message,
|
||||
botId,
|
||||
// Log4Deno deps
|
||||
log,
|
||||
LT,
|
||||
// Discordeno deps
|
||||
Message,
|
||||
} from '../../deps.ts';
|
||||
import commands from '../commands/_index.ts';
|
||||
import utils from '../utils.ts';
|
||||
|
||||
@@ -2,8 +2,8 @@ import config from '../../config.ts';
|
||||
import { LOCALMODE } from '../../flags.ts';
|
||||
import {
|
||||
// Discordeno deps
|
||||
Bot,
|
||||
ActivityTypes,
|
||||
Bot,
|
||||
editBotNickname,
|
||||
editBotStatus,
|
||||
// Log4Deno deps
|
||||
|
||||
Reference in New Issue
Block a user