mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00
connector: fix default command prefix
This commit is contained in:
parent
9d3a412b70
commit
3f6a3695b8
1 changed files with 7 additions and 6 deletions
|
@ -61,12 +61,13 @@ func (wa *WhatsAppConnector) SetMaxFileSize(maxSize int64) {
|
|||
|
||||
func (wa *WhatsAppConnector) GetName() bridgev2.BridgeName {
|
||||
return bridgev2.BridgeName{
|
||||
DisplayName: "WhatsApp",
|
||||
NetworkURL: "https://whatsapp.com",
|
||||
NetworkIcon: "mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr",
|
||||
NetworkID: "whatsapp",
|
||||
BeeperBridgeType: "whatsapp",
|
||||
DefaultPort: 29318,
|
||||
DisplayName: "WhatsApp",
|
||||
NetworkURL: "https://whatsapp.com",
|
||||
NetworkIcon: "mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr",
|
||||
NetworkID: "whatsapp",
|
||||
BeeperBridgeType: "whatsapp",
|
||||
DefaultPort: 29318,
|
||||
DefaultCommandPrefix: "!wa",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue