## Example code ```python def list(self, msg, *args): if self.config['not_dm'] and msg.is_dm: return "This command can run channel only" ```