1.7.1 • Published 4 years ago

terrydavisthing v1.7.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

TerryDavisThing

This is a NPM Package/Discord Bot that's for everyone to use, add code for, and run on their server.

Click this to Invite the bot

Prerequisites

You'll need

NPM 5.x
Node 10.x

Installing

Install through NPM

npm i terrydavisthing

And put this in your main js file

const terry = require('terrydavisthing');

// This is the only module available right now, this starts up everything
terry.introduction();

Example

Terrycode.js

Works exactly like bot.on("message", async message => { });

if (message.content.startsWith('hi terry')) {
   message.channel.send('hi');
}

Deployment

Add your code into ./terrycode.js

Built With

Versioning

Honestly, whatever the fuck comes to my mind, Stable and only functional right now is version 1.7.1.

Authors

  • Holy Knight - Dreamer of the fourth temple

License

This project is licensed under the ISC license.

Acknowledgments

  • Run a lot of code on 1 Discord bot from different machines. (Holy Army of machines, not to be confused with botnet)
1.7.1

4 years ago

1.7.0

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.9

4 years ago

1.5.8

4 years ago

1.5.5

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago