Skip to content

Conversation

NotSillyDiscord
Copy link

mset/set probably biggest fix for this guy

['Admins', 'Moderator'].includes(d.name)
);
if (args.length == 2) {
if (arg.length == 2 || args.length == 3) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arg? Forgot s?

['Admins', 'Moderator'].includes(d.name)
);
del(message, args, dry, cmd = command, permissions);
if (arg.length == 1 || args.length == 2) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Args here too

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, wrote this out in browser and copy pasted it 😅

schedule_starts.push(tick(dateToStringSimple(schedule.setAt).slice(0,10)));
adapted.push(tick(schedule.adaptDate ?
dateToStringSimple(schedule.adaptDate).slice(0,10) : "No"));
schedules.push(i + ' ' + schedule.name);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was ticking ugly here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed by zand's request, i personally liked it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright I guess, kinda liked it too I think xD

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the issue is ticking makes it not aligned xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants