> For the complete documentation index, see [llms.txt](https://discordlib.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://discordlib.js.org/classes/complete-examples.md).

# Complete Examples

A powerful discord bot making library to help you make discord bots. Super easy, 100 percent discord api coverage, and more! Discord.lib also allows you to interact with discord.js.

```javascript
const dl = require("discord.lib");

dl.sendMessage("A_help", "Help command!")
dl.sendMessage("A_ping", "pong!")
dl.embed("embed", "Test", "yo!", "#C70039")
dl.musicClient("prefix", "ytapikey")
dl.joinMessage("633412217844269046", "Welcome!")
dl.login("token", "I am the best bot!")
```
