mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
const MOCK_MOBILE_WS = {
|
|
username: 'Leifer',
|
|
phone: '0000000',
|
|
message: 'ey!',
|
|
}
|
|
|
|
module.exports = { MOCK_MOBILE_WS }
|