Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 42e48b1

Browse files
authored
Update domains.js
1 parent dd5f1b9 commit 42e48b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/domains.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
if (maintainers) {
2525
const maintainer = "is-a-dev";
2626

27-
await fetch("https://raw-api.is-a.dev")
27+
await fetch("https://raw.is-a.dev")
2828
.then((response) => response.json())
2929
.then(async (data) => {
3030
for (let i = 0; i < data.length; i++) {

0 commit comments

Comments
 (0)