feature/98-timeout-command-2 #306

Merged
Vylpes merged 4 commits from feature/98-timeout-command-2 into develop 2023-06-30 17:33:04 +01:00
Owner
  • Prevent user from trying to time out a bot
  • Update time length input to ignore commas

#98

- Prevent user from trying to time out a bot - Update time length input to ignore commas #98
Vylpes added 2 commits 2023-06-19 17:50:33 +01:00
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
b0407db9bb
Update time length to ignore commas
Vylpes requested review from VylpesTester 2023-06-19 17:50:37 +01:00
Vylpes added this to the 3.1 milestone 2023-06-19 17:50:45 +01:00
VylpesTester was assigned by Vylpes 2023-06-19 17:50:50 +01:00
Vylpes removed this from the 3.1 milestone 2023-06-22 17:47:31 +01:00
VylpesTester requested changes 2023-06-23 17:18:53 +01:00
src/vylbot.ts Outdated
@ -2,6 +2,7 @@ import { CoreClient } from "./client/client";
import * as dotenv from "dotenv";
import registry from "./registry";
import { IntentsBitField } from "discord.js";
import StringTools from "./helpers/StringTools";
Member

Remove this, this isn't required

Remove this, this isn't required
Vylpes marked this conversation as resolved
VylpesTester added spent time 2023-06-23 17:18:59 +01:00
5 minutes
Vylpes added 2 commits 2023-06-26 18:00:14 +01:00
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
b82e74bc68
Remove unused import statement
VylpesTester approved these changes 2023-06-30 17:32:40 +01:00
VylpesTester added spent time 2023-06-30 17:32:50 +01:00
5 minutes
Vylpes merged commit 400b4de304 into develop 2023-06-30 17:33:04 +01:00
Vylpes deleted branch feature/98-timeout-command-2 2023-06-30 17:33:04 +01:00
Vylpes referenced this pull request from a commit 2023-06-30 17:33:05 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Total time spent: 10 minutes
VylpesTester
10 minutes
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/vylbot-app#306
No description provided.