diff --git a/project/src/generators/BotGenerator.ts b/project/src/generators/BotGenerator.ts index 765501a9..be3ab7a1 100644 --- a/project/src/generators/BotGenerator.ts +++ b/project/src/generators/BotGenerator.ts @@ -207,7 +207,7 @@ export class BotGenerator name += ` ${botRole}`; } - return name; + return name.trim(); } /**