Got this errors while testing the bot for the first time, realised its due to the logs folder not being created.
[Error: ENOENT: no such file or directory, open 'C:\Users\Ben10\Documents\GitHub\clippy\logs\2021-03-30.log'] {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\\Users\\Ben10\\Documents\\GitHub\\clippy\\logs\\2021-03-30.log'
}
Got this errors while testing the bot for the first time, realised its due to the
logs
folder not being created.