From aaac434461f98efa5fd85e00a839bb2da8e1fcfa Mon Sep 17 00:00:00 2001 From: TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> Date: Tue, 27 Apr 2021 21:18:06 -0600 Subject: format --- src/config/example-options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/example-options.ts') diff --git a/src/config/example-options.ts b/src/config/example-options.ts index 9a3e71e..ea04fe3 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -5,7 +5,7 @@ export const credentials = { // Options export const owners = [ - '487443883127472129', // Tyman#7318 + '487443883127472129' // Tyman#7318 ]; export const prefix = '-' as string; export const dev = true as boolean; -- cgit