'ClientUser' object has no attribute 'dm_channel' code example
Example: AttributeError: 'Database' object has no attribute 'remove'
def remove_item(self):
db.remove(self.selected_item[0])
self.clear_text()
self.populate_list()