bibot 1.0.63 → 1.0.64

Sign up to get free protection for your applications and to get access to all the features.
@@ -89,6 +89,7 @@ interface ChatBubbleConfigProps {
89
89
  title?: string;
90
90
  logo_url?: string;
91
91
  knownUser?: string;
92
+ powered_by_bibot?: boolean;
92
93
  }
93
94
  interface recordPredefinedQProps {
94
95
  question: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bibot",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "BiBot plugin",
5
5
  "author": "chrisdjin",
6
6
  "license": "ISC",