Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ const { processHelpCommands } = require('./server/help_command.ctrl');
const { processDMCommands } = require('./server/dm_command.ctrl');
const { processDevCommands } = require('./server/devCommand.ctrl')(client);

const { fixHistLogs } = require('./server/fixHistScheds.js');

console.log('NapGod.js is starting...');

const logsChannelName = 'adaptation_logs';
Expand Down Expand Up @@ -131,7 +129,4 @@ client.on('guildDelete', (guild) => {
client.user.setGame(`on ${client.guilds.size} servers`);
});

// TODO: remove fixHistLogs (not client.login) after executed once
fixHistLogs().then(
client.login(config.token)
);
client.login(config.token);
1 change: 0 additions & 1 deletion commands/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ __**Nap God Commands**__
**Schedule list** `+schedules`
**Tips and tricks** `!help`
**Adaptation log help** `+loghelp`
**History help** `+histhelp`
-----------------------------------------------
**Set your sleep schedule** `+set [schedule-name]`
**Set your napchart** `+set [napchart-link]`
Expand Down
18 changes: 0 additions & 18 deletions commands/HISTHELP.md

This file was deleted.

Loading