Tidy tidy tidy

This commit is contained in:
Bryan Ashby
2022-08-18 14:55:57 -06:00
parent 226c261505
commit 94145c043a
3 changed files with 4 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ exports.getModule = class TransferFileModule extends MenuModule {
this.client.log.info(
{ sentFiles: sentFiles },
`User "${self.client.user.username}" uploaded ${sentFiles.length} file(s)`
`User "${this.client.user.username}" downloaded ${sentFiles.length} file(s)`
);
}
return cb(err);