Sha256: ce09a5b6e32b02c8989f047e6b657723135adb77e1182c36f2fd8ff1bbc8c9c9

Contents?: true

Size: 590 Bytes

Versions: 8

Compression:

Stored size: 590 Bytes

Contents

<!--
# @title CLI: discorb irb
-->

# discorb irb

This command will start an interactive Ruby shell with connected client.


## Usage

```
discorb irb [options]
```

### Load a token

discorb irb will load a token from...
1. the `DISCORD_BOT_TOKEN` environment variable
2. the `DISCORD_TOKEN` environment variable
3. `token` file in the current directory(customizable with `-t` option)
4. your input

### Arguments

#### `-i`, `--intents`

Intents to use.
Specify intents with integers.

#### `-t`, `--token-file`

Token file to load.

### Variables

#### `message`

Last message received.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
discorb-0.16.0 docs/cli/irb.md
discorb-0.15.1 docs/cli/irb.md
discorb-0.15.0 docs/cli/irb.md
discorb-0.14.0 docs/cli/irb.md
discorb-0.13.4 docs/cli/irb.md
discorb-0.13.3 docs/cli/irb.md
discorb-0.13.2 docs/cli/irb.md
discorb-0.13.1 docs/cli/irb.md