mirror of
https://github.com/ION606/selmer-bot-website.git
synced 2026-05-15 06:26:54 +00:00
Fixing The Overflow Issue
Changed default attribute in html from overflow being shown to hidden.
This commit is contained in:
@@ -21,7 +21,6 @@ const mongouri = process.env.mongouri;
|
||||
const client = new MongoClient(mongouri, { useNewUrlParser: true, useUnifiedTopology: true, serverApi: ServerApiVersion.v1 });
|
||||
const connection = client.connect();
|
||||
|
||||
|
||||
const bot = new Client({
|
||||
intents: [
|
||||
Intents.FLAGS.GUILDS,
|
||||
@@ -628,4 +627,5 @@ app.get("*",(req,res) => {
|
||||
res.sendFile("404.html", {root: 'HTML'});
|
||||
})
|
||||
|
||||
app.listen(port, () => console.log(`App listening on port ${port}`));
|
||||
app.listen(port, () => console.log(`App listening on port ${port}`));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user