Forgot to import https
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 15s
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 15s
This commit is contained in:
parent
43881400df
commit
0c03b4b2d4
@ -42,6 +42,7 @@ const config = require('./config.json');
|
||||
const strings = require('./strings.json');
|
||||
const slashCommandFiles = fs.readdirSync('./slash-commands/').filter(file => file.endsWith('.js'));
|
||||
const dotCommandFiles = fs.readdirSync('./dot-commands/').filter(file => file.endsWith('.js'));
|
||||
const https = require('https');
|
||||
|
||||
// MySQL database connection
|
||||
const mysql = require('mysql');
|
||||
|
Loading…
Reference in New Issue
Block a user