# Veri Analiz

## İnaktif

Searches for all users who have the specified roles (@everyone by default) who have not logged into discord over the specified duration (30 days default). The bot will then show how many inactive users were found if any.

#### Kullanım:

```scala
-checkinactive [days] [roles]...
```

## İsim Düzeltmek

The bot will attempt to edit the nicknames of all users with special characters in their names.

#### Kullanım:

```scala
-massascify
```

## Mute Rolu Olusturmak

This command will set a role of your choice as the "Muted" role.

#### Kullanım:

```scala
-muterole <role>
```

## Kayit Defteri Islemleri&#x20;

Count the audit log entries of a user.

#### Kullanım:

```scala
-auditcount <user> [unit]

Options:
    bans, botadds, bulkdeletes,
    channeladds, channeldeletes,
    channelupdates, deletes, emojiadds,
    emojideletes, emojiupdates,
    integrationadds, integrationdeletes,
    integrationupdates, inviteadds,
    invitedeletes, inviteupdates, kicks,
    moves, pins, roleadds, roledeletes,
    roleupdates, serverupdates, unbans,
    unpins, vckicks, webhookadds,
    webhookdeletes, webhookupdates
```

## Kanal Gizlemek

Hide a channel from a user.

#### Kullanım:

```scala
-blind <target> [target]...
```

## Kanal Gostermek

Reallow users see a channel.

#### Kullanım:

```scala
-unblind <target> [target]...
```

## Sesten Atmak

Kick users from a voice channel.

#### Kullanım:

```scala
-vckick <targets>...
```

## Seslisini Degistirmek

Moves members into a new voice channel.

#### Kullanım:

```scala
-vcmove <targets>... <channel>
```

## Sesliyi Bosaltmak

Kicks all members from the channel

#### Kullanım:

```scala
-vcpurge <voice channel>
```

## Atanmamis Roller

Show roles that have no users.

#### Kullanım:

```scala
-emptyroles
```

## Role Sayim

Counts the users with a role.

#### Kullanım:

```scala
-rolecall
```

## Role Sahip Kisiler

Show the people who have a role.

#### Kullanım:

```scala
-whohas <role>
```

## Rozetler

Show all the badges a user has

#### Kullanım:

```scala
-badges [user]
```

## Emoji istatistiği

Get usage stats on an emoji.

#### Kullanım:

```scala
-emoji <custom emoji>
```

## Ayrintili Emoji İstatistikleri

Get detailed emoji usage stats.

#### Kullanım:

```scala
-emojistats [user]
```

## Ilk Katılanlar

Embed of all users ordered by their join date earliest to latest.

#### Kullanım:

```scala
 -firstjoins
```

## Katılım Pozisyonu

Shows the user that joined at the passed position.

#### Kullanım:

```scala
-joinedatpos <position>
```

## Katılım Pozisyonu 2&#x20;

Shows when a user joined compared to other users.

#### Kullanım:

```scala
-joinpos [user]
```

## Son Katilanlar

Embed of all users ordered by their join date latest to earliest.

#### Kullanım:

```scala
-lastjoins
```

## Yetkililer

Show all the server moderators and their respective statuses.

#### Kullanım:

```scala
-mods
```

## Emojiler

Sends all server emojis to the channel.

#### Kullanım:

```scala
-emojipost
```

## Uye Bul

Find any user using a search. / Users matching your search.

#### Kullanım:

```scala
-find <option> <search>

Examples:
    -find name Hecate
    -find id 708584008065351681
    
Options:
    duplicates
    hardmention
    hash       (Ex: 3523)
    nickname   (Ex: Hecate)
    playing    (Ex: Visual Studio Code)
    snowflake  (Ex: 708584008065351681)
    username   (Ex: Hecate)
```

## Raw

Shows the raw content of a message.

#### Kullanım:

```scala
 -raw [message id]
```

## Rozetler

Shows all the users who reacted to the given message in an rst tabular format.

#### Kullanım:

```scala
-reactinfo [message id]
```

## Sestekiler

Shows all the users in a voice channel in tabular format.

#### Kullanım:

```scala
-voiceusers [voice channel]
```
