diff --git a/src/commands/commands.service.ts b/src/commands/commands.service.ts index a8b3110..ef8c696 100644 --- a/src/commands/commands.service.ts +++ b/src/commands/commands.service.ts @@ -46,7 +46,7 @@ export class CommandsService { body: this.commands(), } ); - if (res) console.log("Success Loading REST Commands."); + if (res) console.log("Success Loading REST Commands.", res); } catch (err) { console.log(err); }