We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd62d6 commit 245ab88Copy full SHA for 245ab88
services/backend-api/client/src/mocks/data/discordBot.ts
@@ -4,6 +4,7 @@ const mockDiscordBot: DiscordBot = {
4
id: "1",
5
username: "Discord Bot".padEnd(1000, "hi"),
6
avatar: "https://via.placeholder.com/140x100",
7
+ inviteLink: ''
8
};
9
10
export default mockDiscordBot;
services/backend-api/client/src/mocks/handlers.ts
@@ -295,6 +295,7 @@ const handlers = [
295
dateLanguage: "en",
296
timezone: "UTC",
297
},
298
+ includesBot: true,
299
300
})
301
)
0 commit comments