Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infrastructure/discord/commands/whoUp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const execute = async (interaction: ChatInputCommandInteraction) => {
discordResponse = `${otherUsers} and ${lastUser} are connected.`;
}

await interaction.deferReply();
await interaction.deferReply({ephemeral: true});
await interaction.editReply(`${discordResponse}`);
}

Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Inspired by the **CCB**, a collective of French streamers, MediaChat allows you
```
- You can get your **DISCORD_TOKEN** by creating a bot on the [Discord Developer Portal](https://discord.com/developers/applications).
- You can get your **DISCORD_CLIENT_ID** and **DISCORD_GUILD_ID** via the Discord App (right click on the Bot and on the Server to get the ID)
4. **use docker** :
4. **use docker compose** :
```bash
docker-compose up -d --build
```
Expand All @@ -51,13 +51,13 @@ Inspired by the **CCB**, a collective of French streamers, MediaChat allows you
- ⚙️ **Backend** : Node.js + Express.
- 🌐 **WebSocket** : Socket.IO
- 🐳 **Containerisation** : Docker.
- 🎮 **Discord.js**: Generating Discord commands
- 🎮 **DiscordJS**: Generating Discord commands

---

## 🤩 Join the Adventure

Want to contribute your magic touch? We love it! Here's how you can get involved:
Want to contribute your magic touch? We love it! Here's how you can get involved :

1. **Fork the project**.
2. **Create a funky branch**:
Expand Down