Skip to content

Commit

Permalink
rename chatie -> wechaty
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Mar 10, 2020
1 parent bf207d3 commit c6ab3b0
Show file tree
Hide file tree
Showing 23 changed files with 163 additions and 163 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WECHATY-PUPPET

* Official Documentation: <https://chatie.github.io/wechaty-puppet/typedoc/classes/puppet.html>
* Source Code Reposiroty: <https://github.com/Chatie/wechaty-puppet>
* Official Documentation: <https://wechaty.github.io/wechaty-puppet/typedoc/classes/puppet.html>
* Source Code Reposiroty: <https://github.com/wechaty/wechaty-puppet>
14 changes: 7 additions & 7 deletions docs/typedoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

**ΤChatEventName**: *`keyof object`*

*Defined in [src/schemas/puppet.ts:55](https://github.com/Chatie/wechaty-puppet/blob/53150e3/src/schemas/puppet.ts#L55)*
*Defined in [src/schemas/puppet.ts:55](https://github.com/wechaty/wechaty-puppet/blob/53150e3/src/schemas/puppet.ts#L55)*

___
<a id="friendshippayload"></a>
Expand All @@ -63,7 +63,7 @@ ___
**ΤFriendshipPayload**: * `FriendshipPayloadConfirm` &#124; `FriendshipPayloadReceive` &#124; `FriendshipPayloadVerify`
*

*Defined in [src/schemas/friendship.ts:33](https://github.com/Chatie/wechaty-puppet/blob/53150e3/src/schemas/friendship.ts#L33)*
*Defined in [src/schemas/friendship.ts:33](https://github.com/wechaty/wechaty-puppet/blob/53150e3/src/schemas/friendship.ts#L33)*

___
<a id="messagepayload"></a>
Expand All @@ -74,7 +74,7 @@ ___

*

*Defined in [src/schemas/message.ts:37](https://github.com/Chatie/wechaty-puppet/blob/53150e3/src/schemas/message.ts#L37)*
*Defined in [src/schemas/message.ts:37](https://github.com/wechaty/wechaty-puppet/blob/53150e3/src/schemas/message.ts#L37)*

___
<a id="puppeteventname"></a>
Expand All @@ -83,7 +83,7 @@ ___

**ΤPuppetEventName**: *`keyof object`*

*Defined in [src/schemas/puppet.ts:66](https://github.com/Chatie/wechaty-puppet/blob/53150e3/src/schemas/puppet.ts#L66)*
*Defined in [src/schemas/puppet.ts:66](https://github.com/wechaty/wechaty-puppet/blob/53150e3/src/schemas/puppet.ts#L66)*

___

Expand All @@ -95,7 +95,7 @@ ___

**● VERSION**: *`string`* = pkg.version

*Defined in [src/config.ts:11](https://github.com/Chatie/wechaty-puppet/blob/53150e3/src/config.ts#L11)*
*Defined in [src/config.ts:11](https://github.com/wechaty/wechaty-puppet/blob/53150e3/src/config.ts#L11)*

___
<a id="you"></a>
Expand All @@ -104,8 +104,8 @@ ___

**● YOU**: *`unique symbol`* = Symbol('You')

*Defined in [src/schemas/puppet.ts:11](https://github.com/Chatie/wechaty-puppet/blob/53150e3/src/schemas/puppet.ts#L11)*
*Defined in [src/schemas/puppet.ts:12](https://github.com/Chatie/wechaty-puppet/blob/53150e3/src/schemas/puppet.ts#L12)*
*Defined in [src/schemas/puppet.ts:11](https://github.com/wechaty/wechaty-puppet/blob/53150e3/src/schemas/puppet.ts#L11)*
*Defined in [src/schemas/puppet.ts:12](https://github.com/wechaty/wechaty-puppet/blob/53150e3/src/schemas/puppet.ts#L12)*

This is used internally to as a placeholder for the bot name.

Expand Down
Loading

0 comments on commit c6ab3b0

Please sign in to comment.