aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commands/info/color.ts4
-rw-r--r--src/config/example-options.ts4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/commands/info/color.ts b/src/commands/info/color.ts
index 45c2545..61790ad 100644
--- a/src/commands/info/color.ts
+++ b/src/commands/info/color.ts
@@ -36,8 +36,8 @@ export default class ColorCommand extends BushCommand {
});
}
- public removePrefixAndParenthesis(color: string): string{
- return color.substr(4, color.length-5)
+ public removePrefixAndParenthesis(color: string): string {
+ return color.substr(4, color.length - 5);
}
public async exec(
diff --git a/src/config/example-options.ts b/src/config/example-options.ts
index 1b5d15a..75b62d3 100644
--- a/src/config/example-options.ts
+++ b/src/config/example-options.ts
@@ -16,10 +16,10 @@ export const owners: Snowflake[] = [
export const prefix = '-' as string;
export const dev = true as boolean;
export const devGuild = '1000000000000000' as Snowflake;
-export const channels: { log: Snowflake; error: Snowflake; dm: Snowflake; } = {
+export const channels: { log: Snowflake; error: Snowflake; dm: Snowflake } = {
log: '1000000000000000',
error: '1000000000000000',
- dm: '1000000000000000',
+ dm: '1000000000000000'
};
// Database specific