Skip to content

Commit b721774

Browse files
committed
Run linter
1 parent b151f73 commit b721774

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/Interface/Lists/Radarcord.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ import { Util, IDResolvable } from '../../Utils/Util'
88
export default class Radarcord extends Service {
99
/** The values that can be used to select the service. */
1010
static get aliases() {
11-
return ['radar', 'radarbots', 'radarbotdirectory.xyz', 'radarcord', 'radarcord.net']
11+
return [
12+
'radar',
13+
'radarbots',
14+
'radarbotdirectory.xyz',
15+
'radarcord',
16+
'radarcord.net'
17+
]
1218
}
1319

1420
/** The logo URL. */
@@ -74,7 +80,7 @@ export default class Radarcord extends Service {
7480
}
7581
)
7682
}
77-
83+
7884
/**
7985
* Gets the bot's reviews on this service.
8086
* @param id The bot's ID

0 commit comments

Comments
 (0)