Skip to content

Commit 7df1e41

Browse files
schiltz3github-actions[bot]
authored andcommitted
Apply auto formatting changes
1 parent 006d049 commit 7df1e41

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

commands/owner/createRoles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ export default {
4545
);
4646
},
4747
} as ICommand;
48-

commands/owner/csCreateChannels.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,3 @@ export default {
243243
);
244244
},
245245
} as ICommand;
246-

index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,3 @@ process.on("exit", (code) => {
9595
console.log("Now exiting...");
9696
console.log(`Exited with status code: ${code}`);
9797
});
98-

utils/channels.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,3 @@ export function concatCategoryName(
8888
? category_name
8989
: `${category_name} ${category_number}`;
9090
}
91-

utils/roles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,3 @@ export async function checkForRoles(guild: Guild): Promise<boolean> {
145145
return true;
146146
}
147147
}
148-

0 commit comments

Comments
 (0)