discord-msg-lite

A simple and lightweight Python PyPI module to send messages easily using Discord Webhooks.


License
MIT
Install
pip install discord-msg-lite==2

Documentation

Latest Version

Discord message lite

This is a simple and lightweight Python PyPI module to send messages easily using Discord Webhooks.

Installation

Run the following to install:

pip install discord-msg-lite

Usage

from discord_msg_lite import Discord_msg

webhook_url = 'https://discordapp.com/api/webhooks/123456789012345678/8xZhP4Zj-8KMVN7wLw6jE04VEK5BIfRxpzCwCwgHxpaNOQzZOTR95dPW53EMRjybXjAO'
dmsg = Discord_msg(webhook_url)
dmsg.send('test 12345 ㄱㄴㄷㄹ')