aboutsummaryrefslogtreecommitdiff
path: root/src/arguments/roleWithDuration.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/arguments/roleWithDuration.ts')
-rw-r--r--src/arguments/roleWithDuration.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arguments/roleWithDuration.ts b/src/arguments/roleWithDuration.ts
index 455ad76..9bf4bb2 100644
--- a/src/arguments/roleWithDuration.ts
+++ b/src/arguments/roleWithDuration.ts
@@ -1,6 +1,6 @@
import { type BushArgumentTypeCaster } from '#lib';
-export const roleWithDurationTypeCaster: BushArgumentTypeCaster = async (
+export const roleWithDuration: BushArgumentTypeCaster = async (
message,
phrase
): Promise<{ duration: number | null; role: string | null } | null> => {