fix: quotes not working #60

Merged
Anri merged 2 commits from fix/quotes into main 2023-01-20 03:43:55 +01:00
Showing only changes of commit bbfb7fdf89 - Show all commits

View file

@ -7,7 +7,11 @@ import { Database } from "sqlite3";
/** Creation of the client and definition of its properties. */
export default async () => {
const client: Client = new Client({
intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages],
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
],
});
client.config = {