Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qwertydelle/duxty

A command line tool for setting up discord bots
https://github.com/qwertydelle/duxty

bot cli discord discord-bot javascript

Last synced: 9 days ago
JSON representation

A command line tool for setting up discord bots

Awesome Lists containing this project

README

        

# Duxty
[![npm version](https://badge.fury.io/js/duxty.svg)](https://badge.fury.io/js/duxty) ![npm downloads](https://img.shields.io/npm/dw/duxty)

## Introduction

Duxty is a command line tool that makes it easy to setup discord bots

## Installation

You can install duxty by using "npm":
```bash
npm install -g duxty
```
This was install duxty globally which allows you to use ``duxt``

If you dont want to install duxt you can setup a project with:

```bash
npm init duxt
```

or

```bash
npx create-duxt
```

Check if it was installed correctly by using:

```bash
duxt version
```

## Usage

Starting a new project can be done by using:

```bash
duxt
```

You can also pass in a token for your project by using:

```bash
duxt -t [token]
```
or

```bash
duxt --token=[token]
```

Duxty also allows you to set a default token for all of your projects. This can be done by using:

```bash
duxt token [token]
```

You can view the templates you have on your computer by using:

```bash
duxt templates
```

Duxty will automatically use the token provided as an argument. If that is not found, it falls back to using the default token.

## License

This project is licensed under the MIT License