Class: Discorb::SystemChannelFlag
Overview
Represents a system channel flag.
Flag fields
| Field | Value | 
|---|---|
| `1 << 0` | `:member_join` | 
| `1 << 1` | `:server_boost` | 
| `1 << 2` | `:setup_tips` | 
Instance Attribute Summary
Attributes inherited from Flag
Method Summary
Methods inherited from Flag
#&, #-, #^, #initialize, max_value, #method_missing, #respond_to_missing?, #|, #~@
Constructor Details
This class inherits a constructor from Discorb::Flag
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Discorb::Flag