Skip to content

Instantly share code, notes, and snippets.

@mrlinux007
Created September 18, 2022 13:43
Show Gist options
  • Select an option

  • Save mrlinux007/1fdb4b162e59b70300384f47c912bcd7 to your computer and use it in GitHub Desktop.

Select an option

Save mrlinux007/1fdb4b162e59b70300384f47c912bcd7 to your computer and use it in GitHub Desktop.
Function({
pattern: '1loc ?(.*)',
fromMe: isPublic,
desc: 'Sends location',
type: 'misc',
}, async (message, match) => {
await message.client.sendMessage(
message.chat,
{ location: { degreesLatitude: 24.121231, degreesLongitude: 55.1121221 } }
)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment